Shades of Deep Lilac #9652CC
Tints of Deep Lilac #9652CC
RGB
CMYK
RGB Variations
Color information
#9652CC (or 0x9652CC) is known color: Deep Lilac. HEX triplet: 96, 52 and CC. RGB value is (150,82,204). Sum of RGB (Red+Green+Blue) = 150+82+204=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #9652CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652CC is #69AD33. Grayscale: #737373. Windows color (decimal): -6925620 or 13390486. OLE color: 13390486.
HSL color Cylindrical-coordinate representation of color #9652CC: 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 #9652CC is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 82 | 204 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.2 |
| HSL | 273.44º | 0.54% | 0.56% | - |
| HSV(B) | 273.44º | 0.6% | 0.8% | - |
| XYZ | 26.49 | 16.88 | 58.99 | - |
| YUV | 116.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 204 | 0.26 | 0.60 | 0 | 0.2 | 273.44 | 0.54 | 0.56 |
| Hex | 96 | 52 | CC | 1A | 3C | 0 | 14 | 111 | 36 | 38 |
| Octal | 226 | 122 | 314 | 32 | 74 | 0 | 24 | 421 | 66 | 70 |
| Binary | 10010110 | 1010010 | 11001100 | 11010 | 111100 | 0 | 10100 | 100010001 | 110110 | 111000 |
Color Harmonies of #9652CC
Complementary color
Monochromatic Colors of #9652CC
Black with #9652CC
Text Example
Text Example
White with #9652CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9652CC; }
p { color: rgb(150,82,204); }
H1.HeaderClassName
{
color: #9652CC;
}
.AnyTagClassName
{
color: #9652CC;
}
</style>
background-color css
<style>
a { background-color: #9652CC; }
a { background-color: rgb(150,82,204); }
div.DivClassName
{
background-color: #9652CC;
}
.BgClassName
{
background-color: #9652CC;
}
</style>
border-color css
<style>
span { border-color: #9652CC; }
span { border-color: rgb(150,82,204); }
td.TdClassName
{
border-color: #9652CC;
}
.TagClassName
{
border-color: #9652CC;
}
</style>