#9E4AC0

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

Shades of Deep Lilac #9E4AC0

Tints of Deep Lilac #9E4AC0

Color information

#9E4AC0 (or 0x9E4AC0) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4A and C0. RGB value is (158,74,192). Sum of RGB (Red+Green+Blue) = 158+74+192=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E4AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4AC0 is #61B53F. Grayscale: #707070. Windows color (decimal): -6403392 or 12602014. OLE color: 12602014.

HSL color Cylindrical-coordinate representation of color #9E4AC0: hue angle of 282.71º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E4AC0 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15874192-
CMYK0.180.6100.25
HSL282.71º48.36%52.16%-
HSV(B)282.71º61.46%75.29%-
XYZ26.0615.9751.58-
YUV112.57172.83160.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.26%
GREEN value IS 74 (29.30% from 255) = 17.45%
BLUE value IS 192 (75.39% from 255) = 45.28%
R=37.26%
G=17.45%
B=45.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158741920.180.6100.25282.7148.3652.16
Hex9E4AC0123D01911b3034
Octal23611230022750314336064
Binary1001111010010101100000010010111101011001100011011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,74,192); }

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

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

 a { background-color: rgb(158,74,192); }

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

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

 span { border-color: rgb(158,74,192); }

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