Shades of Deep Lilac #965AB8
Tints of Deep Lilac #965AB8
RGB
CMYK
RGB Variations
Color information
#965AB8 (or 0x965AB8) is known color: Deep Lilac. HEX triplet: 96, 5A and B8. RGB value is (150,90,184). Sum of RGB (Red+Green+Blue) = 150+90+184=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 184 - color contains mainly: blue. Hex color #965AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965AB8 is #69A547. Grayscale: #767676. Windows color (decimal): -6923592 or 12081814. OLE color: 12081814.
HSL color Cylindrical-coordinate representation of color #965AB8: hue angle of 278.3º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965AB8 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 90 | 184 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.28 |
| HSL | 278.3º | 0.4% | 0.54% | - |
| HSV(B) | 278.3º | 0.51% | 0.72% | - |
| XYZ | 24.89 | 17.26 | 47.37 | - |
| YUV | 118.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 184 | 0.18 | 0.51 | 0 | 0.28 | 278.3 | 0.4 | 0.54 |
| Hex | 96 | 5A | B8 | 12 | 33 | 0 | 1C | 116 | 28 | 36 |
| Octal | 226 | 132 | 270 | 22 | 63 | 0 | 34 | 426 | 50 | 66 |
| Binary | 10010110 | 1011010 | 10111000 | 10010 | 110011 | 0 | 11100 | 100010110 | 101000 | 110110 |
Color Harmonies of #965AB8
Complementary color
Monochromatic Colors of #965AB8
Black with #965AB8
Text Example
Text Example
White with #965AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965AB8; }
p { color: rgb(150,90,184); }
H1.HeaderClassName
{
color: #965AB8;
}
.AnyTagClassName
{
color: #965AB8;
}
</style>
background-color css
<style>
a { background-color: #965AB8; }
a { background-color: rgb(150,90,184); }
div.DivClassName
{
background-color: #965AB8;
}
.BgClassName
{
background-color: #965AB8;
}
</style>
border-color css
<style>
span { border-color: #965AB8; }
span { border-color: rgb(150,90,184); }
td.TdClassName
{
border-color: #965AB8;
}
.TagClassName
{
border-color: #965AB8;
}
</style>