#9D58AD

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

Shades of Deep Lilac #9D58AD

Tints of Deep Lilac #9D58AD

Color information

#9D58AD (or 0x9D58AD) is unknown color: approx Deep Lilac. HEX triplet: 9D, 58 and AD. RGB value is (157,88,173). Sum of RGB (Red+Green+Blue) = 157+88+173=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D58AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D58AD is #62A752. Grayscale: #767676. Windows color (decimal): -6465363 or 11360413. OLE color: 11360413.

HSL color Cylindrical-coordinate representation of color #9D58AD: hue angle of 288.71º 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 #9D58AD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15788173-
CMYK0.090.4900.32
HSL288.71º34.14%51.18%-
HSV(B)288.71º49.13%67.84%-
XYZ24.9417.1641.53-
YUV118.32158.86155.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.56%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=37.56%
G=21.05%
B=41.39%

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
Decimal157881730.090.4900.32288.7134.1451.18
Hex9D58AD9310201212233
Octal23513025511610404414263
Binary1001110110110001010110110011100010100000100100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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