#9E59BF

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

Shades of Deep Lilac #9E59BF

Tints of Deep Lilac #9E59BF

Color information

#9E59BF (or 0x9E59BF) is unknown color: approx Deep Lilac. HEX triplet: 9E, 59 and BF. RGB value is (158,89,191). Sum of RGB (Red+Green+Blue) = 158+89+191=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E59BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E59BF is #61A640. Grayscale: #787878. Windows color (decimal): -6399553 or 12540318. OLE color: 12540318.

HSL color Cylindrical-coordinate representation of color #9E59BF: hue angle of 280.59º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E59BF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15889191-
CMYK0.170.5300.25
HSL280.59º44.35%54.9%-
HSV(B)280.59º53.4%74.9%-
XYZ27.0818.1851.37-
YUV121.26167.36154.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.07%
GREEN value IS 89 (35.16% from 255) = 20.32%
BLUE value IS 191 (75% from 255) = 43.61%
R=36.07%
G=20.32%
B=43.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158891910.170.5300.25280.5944.3554.9
Hex9E59BF11350191192c37
Octal23613127721650314315467
Binary1001111010110011011111110001110101011001100011001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E59BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,89,191); }

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

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

 a { background-color: rgb(158,89,191); }

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

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

 span { border-color: rgb(158,89,191); }

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