Shades of Deep Lilac #964DC7
Tints of Deep Lilac #964DC7
RGB
CMYK
RGB Variations
Color information
#964DC7 (or 0x964DC7) is known color: Deep Lilac. HEX triplet: 96, 4D and C7. RGB value is (150,77,199). Sum of RGB (Red+Green+Blue) = 150+77+199=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 199 - color contains mainly: blue. Hex color #964DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DC7 is #69B238. Grayscale: #707070. Windows color (decimal): -6926905 or 13061526. OLE color: 13061526.
HSL color Cylindrical-coordinate representation of color #964DC7: hue angle of 275.9º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #964DC7 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 77 | 199 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.22 |
| HSL | 275.9º | 0.52% | 0.54% | - |
| HSV(B) | 275.9º | 0.61% | 0.78% | - |
| XYZ | 25.54 | 15.92 | 55.76 | - |
| YUV | 112.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 199 | 0.25 | 0.61 | 0 | 0.22 | 275.9 | 0.52 | 0.54 |
| Hex | 96 | 4D | C7 | 19 | 3D | 0 | 16 | 114 | 34 | 36 |
| Octal | 226 | 115 | 307 | 31 | 75 | 0 | 26 | 424 | 64 | 66 |
| Binary | 10010110 | 1001101 | 11000111 | 11001 | 111101 | 0 | 10110 | 100010100 | 110100 | 110110 |
Color Harmonies of #964DC7
Complementary color
Monochromatic Colors of #964DC7
Black with #964DC7
Text Example
Text Example
White with #964DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964DC7; }
p { color: rgb(150,77,199); }
H1.HeaderClassName
{
color: #964DC7;
}
.AnyTagClassName
{
color: #964DC7;
}
</style>
background-color css
<style>
a { background-color: #964DC7; }
a { background-color: rgb(150,77,199); }
div.DivClassName
{
background-color: #964DC7;
}
.BgClassName
{
background-color: #964DC7;
}
</style>
border-color css
<style>
span { border-color: #964DC7; }
span { border-color: rgb(150,77,199); }
td.TdClassName
{
border-color: #964DC7;
}
.TagClassName
{
border-color: #964DC7;
}
</style>