#9C3FA8

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

Shades of Deep Lilac #9C3FA8

Tints of Deep Lilac #9C3FA8

Color information

#9C3FA8 (or 0x9C3FA8) is unknown color: approx Deep Lilac. HEX triplet: 9C, 3F and A8. RGB value is (156,63,168). Sum of RGB (Red+Green+Blue) = 156+63+168=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 168 - color contains mainly: blue. Hex color #9C3FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3FA8 is #63C057. Grayscale: #666666. Windows color (decimal): -6537304 or 11026332. OLE color: 11026332.

HSL color Cylindrical-coordinate representation of color #9C3FA8: hue angle of 293.14º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C3FA8 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15663168-
CMYK0.070.6300.34
HSL293.14º45.45%45.29%-
HSV(B)293.14º62.5%65.88%-
XYZ22.5613.4538.45-
YUV102.78164.81165.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.31%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 168 (66.02% from 255) = 43.41%
R=40.31%
G=16.28%
B=43.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal156631680.070.6300.34293.1445.4545.29
Hex9C3FA873F0221252d2d
Octal234772507770424455555
Binary10011100111111101010001111111110100010100100101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,63,168); }

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

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

 a { background-color: rgb(156,63,168); }

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

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

 span { border-color: rgb(156,63,168); }

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