Shades of Deep Lilac #964CCF
Tints of Deep Lilac #964CCF
RGB
CMYK
RGB Variations
Color information
#964CCF (or 0x964CCF) is known color: Deep Lilac. HEX triplet: 96, 4C and CF. RGB value is (150,76,207). Sum of RGB (Red+Green+Blue) = 150+76+207=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #964CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CCF is #69B330. Grayscale: #707070. Windows color (decimal): -6927153 or 13585558. OLE color: 13585558.
HSL color Cylindrical-coordinate representation of color #964CCF: hue angle of 273.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964CCF is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 76 | 207 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.19 |
| HSL | 273.89º | 0.58% | 0.55% | - |
| HSV(B) | 273.89º | 0.63% | 0.81% | - |
| XYZ | 26.42 | 16.16 | 60.76 | - |
| YUV | 113.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 207 | 0.28 | 0.63 | 0 | 0.19 | 273.89 | 0.58 | 0.55 |
| Hex | 96 | 4C | CF | 1C | 3F | 0 | 13 | 112 | 3A | 37 |
| Octal | 226 | 114 | 317 | 34 | 77 | 0 | 23 | 422 | 72 | 67 |
| Binary | 10010110 | 1001100 | 11001111 | 11100 | 111111 | 0 | 10011 | 100010010 | 111010 | 110111 |
Color Harmonies of #964CCF
Complementary color
Monochromatic Colors of #964CCF
Black with #964CCF
Text Example
Text Example
White with #964CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964CCF; }
p { color: rgb(150,76,207); }
H1.HeaderClassName
{
color: #964CCF;
}
.AnyTagClassName
{
color: #964CCF;
}
</style>
background-color css
<style>
a { background-color: #964CCF; }
a { background-color: rgb(150,76,207); }
div.DivClassName
{
background-color: #964CCF;
}
.BgClassName
{
background-color: #964CCF;
}
</style>
border-color css
<style>
span { border-color: #964CCF; }
span { border-color: rgb(150,76,207); }
td.TdClassName
{
border-color: #964CCF;
}
.TagClassName
{
border-color: #964CCF;
}
</style>