Shades of Deep Lilac #964FCB
Tints of Deep Lilac #964FCB
RGB
CMYK
RGB Variations
Color information
#964FCB (or 0x964FCB) is known color: Deep Lilac. HEX triplet: 96, 4F and CB. RGB value is (150,79,203). Sum of RGB (Red+Green+Blue) = 150+79+203=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #964FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964FCB is #69B034. Grayscale: #717171. Windows color (decimal): -6926389 or 13324182. OLE color: 13324182.
HSL color Cylindrical-coordinate representation of color #964FCB: hue angle of 274.35º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #964FCB is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 79 | 203 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.20 |
| HSL | 274.35º | 0.54% | 0.55% | - |
| HSV(B) | 274.35º | 0.61% | 0.8% | - |
| XYZ | 26.15 | 16.39 | 58.28 | - |
| YUV | 114.37 | 178.02 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 79 | 203 | 0.26 | 0.61 | 0 | 0.20 | 274.35 | 0.54 | 0.55 |
| Hex | 96 | 4F | CB | 1A | 3D | 0 | 14 | 112 | 36 | 37 |
| Octal | 226 | 117 | 313 | 32 | 75 | 0 | 24 | 422 | 66 | 67 |
| Binary | 10010110 | 1001111 | 11001011 | 11010 | 111101 | 0 | 10100 | 100010010 | 110110 | 110111 |
Color Harmonies of #964FCB
Complementary color
Monochromatic Colors of #964FCB
Black with #964FCB
Text Example
Text Example
White with #964FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964FCB; }
p { color: rgb(150,79,203); }
H1.HeaderClassName
{
color: #964FCB;
}
.AnyTagClassName
{
color: #964FCB;
}
</style>
background-color css
<style>
a { background-color: #964FCB; }
a { background-color: rgb(150,79,203); }
div.DivClassName
{
background-color: #964FCB;
}
.BgClassName
{
background-color: #964FCB;
}
</style>
border-color css
<style>
span { border-color: #964FCB; }
span { border-color: rgb(150,79,203); }
td.TdClassName
{
border-color: #964FCB;
}
.TagClassName
{
border-color: #964FCB;
}
</style>