Shades of Deep Lilac #9652CB
Tints of Deep Lilac #9652CB
RGB
CMYK
RGB Variations
Color information
#9652CB (or 0x9652CB) is known color: Deep Lilac. HEX triplet: 96, 52 and CB. RGB value is (150,82,203). Sum of RGB (Red+Green+Blue) = 150+82+203=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #9652CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652CB is #69AD34. Grayscale: #737373. Windows color (decimal): -6925621 or 13324950. OLE color: 13324950.
HSL color Cylindrical-coordinate representation of color #9652CB: hue angle of 273.72º 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 #9652CB is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 82 | 203 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.20 |
| HSL | 273.72º | 0.54% | 0.56% | - |
| HSV(B) | 273.72º | 0.6% | 0.8% | - |
| XYZ | 26.37 | 16.83 | 58.36 | - |
| YUV | 116.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 203 | 0.26 | 0.60 | 0 | 0.20 | 273.72 | 0.54 | 0.56 |
| Hex | 96 | 52 | CB | 1A | 3C | 0 | 14 | 112 | 36 | 38 |
| Octal | 226 | 122 | 313 | 32 | 74 | 0 | 24 | 422 | 66 | 70 |
| Binary | 10010110 | 1010010 | 11001011 | 11010 | 111100 | 0 | 10100 | 100010010 | 110110 | 111000 |
Color Harmonies of #9652CB
Complementary color
Monochromatic Colors of #9652CB
Black with #9652CB
Text Example
Text Example
White with #9652CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9652CB; }
p { color: rgb(150,82,203); }
H1.HeaderClassName
{
color: #9652CB;
}
.AnyTagClassName
{
color: #9652CB;
}
</style>
background-color css
<style>
a { background-color: #9652CB; }
a { background-color: rgb(150,82,203); }
div.DivClassName
{
background-color: #9652CB;
}
.BgClassName
{
background-color: #9652CB;
}
</style>
border-color css
<style>
span { border-color: #9652CB; }
span { border-color: rgb(150,82,203); }
td.TdClassName
{
border-color: #9652CB;
}
.TagClassName
{
border-color: #9652CB;
}
</style>