Shades of Deep Lilac #9952CB
Tints of Deep Lilac #9952CB
RGB
CMYK
RGB Variations
Color information
#9952CB (or 0x9952CB) is known color: Deep Lilac. HEX triplet: 99, 52 and CB. RGB value is (153,82,203). Sum of RGB (Red+Green+Blue) = 153+82+203=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #9952CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9952CB is #66AD34. Grayscale: #747474. Windows color (decimal): -6729013 or 13324953. OLE color: 13324953.
HSL color Cylindrical-coordinate representation of color #9952CB: hue angle of 275.21º 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 #9952CB is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 82 | 203 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.20 |
| HSL | 275.21º | 0.54% | 0.56% | - |
| HSV(B) | 275.21º | 0.6% | 0.8% | - |
| XYZ | 26.93 | 17.12 | 58.38 | - |
| YUV | 117.02 | 176.52 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 203 | 0.25 | 0.60 | 0 | 0.20 | 275.21 | 0.54 | 0.56 |
| Hex | 99 | 52 | CB | 19 | 3C | 0 | 14 | 113 | 36 | 38 |
| Octal | 231 | 122 | 313 | 31 | 74 | 0 | 24 | 423 | 66 | 70 |
| Binary | 10011001 | 1010010 | 11001011 | 11001 | 111100 | 0 | 10100 | 100010011 | 110110 | 111000 |
Color Harmonies of #9952CB
Complementary color
Monochromatic Colors of #9952CB
Black with #9952CB
Text Example
Text Example
White with #9952CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9952CB; }
p { color: rgb(153,82,203); }
H1.HeaderClassName
{
color: #9952CB;
}
.AnyTagClassName
{
color: #9952CB;
}
</style>
background-color css
<style>
a { background-color: #9952CB; }
a { background-color: rgb(153,82,203); }
div.DivClassName
{
background-color: #9952CB;
}
.BgClassName
{
background-color: #9952CB;
}
</style>
border-color css
<style>
span { border-color: #9952CB; }
span { border-color: rgb(153,82,203); }
td.TdClassName
{
border-color: #9952CB;
}
.TagClassName
{
border-color: #9952CB;
}
</style>