Shades of Deep Lilac #9951CE
Tints of Deep Lilac #9951CE
RGB
CMYK
RGB Variations
Color information
#9951CE (or 0x9951CE) is known color: Deep Lilac. HEX triplet: 99, 51 and CE. RGB value is (153,81,206). Sum of RGB (Red+Green+Blue) = 153+81+206=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #9951CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9951CE is #66AE31. Grayscale: #747474. Windows color (decimal): -6729266 or 13521305. OLE color: 13521305.
HSL color Cylindrical-coordinate representation of color #9951CE: hue angle of 274.56º degrees, saturation: 0.56, 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 #9951CE is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 81 | 206 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.19 |
| HSL | 274.56º | 0.56% | 0.56% | - |
| HSV(B) | 274.56º | 0.61% | 0.81% | - |
| XYZ | 27.22 | 17.11 | 60.26 | - |
| YUV | 116.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 206 | 0.26 | 0.61 | 0 | 0.19 | 274.56 | 0.56 | 0.56 |
| Hex | 99 | 51 | CE | 1A | 3D | 0 | 13 | 113 | 38 | 38 |
| Octal | 231 | 121 | 316 | 32 | 75 | 0 | 23 | 423 | 70 | 70 |
| Binary | 10011001 | 1010001 | 11001110 | 11010 | 111101 | 0 | 10011 | 100010011 | 111000 | 111000 |
Color Harmonies of #9951CE
Complementary color
Monochromatic Colors of #9951CE
Black with #9951CE
Text Example
Text Example
White with #9951CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9951CE; }
p { color: rgb(153,81,206); }
H1.HeaderClassName
{
color: #9951CE;
}
.AnyTagClassName
{
color: #9951CE;
}
</style>
background-color css
<style>
a { background-color: #9951CE; }
a { background-color: rgb(153,81,206); }
div.DivClassName
{
background-color: #9951CE;
}
.BgClassName
{
background-color: #9951CE;
}
</style>
border-color css
<style>
span { border-color: #9951CE; }
span { border-color: rgb(153,81,206); }
td.TdClassName
{
border-color: #9951CE;
}
.TagClassName
{
border-color: #9951CE;
}
</style>