Shades of Deep Lilac #965BA8
Tints of Deep Lilac #965BA8
RGB
CMYK
RGB Variations
Color information
#965BA8 (or 0x965BA8) is known color: Deep Lilac. HEX triplet: 96, 5B and A8. RGB value is (150,91,168). Sum of RGB (Red+Green+Blue) = 150+91+168=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 168 - color contains mainly: blue. Hex color #965BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965BA8 is #69A457. Grayscale: #757575. Windows color (decimal): -6923352 or 11033494. OLE color: 11033494.
HSL color Cylindrical-coordinate representation of color #965BA8: hue angle of 285.97º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965BA8 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 91 | 168 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.34 |
| HSL | 285.97º | 0.31% | 0.51% | - |
| HSV(B) | 285.97º | 0.46% | 0.66% | - |
| XYZ | 23.39 | 16.79 | 39.05 | - |
| YUV | 117.42 | 156.55 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 168 | 0.11 | 0.46 | 0 | 0.34 | 285.97 | 0.31 | 0.51 |
| Hex | 96 | 5B | A8 | B | 2E | 0 | 22 | 11E | 1F | 33 |
| Octal | 226 | 133 | 250 | 13 | 56 | 0 | 42 | 436 | 37 | 63 |
| Binary | 10010110 | 1011011 | 10101000 | 1011 | 101110 | 0 | 100010 | 100011110 | 11111 | 110011 |
Color Harmonies of #965BA8
Complementary color
Monochromatic Colors of #965BA8
Black with #965BA8
Text Example
Text Example
White with #965BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BA8; }
p { color: rgb(150,91,168); }
H1.HeaderClassName
{
color: #965BA8;
}
.AnyTagClassName
{
color: #965BA8;
}
</style>
background-color css
<style>
a { background-color: #965BA8; }
a { background-color: rgb(150,91,168); }
div.DivClassName
{
background-color: #965BA8;
}
.BgClassName
{
background-color: #965BA8;
}
</style>
border-color css
<style>
span { border-color: #965BA8; }
span { border-color: rgb(150,91,168); }
td.TdClassName
{
border-color: #965BA8;
}
.TagClassName
{
border-color: #965BA8;
}
</style>