Shades of Deep Lilac #964BCF
Tints of Deep Lilac #964BCF
RGB
CMYK
RGB Variations
Color information
#964BCF (or 0x964BCF) is known color: Deep Lilac. HEX triplet: 96, 4B and CF. RGB value is (150,75,207). Sum of RGB (Red+Green+Blue) = 150+75+207=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #964BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964BCF is #69B430. Grayscale: #707070. Windows color (decimal): -6927409 or 13585302. OLE color: 13585302.
HSL color Cylindrical-coordinate representation of color #964BCF: hue angle of 274.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #964BCF is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 75 | 207 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.19 |
| HSL | 274.09º | 0.58% | 0.55% | - |
| HSV(B) | 274.09º | 0.64% | 0.81% | - |
| XYZ | 26.36 | 16.02 | 60.73 | - |
| YUV | 112.47 | 181.35 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 207 | 0.28 | 0.64 | 0 | 0.19 | 274.09 | 0.58 | 0.55 |
| Hex | 96 | 4B | CF | 1C | 40 | 0 | 13 | 112 | 3A | 37 |
| Octal | 226 | 113 | 317 | 34 | 100 | 0 | 23 | 422 | 72 | 67 |
| Binary | 10010110 | 1001011 | 11001111 | 11100 | 1000000 | 0 | 10011 | 100010010 | 111010 | 110111 |
Color Harmonies of #964BCF
Complementary color
Monochromatic Colors of #964BCF
Black with #964BCF
Text Example
Text Example
White with #964BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964BCF; }
p { color: rgb(150,75,207); }
H1.HeaderClassName
{
color: #964BCF;
}
.AnyTagClassName
{
color: #964BCF;
}
</style>
background-color css
<style>
a { background-color: #964BCF; }
a { background-color: rgb(150,75,207); }
div.DivClassName
{
background-color: #964BCF;
}
.BgClassName
{
background-color: #964BCF;
}
</style>
border-color css
<style>
span { border-color: #964BCF; }
span { border-color: rgb(150,75,207); }
td.TdClassName
{
border-color: #964BCF;
}
.TagClassName
{
border-color: #964BCF;
}
</style>