Shades of Deep Lilac #965BBC
Tints of Deep Lilac #965BBC
RGB
CMYK
RGB Variations
Color information
#965BBC (or 0x965BBC) is known color: Deep Lilac. HEX triplet: 96, 5B and BC. RGB value is (150,91,188). Sum of RGB (Red+Green+Blue) = 150+91+188=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #965BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BBC is #69A443. Grayscale: #777777. Windows color (decimal): -6923332 or 12344214. OLE color: 12344214.
HSL color Cylindrical-coordinate representation of color #965BBC: hue angle of 276.49º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #965BBC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 91 | 188 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.26 |
| HSL | 276.49º | 0.42% | 0.55% | - |
| HSV(B) | 276.49º | 0.52% | 0.74% | - |
| XYZ | 25.4 | 17.6 | 49.64 | - |
| YUV | 119.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 188 | 0.20 | 0.52 | 0 | 0.26 | 276.49 | 0.42 | 0.55 |
| Hex | 96 | 5B | BC | 14 | 34 | 0 | 1A | 114 | 2A | 37 |
| Octal | 226 | 133 | 274 | 24 | 64 | 0 | 32 | 424 | 52 | 67 |
| Binary | 10010110 | 1011011 | 10111100 | 10100 | 110100 | 0 | 11010 | 100010100 | 101010 | 110111 |
Color Harmonies of #965BBC
Complementary color
Monochromatic Colors of #965BBC
Black with #965BBC
Text Example
Text Example
White with #965BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BBC; }
p { color: rgb(150,91,188); }
H1.HeaderClassName
{
color: #965BBC;
}
.AnyTagClassName
{
color: #965BBC;
}
</style>
background-color css
<style>
a { background-color: #965BBC; }
a { background-color: rgb(150,91,188); }
div.DivClassName
{
background-color: #965BBC;
}
.BgClassName
{
background-color: #965BBC;
}
</style>
border-color css
<style>
span { border-color: #965BBC; }
span { border-color: rgb(150,91,188); }
td.TdClassName
{
border-color: #965BBC;
}
.TagClassName
{
border-color: #965BBC;
}
</style>