Shades of Deep Lilac #9552C9
Tints of Deep Lilac #9552C9
RGB
CMYK
RGB Variations
Color information
#9552C9 (or 0x9552C9) is known color: Deep Lilac. HEX triplet: 95, 52 and C9. RGB value is (149,82,201). Sum of RGB (Red+Green+Blue) = 149+82+201=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #9552C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9552C9 is #6AAD36. Grayscale: #737373. Windows color (decimal): -6991159 or 13193877. OLE color: 13193877.
HSL color Cylindrical-coordinate representation of color #9552C9: hue angle of 273.78º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9552C9 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 82 | 201 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.21 |
| HSL | 273.78º | 0.52% | 0.55% | - |
| HSV(B) | 273.78º | 0.59% | 0.79% | - |
| XYZ | 25.95 | 16.64 | 57.1 | - |
| YUV | 115.6 | 176.2 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 201 | 0.26 | 0.59 | 0 | 0.21 | 273.78 | 0.52 | 0.55 |
| Hex | 95 | 52 | C9 | 1A | 3B | 0 | 15 | 112 | 34 | 37 |
| Octal | 225 | 122 | 311 | 32 | 73 | 0 | 25 | 422 | 64 | 67 |
| Binary | 10010101 | 1010010 | 11001001 | 11010 | 111011 | 0 | 10101 | 100010010 | 110100 | 110111 |
Color Harmonies of #9552C9
Complementary color
Monochromatic Colors of #9552C9
Black with #9552C9
Text Example
Text Example
White with #9552C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9552C9; }
p { color: rgb(149,82,201); }
H1.HeaderClassName
{
color: #9552C9;
}
.AnyTagClassName
{
color: #9552C9;
}
</style>
background-color css
<style>
a { background-color: #9552C9; }
a { background-color: rgb(149,82,201); }
div.DivClassName
{
background-color: #9552C9;
}
.BgClassName
{
background-color: #9552C9;
}
</style>
border-color css
<style>
span { border-color: #9552C9; }
span { border-color: rgb(149,82,201); }
td.TdClassName
{
border-color: #9552C9;
}
.TagClassName
{
border-color: #9552C9;
}
</style>