Shades of Deep Lilac #964CD0
Tints of Deep Lilac #964CD0
RGB
CMYK
RGB Variations
Color information
#964CD0 (or 0x964CD0) is known color: Deep Lilac. HEX triplet: 96, 4C and D0. RGB value is (150,76,208). Sum of RGB (Red+Green+Blue) = 150+76+208=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #964CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CD0 is #69B32F. Grayscale: #707070. Windows color (decimal): -6927152 or 13651094. OLE color: 13651094.
HSL color Cylindrical-coordinate representation of color #964CD0: hue angle of 273.64º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964CD0 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 76 | 208 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.18 |
| HSL | 273.64º | 0.58% | 0.56% | - |
| HSV(B) | 273.64º | 0.63% | 0.82% | - |
| XYZ | 26.55 | 16.21 | 61.4 | - |
| YUV | 113.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 208 | 0.28 | 0.63 | 0 | 0.18 | 273.64 | 0.58 | 0.56 |
| Hex | 96 | 4C | D0 | 1C | 3F | 0 | 12 | 112 | 3A | 38 |
| Octal | 226 | 114 | 320 | 34 | 77 | 0 | 22 | 422 | 72 | 70 |
| Binary | 10010110 | 1001100 | 11010000 | 11100 | 111111 | 0 | 10010 | 100010010 | 111010 | 111000 |
Color Harmonies of #964CD0
Complementary color
Monochromatic Colors of #964CD0
Black with #964CD0
Text Example
Text Example
White with #964CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964CD0; }
p { color: rgb(150,76,208); }
H1.HeaderClassName
{
color: #964CD0;
}
.AnyTagClassName
{
color: #964CD0;
}
</style>
background-color css
<style>
a { background-color: #964CD0; }
a { background-color: rgb(150,76,208); }
div.DivClassName
{
background-color: #964CD0;
}
.BgClassName
{
background-color: #964CD0;
}
</style>
border-color css
<style>
span { border-color: #964CD0; }
span { border-color: rgb(150,76,208); }
td.TdClassName
{
border-color: #964CD0;
}
.TagClassName
{
border-color: #964CD0;
}
</style>