#9C4EAF

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

Shades of Deep Lilac #9C4EAF

Tints of Deep Lilac #9C4EAF

Color information

#9C4EAF (or 0x9C4EAF) is unknown color: approx Deep Lilac. HEX triplet: 9C, 4E and AF. RGB value is (156,78,175). Sum of RGB (Red+Green+Blue) = 156+78+175=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C4EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4EAF is #63B150. Grayscale: #707070. Windows color (decimal): -6533457 or 11488924. OLE color: 11488924.

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

Color convert

RGB15678175-
CMYK0.110.5500.31
HSL288.25º38.34%49.61%-
HSV(B)288.25º55.43%68.63%-
XYZ24.1715.6142.3-
YUV112.38163.34159.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.14%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 175 (68.75% from 255) = 42.79%
R=38.14%
G=19.07%
B=42.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156781750.110.5500.31288.2538.3449.61
Hex9C4EAFB3701F1202632
Octal23411625713670374404662
Binary100111001001110101011111011110111011111100100000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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