#9E58AD

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

Shades of Deep Lilac #9E58AD

Tints of Deep Lilac #9E58AD

Color information

#9E58AD (or 0x9E58AD) is unknown color: approx Deep Lilac. HEX triplet: 9E, 58 and AD. RGB value is (158,88,173). Sum of RGB (Red+Green+Blue) = 158+88+173=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E58AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E58AD is #61A752. Grayscale: #767676. Windows color (decimal): -6399827 or 11360414. OLE color: 11360414.

HSL color Cylindrical-coordinate representation of color #9E58AD: hue angle of 289.41º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E58AD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15888173-
CMYK0.090.4900.32
HSL289.41º34.14%51.18%-
HSV(B)289.41º49.13%67.84%-
XYZ25.1317.2741.54-
YUV118.62158.69156.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.71%
GREEN value IS 88 (34.77% from 255) = 21.00%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=37.71%
G=21.00%
B=41.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158881730.090.4900.32289.4134.1451.18
Hex9E58AD9310201212233
Octal23613025511610404414263
Binary1001111010110001010110110011100010100000100100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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