Shades of Deep Lilac #9051C9
Tints of Deep Lilac #9051C9
RGB
CMYK
RGB Variations
Color information
#9051C9 (or 0x9051C9) is known color: Deep Lilac. HEX triplet: 90, 51 and C9. RGB value is (144,81,201). Sum of RGB (Red+Green+Blue) = 144+81+201=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #9051C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051C9 is #6FAE36. Grayscale: #717171. Windows color (decimal): -7319095 or 13193616. OLE color: 13193616.
HSL color Cylindrical-coordinate representation of color #9051C9: hue angle of 271.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9051C9 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 81 | 201 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.21 |
| HSL | 271.5º | 0.53% | 0.55% | - |
| HSV(B) | 271.5º | 0.6% | 0.79% | - |
| XYZ | 24.99 | 16.03 | 57.04 | - |
| YUV | 113.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 201 | 0.28 | 0.60 | 0 | 0.21 | 271.5 | 0.53 | 0.55 |
| Hex | 90 | 51 | C9 | 1C | 3C | 0 | 15 | 110 | 35 | 37 |
| Octal | 220 | 121 | 311 | 34 | 74 | 0 | 25 | 420 | 65 | 67 |
| Binary | 10010000 | 1010001 | 11001001 | 11100 | 111100 | 0 | 10101 | 100010000 | 110101 | 110111 |
Color Harmonies of #9051C9
Complementary color
Monochromatic Colors of #9051C9
Black with #9051C9
Text Example
Text Example
White with #9051C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9051C9; }
p { color: rgb(144,81,201); }
H1.HeaderClassName
{
color: #9051C9;
}
.AnyTagClassName
{
color: #9051C9;
}
</style>
background-color css
<style>
a { background-color: #9051C9; }
a { background-color: rgb(144,81,201); }
div.DivClassName
{
background-color: #9051C9;
}
.BgClassName
{
background-color: #9051C9;
}
</style>
border-color css
<style>
span { border-color: #9051C9; }
span { border-color: rgb(144,81,201); }
td.TdClassName
{
border-color: #9051C9;
}
.TagClassName
{
border-color: #9051C9;
}
</style>