Shades of Deep Lilac #9D51CF
Tints of Deep Lilac #9D51CF
RGB
CMYK
RGB Variations
Color information
#9D51CF (or 0x9D51CF) is known color: Deep Lilac. HEX triplet: 9D, 51 and CF. RGB value is (157,81,207). Sum of RGB (Red+Green+Blue) = 157+81+207=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D51CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D51CF is #62AE30. Grayscale: #757575. Windows color (decimal): -6467121 or 13586845. OLE color: 13586845.
HSL color Cylindrical-coordinate representation of color #9D51CF: hue angle of 276.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D51CF is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 81 | 207 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.19 |
| HSL | 276.19º | 0.57% | 0.56% | - |
| HSV(B) | 276.19º | 0.61% | 0.81% | - |
| XYZ | 28.11 | 17.56 | 60.94 | - |
| YUV | 118.09 | 178.18 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 207 | 0.24 | 0.61 | 0 | 0.19 | 276.19 | 0.57 | 0.56 |
| Hex | 9D | 51 | CF | 18 | 3D | 0 | 13 | 114 | 39 | 38 |
| Octal | 235 | 121 | 317 | 30 | 75 | 0 | 23 | 424 | 71 | 70 |
| Binary | 10011101 | 1010001 | 11001111 | 11000 | 111101 | 0 | 10011 | 100010100 | 111001 | 111000 |
Color Harmonies of #9D51CF
Complementary color
Monochromatic Colors of #9D51CF
Black with #9D51CF
Text Example
Text Example
White with #9D51CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D51CF; }
p { color: rgb(157,81,207); }
H1.HeaderClassName
{
color: #9D51CF;
}
.AnyTagClassName
{
color: #9D51CF;
}
</style>
background-color css
<style>
a { background-color: #9D51CF; }
a { background-color: rgb(157,81,207); }
div.DivClassName
{
background-color: #9D51CF;
}
.BgClassName
{
background-color: #9D51CF;
}
</style>
border-color css
<style>
span { border-color: #9D51CF; }
span { border-color: rgb(157,81,207); }
td.TdClassName
{
border-color: #9D51CF;
}
.TagClassName
{
border-color: #9D51CF;
}
</style>