Shades of Deep Lilac #9648CC
Tints of Deep Lilac #9648CC
RGB
CMYK
RGB Variations
Color information
#9648CC (or 0x9648CC) is known color: Deep Lilac. HEX triplet: 96, 48 and CC. RGB value is (150,72,204). Sum of RGB (Red+Green+Blue) = 150+72+204=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #9648CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9648CC is #69B733. Grayscale: #6D6D6D. Windows color (decimal): -6928180 or 13387926. OLE color: 13387926.
HSL color Cylindrical-coordinate representation of color #9648CC: hue angle of 275.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9648CC is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 72 | 204 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.2 |
| HSL | 275.45º | 0.56% | 0.54% | - |
| HSV(B) | 275.45º | 0.65% | 0.8% | - |
| XYZ | 25.79 | 15.48 | 58.75 | - |
| YUV | 110.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 204 | 0.26 | 0.65 | 0 | 0.2 | 275.45 | 0.56 | 0.54 |
| Hex | 96 | 48 | CC | 1A | 41 | 0 | 14 | 113 | 38 | 36 |
| Octal | 226 | 110 | 314 | 32 | 101 | 0 | 24 | 423 | 70 | 66 |
| Binary | 10010110 | 1001000 | 11001100 | 11010 | 1000001 | 0 | 10100 | 100010011 | 111000 | 110110 |
Color Harmonies of #9648CC
Complementary color
Monochromatic Colors of #9648CC
Black with #9648CC
Text Example
Text Example
White with #9648CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9648CC; }
p { color: rgb(150,72,204); }
H1.HeaderClassName
{
color: #9648CC;
}
.AnyTagClassName
{
color: #9648CC;
}
</style>
background-color css
<style>
a { background-color: #9648CC; }
a { background-color: rgb(150,72,204); }
div.DivClassName
{
background-color: #9648CC;
}
.BgClassName
{
background-color: #9648CC;
}
</style>
border-color css
<style>
span { border-color: #9648CC; }
span { border-color: rgb(150,72,204); }
td.TdClassName
{
border-color: #9648CC;
}
.TagClassName
{
border-color: #9648CC;
}
</style>