Shades of Deep Lilac #964CBC
Tints of Deep Lilac #964CBC
RGB
CMYK
RGB Variations
Color information
#964CBC (or 0x964CBC) is known color: Deep Lilac. HEX triplet: 96, 4C and BC. RGB value is (150,76,188). Sum of RGB (Red+Green+Blue) = 150+76+188=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #964CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CBC is #69B343. Grayscale: #6E6E6E. Windows color (decimal): -6927172 or 12340374. OLE color: 12340374.
HSL color Cylindrical-coordinate representation of color #964CBC: hue angle of 279.64º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #964CBC is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 76 | 188 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.26 |
| HSL | 279.64º | 0.46% | 0.52% | - |
| HSV(B) | 279.64º | 0.6% | 0.74% | - |
| XYZ | 24.24 | 15.28 | 49.25 | - |
| YUV | 110.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 188 | 0.20 | 0.60 | 0 | 0.26 | 279.64 | 0.46 | 0.52 |
| Hex | 96 | 4C | BC | 14 | 3C | 0 | 1A | 118 | 2E | 34 |
| Octal | 226 | 114 | 274 | 24 | 74 | 0 | 32 | 430 | 56 | 64 |
| Binary | 10010110 | 1001100 | 10111100 | 10100 | 111100 | 0 | 11010 | 100011000 | 101110 | 110100 |
Color Harmonies of #964CBC
Complementary color
Monochromatic Colors of #964CBC
Black with #964CBC
Text Example
Text Example
White with #964CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964CBC; }
p { color: rgb(150,76,188); }
H1.HeaderClassName
{
color: #964CBC;
}
.AnyTagClassName
{
color: #964CBC;
}
</style>
background-color css
<style>
a { background-color: #964CBC; }
a { background-color: rgb(150,76,188); }
div.DivClassName
{
background-color: #964CBC;
}
.BgClassName
{
background-color: #964CBC;
}
</style>
border-color css
<style>
span { border-color: #964CBC; }
span { border-color: rgb(150,76,188); }
td.TdClassName
{
border-color: #964CBC;
}
.TagClassName
{
border-color: #964CBC;
}
</style>