#9E58BD

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

Shades of Deep Lilac #9E58BD

Tints of Deep Lilac #9E58BD

Color information

#9E58BD (or 0x9E58BD) is unknown color: approx Deep Lilac. HEX triplet: 9E, 58 and BD. RGB value is (158,88,189). Sum of RGB (Red+Green+Blue) = 158+88+189=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E58BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E58BD is #61A742. Grayscale: #787878. Windows color (decimal): -6399811 or 12408990. OLE color: 12408990.

HSL color Cylindrical-coordinate representation of color #9E58BD: hue angle of 281.58º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E58BD is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15888189-
CMYK0.160.5300.26
HSL281.58º43.35%54.31%-
HSV(B)281.58º53.44%74.12%-
XYZ26.7817.9250.19-
YUV120.44166.69154.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.32%
GREEN value IS 88 (34.77% from 255) = 20.23%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=36.32%
G=20.23%
B=43.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158881890.160.5300.26281.5843.3554.31
Hex9E58BD103501A11a2b36
Octal23613027520650324325366
Binary1001111010110001011110110000110101011010100011010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E58BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,88,189); }

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

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

 a { background-color: rgb(158,88,189); }

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

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

 span { border-color: rgb(158,88,189); }

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