#9E4ABE

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

Shades of Deep Lilac #9E4ABE

Tints of Deep Lilac #9E4ABE

Color information

#9E4ABE (or 0x9E4ABE) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4A and BE. RGB value is (158,74,190). Sum of RGB (Red+Green+Blue) = 158+74+190=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E4ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4ABE is #61B541. Grayscale: #6F6F6F. Windows color (decimal): -6403394 or 12470942. OLE color: 12470942.

HSL color Cylindrical-coordinate representation of color #9E4ABE: hue angle of 283.45º degrees, saturation: 0.47, 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 #9E4ABE is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15874190-
CMYK0.170.6100.25
HSL283.45º47.15%51.76%-
HSV(B)283.45º61.05%74.51%-
XYZ25.8415.8850.42-
YUV112.34171.83160.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.44%
GREEN value IS 74 (29.30% from 255) = 17.54%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=37.44%
G=17.54%
B=45.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158741900.170.6100.25283.4547.1551.76
Hex9E4ABE113D01911b2f34
Octal23611227621750314335764
Binary1001111010010101011111010001111101011001100011011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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