Shades of Deep Lilac #964CC8
Tints of Deep Lilac #964CC8
RGB
CMYK
RGB Variations
Color information
#964CC8 (or 0x964CC8) is known color: Deep Lilac. HEX triplet: 96, 4C and C8. RGB value is (150,76,200). Sum of RGB (Red+Green+Blue) = 150+76+200=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #964CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CC8 is #69B337. Grayscale: #6F6F6F. Windows color (decimal): -6927160 or 13126806. OLE color: 13126806.
HSL color Cylindrical-coordinate representation of color #964CC8: hue angle of 275.81º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964CC8 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 76 | 200 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.22 |
| HSL | 275.81º | 0.53% | 0.54% | - |
| HSV(B) | 275.81º | 0.62% | 0.78% | - |
| XYZ | 25.59 | 15.82 | 56.35 | - |
| YUV | 112.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 200 | 0.25 | 0.62 | 0 | 0.22 | 275.81 | 0.53 | 0.54 |
| Hex | 96 | 4C | C8 | 19 | 3E | 0 | 16 | 114 | 35 | 36 |
| Octal | 226 | 114 | 310 | 31 | 76 | 0 | 26 | 424 | 65 | 66 |
| Binary | 10010110 | 1001100 | 11001000 | 11001 | 111110 | 0 | 10110 | 100010100 | 110101 | 110110 |
Color Harmonies of #964CC8
Complementary color
Monochromatic Colors of #964CC8
Black with #964CC8
Text Example
Text Example
White with #964CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964CC8; }
p { color: rgb(150,76,200); }
H1.HeaderClassName
{
color: #964CC8;
}
.AnyTagClassName
{
color: #964CC8;
}
</style>
background-color css
<style>
a { background-color: #964CC8; }
a { background-color: rgb(150,76,200); }
div.DivClassName
{
background-color: #964CC8;
}
.BgClassName
{
background-color: #964CC8;
}
</style>
border-color css
<style>
span { border-color: #964CC8; }
span { border-color: rgb(150,76,200); }
td.TdClassName
{
border-color: #964CC8;
}
.TagClassName
{
border-color: #964CC8;
}
</style>