Shades of Deep Lilac #9551CB
Tints of Deep Lilac #9551CB
RGB
CMYK
RGB Variations
Color information
#9551CB (or 0x9551CB) is known color: Deep Lilac. HEX triplet: 95, 51 and CB. RGB value is (149,81,203). Sum of RGB (Red+Green+Blue) = 149+81+203=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #9551CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551CB is #6AAE34. Grayscale: #727272. Windows color (decimal): -6991413 or 13324693. OLE color: 13324693.
HSL color Cylindrical-coordinate representation of color #9551CB: hue angle of 273.44º 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 #9551CB is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 81 | 203 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.20 |
| HSL | 273.44º | 0.54% | 0.56% | - |
| HSV(B) | 273.44º | 0.6% | 0.8% | - |
| XYZ | 26.12 | 16.59 | 58.32 | - |
| YUV | 115.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 203 | 0.27 | 0.60 | 0 | 0.20 | 273.44 | 0.54 | 0.56 |
| Hex | 95 | 51 | CB | 1B | 3C | 0 | 14 | 111 | 36 | 38 |
| Octal | 225 | 121 | 313 | 33 | 74 | 0 | 24 | 421 | 66 | 70 |
| Binary | 10010101 | 1010001 | 11001011 | 11011 | 111100 | 0 | 10100 | 100010001 | 110110 | 111000 |
Color Harmonies of #9551CB
Complementary color
Monochromatic Colors of #9551CB
Black with #9551CB
Text Example
Text Example
White with #9551CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9551CB; }
p { color: rgb(149,81,203); }
H1.HeaderClassName
{
color: #9551CB;
}
.AnyTagClassName
{
color: #9551CB;
}
</style>
background-color css
<style>
a { background-color: #9551CB; }
a { background-color: rgb(149,81,203); }
div.DivClassName
{
background-color: #9551CB;
}
.BgClassName
{
background-color: #9551CB;
}
</style>
border-color css
<style>
span { border-color: #9551CB; }
span { border-color: rgb(149,81,203); }
td.TdClassName
{
border-color: #9551CB;
}
.TagClassName
{
border-color: #9551CB;
}
</style>