Shades of Deep Lilac #964AC0
Tints of Deep Lilac #964AC0
RGB
CMYK
RGB Variations
Color information
#964AC0 (or 0x964AC0) is known color: Deep Lilac. HEX triplet: 96, 4A and C0. RGB value is (150,74,192). Sum of RGB (Red+Green+Blue) = 150+74+192=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #964AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964AC0 is #69B53F. Grayscale: #6D6D6D. Windows color (decimal): -6927680 or 12602006. OLE color: 12602006.
HSL color Cylindrical-coordinate representation of color #964AC0: hue angle of 278.64º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #964AC0 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 74 | 192 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.25 |
| HSL | 278.64º | 0.48% | 0.52% | - |
| HSV(B) | 278.64º | 0.61% | 0.75% | - |
| XYZ | 24.54 | 15.19 | 51.51 | - |
| YUV | 110.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 192 | 0.22 | 0.61 | 0 | 0.25 | 278.64 | 0.48 | 0.52 |
| Hex | 96 | 4A | C0 | 16 | 3D | 0 | 19 | 117 | 30 | 34 |
| Octal | 226 | 112 | 300 | 26 | 75 | 0 | 31 | 427 | 60 | 64 |
| Binary | 10010110 | 1001010 | 11000000 | 10110 | 111101 | 0 | 11001 | 100010111 | 110000 | 110100 |
Color Harmonies of #964AC0
Complementary color
Monochromatic Colors of #964AC0
Black with #964AC0
Text Example
Text Example
White with #964AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964AC0; }
p { color: rgb(150,74,192); }
H1.HeaderClassName
{
color: #964AC0;
}
.AnyTagClassName
{
color: #964AC0;
}
</style>
background-color css
<style>
a { background-color: #964AC0; }
a { background-color: rgb(150,74,192); }
div.DivClassName
{
background-color: #964AC0;
}
.BgClassName
{
background-color: #964AC0;
}
</style>
border-color css
<style>
span { border-color: #964AC0; }
span { border-color: rgb(150,74,192); }
td.TdClassName
{
border-color: #964AC0;
}
.TagClassName
{
border-color: #964AC0;
}
</style>