Shades of Deep Lilac #9D51CB
Tints of Deep Lilac #9D51CB
RGB
CMYK
RGB Variations
Color information
#9D51CB (or 0x9D51CB) is known color: Deep Lilac. HEX triplet: 9D, 51 and CB. RGB value is (157,81,203). Sum of RGB (Red+Green+Blue) = 157+81+203=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D51CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D51CB is #62AE34. Grayscale: #757575. Windows color (decimal): -6467125 or 13324701. OLE color: 13324701.
HSL color Cylindrical-coordinate representation of color #9D51CB: hue angle of 277.38º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D51CB is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 81 | 203 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.20 |
| HSL | 277.38º | 0.54% | 0.56% | - |
| HSV(B) | 277.38º | 0.6% | 0.8% | - |
| XYZ | 27.63 | 17.36 | 58.4 | - |
| YUV | 117.63 | 176.18 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 203 | 0.23 | 0.60 | 0 | 0.20 | 277.38 | 0.54 | 0.56 |
| Hex | 9D | 51 | CB | 17 | 3C | 0 | 14 | 115 | 36 | 38 |
| Octal | 235 | 121 | 313 | 27 | 74 | 0 | 24 | 425 | 66 | 70 |
| Binary | 10011101 | 1010001 | 11001011 | 10111 | 111100 | 0 | 10100 | 100010101 | 110110 | 111000 |
Color Harmonies of #9D51CB
Complementary color
Monochromatic Colors of #9D51CB
Black with #9D51CB
Text Example
Text Example
White with #9D51CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D51CB; }
p { color: rgb(157,81,203); }
H1.HeaderClassName
{
color: #9D51CB;
}
.AnyTagClassName
{
color: #9D51CB;
}
</style>
background-color css
<style>
a { background-color: #9D51CB; }
a { background-color: rgb(157,81,203); }
div.DivClassName
{
background-color: #9D51CB;
}
.BgClassName
{
background-color: #9D51CB;
}
</style>
border-color css
<style>
span { border-color: #9D51CB; }
span { border-color: rgb(157,81,203); }
td.TdClassName
{
border-color: #9D51CB;
}
.TagClassName
{
border-color: #9D51CB;
}
</style>