#9C5CAF

Color #9C5CAF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9C5CAF

Tints of Deep Lilac #9C5CAF

Color information

#9C5CAF (or 0x9C5CAF) is unknown color: approx Deep Lilac. HEX triplet: 9C, 5C and AF. RGB value is (156,92,175). Sum of RGB (Red+Green+Blue) = 156+92+175=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C5CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5CAF is #63A350. Grayscale: #787878. Windows color (decimal): -6529873 or 11492508. OLE color: 11492508.

HSL color Cylindrical-coordinate representation of color #9C5CAF: hue angle of 286.27º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5CAF is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15692175-
CMYK0.110.4700.31
HSL286.27º34.16%52.35%-
HSV(B)286.27º47.43%68.63%-
XYZ25.2817.8242.66-
YUV120.6158.7153.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 36.88%
GREEN value IS 92 (36.33% from 255) = 21.75%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=36.88%
G=21.75%
B=41.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156921750.110.4700.31286.2734.1652.35
Hex9C5CAFB2F01F11e2234
Octal23413425713570374364264
Binary100111001011100101011111011101111011111100011110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C5CAF; }

 p { color: rgb(156,92,175); }

 H1.HeaderClassName
 {
   color: #9C5CAF;
 }
 .AnyTagClassName
 {
   color: #9C5CAF;
 }
</style>
background-color css

<style>
 a { background-color: #9C5CAF; }

 a { background-color: rgb(156,92,175); }

 div.DivClassName
 {
   background-color: #9C5CAF;
 }
 .BgClassName
 {
   background-color: #9C5CAF;
 }
</style>
border-color css

<style>
 span { border-color: #9C5CAF; }

 span { border-color: rgb(156,92,175); }

 td.TdClassName
 {
   border-color: #9C5CAF;
 }
 .TagClassName
 {
   border-color: #9C5CAF;
 }
</style>