color codes Logo

#9359cc color codes

#9359CC
(147,89,204)
0 Favorites   0 Comments

Color spaces of #9359cc

RGB 14789204
HSL0.750.530.57
HSV270°56°80°
CMYK 0.280.560.00   0.20
XYZ26.504117.707459.1477
Yxy17.70740.25640.1713
Hunter Lab42.080238.7876-53.8817
CIE-Lab49.139345.8865-50.8793

#9359cc color RGB value is (147,89,204).

#9359cc hex color red value is 147, green value is 89 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9359cc hue: 0.75 , saturation: 0.53 and the lightness value of 9359cc is 0.57.

The process color (four color CMYK) of #9359cc color code is 0.28, 0.56, 0.00, 0.20. Web safe color of #9359cc is #9966cc. Color #9359cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011001 11001100
Octal 223 131 314
Decimal 147 89 204
Hex 93 59 CC

RGB Percentages of Color #9359cc

%33.41
%20.23
%46.36

CMYK Percentages of Color #9359cc

%28
%56
%0
%20

Triadic Colors of #9359cc

#9359cc #cc9359 #59cc93

Analogous Colors of #9359cc

#9359cc #cc59cc #5959cc

Monochromatic Colors of #9359cc

#9359cc

Complementary Color

#9359cc #92cc59

#9359cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9359cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9359cc Color CSS Codes

.mybgcolor {background-color:#9359cc; } 
.myforecolor {color:#9359cc; }
.mybordercolor {border:3px solid #9359cc; }

#9359cc Text Font Color

<p style="color:#9359cc">Text here</p>

This sample text font color is #9359cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9359cc Background Color

<div style="background-color:#9359cc">
Div content here</div>

This div background color is #9359cc


#9359cc Border Color

<div style="border:3px solid #9359cc">
Div here</div>

This div border color is #9359cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,89,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9359cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9359cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9359cc;
  box-shadow:         1px 1px 3px 2px #9359cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,89,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9359cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9359cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9359cc;
  box-shadow:         1px 1px 3px 2px #9359cc;">
Div content here</div>

This div box has shadow with color #9359cc


Comments

No comments written yet.

Please login to write comment.