#9E4BB8

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

Shades of Deep Lilac #9E4BB8

Tints of Deep Lilac #9E4BB8

Color information

#9E4BB8 (or 0x9E4BB8) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4B and B8. RGB value is (158,75,184). Sum of RGB (Red+Green+Blue) = 158+75+184=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 184 - color contains mainly: blue. Hex color #9E4BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4BB8 is #61B447. Grayscale: #6F6F6F. Windows color (decimal): -6403144 or 12077982. OLE color: 12077982.

HSL color Cylindrical-coordinate representation of color #9E4BB8: hue angle of 285.69º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4BB8 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15875184-
CMYK0.140.5900.28
HSL285.69º43.43%50.78%-
HSV(B)285.69º59.24%72.16%-
XYZ25.2715.7647.06-
YUV112.24168.5160.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.89%
GREEN value IS 75 (29.69% from 255) = 17.99%
BLUE value IS 184 (72.27% from 255) = 44.12%
R=37.89%
G=17.99%
B=44.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal158751840.140.5900.28285.6943.4350.78
Hex9E4BB8E3B01C11e2b33
Octal23611327016730344365363
Binary100111101001011101110001110111011011100100011110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,75,184); }

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

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

 a { background-color: rgb(158,75,184); }

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

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

 span { border-color: rgb(158,75,184); }

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