Shades of Deep Lilac #9D58BD
Tints of Deep Lilac #9D58BD
RGB
CMYK
RGB Variations
Color information
#9D58BD (or 0x9D58BD) is known color: Deep Lilac. HEX triplet: 9D, 58 and BD. RGB value is (157,88,189). Sum of RGB (Red+Green+Blue) = 157+88+189=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D58BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D58BD is #62A742. Grayscale: #777777. Windows color (decimal): -6465347 or 12408989. OLE color: 12408989.
HSL color Cylindrical-coordinate representation of color #9D58BD: hue angle of 280.99º 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 #9D58BD is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 88 | 189 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.26 |
| HSL | 280.99º | 0.43% | 0.54% | - |
| HSV(B) | 280.99º | 0.53% | 0.74% | - |
| XYZ | 26.58 | 17.82 | 50.18 | - |
| YUV | 120.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 88 | 189 | 0.17 | 0.53 | 0 | 0.26 | 280.99 | 0.43 | 0.54 |
| Hex | 9D | 58 | BD | 11 | 35 | 0 | 1A | 119 | 2B | 36 |
| Octal | 235 | 130 | 275 | 21 | 65 | 0 | 32 | 431 | 53 | 66 |
| Binary | 10011101 | 1011000 | 10111101 | 10001 | 110101 | 0 | 11010 | 100011001 | 101011 | 110110 |
Color Harmonies of #9D58BD
Complementary color
Monochromatic Colors of #9D58BD
Black with #9D58BD
Text Example
Text Example
White with #9D58BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D58BD; }
p { color: rgb(157,88,189); }
H1.HeaderClassName
{
color: #9D58BD;
}
.AnyTagClassName
{
color: #9D58BD;
}
</style>
background-color css
<style>
a { background-color: #9D58BD; }
a { background-color: rgb(157,88,189); }
div.DivClassName
{
background-color: #9D58BD;
}
.BgClassName
{
background-color: #9D58BD;
}
</style>
border-color css
<style>
span { border-color: #9D58BD; }
span { border-color: rgb(157,88,189); }
td.TdClassName
{
border-color: #9D58BD;
}
.TagClassName
{
border-color: #9D58BD;
}
</style>