Shades of Deep Lilac #965AB4
Tints of Deep Lilac #965AB4
RGB
CMYK
RGB Variations
Color information
#965AB4 (or 0x965AB4) is known color: Deep Lilac. HEX triplet: 96, 5A and B4. RGB value is (150,90,180). Sum of RGB (Red+Green+Blue) = 150+90+180=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #965AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965AB4 is #69A54B. Grayscale: #757575. Windows color (decimal): -6923596 or 11819670. OLE color: 11819670.
HSL color Cylindrical-coordinate representation of color #965AB4: hue angle of 280º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #965AB4 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 90 | 180 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.29 |
| HSL | 280º | 0.38% | 0.53% | - |
| HSV(B) | 280º | 0.5% | 0.71% | - |
| XYZ | 24.47 | 17.09 | 45.19 | - |
| YUV | 118.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 180 | 0.17 | 0.50 | 0 | 0.29 | 280 | 0.38 | 0.53 |
| Hex | 96 | 5A | B4 | 11 | 32 | 0 | 1D | 118 | 26 | 35 |
| Octal | 226 | 132 | 264 | 21 | 62 | 0 | 35 | 430 | 46 | 65 |
| Binary | 10010110 | 1011010 | 10110100 | 10001 | 110010 | 0 | 11101 | 100011000 | 100110 | 110101 |
Color Harmonies of #965AB4
Complementary color
Monochromatic Colors of #965AB4
Black with #965AB4
Text Example
Text Example
White with #965AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965AB4; }
p { color: rgb(150,90,180); }
H1.HeaderClassName
{
color: #965AB4;
}
.AnyTagClassName
{
color: #965AB4;
}
</style>
background-color css
<style>
a { background-color: #965AB4; }
a { background-color: rgb(150,90,180); }
div.DivClassName
{
background-color: #965AB4;
}
.BgClassName
{
background-color: #965AB4;
}
</style>
border-color css
<style>
span { border-color: #965AB4; }
span { border-color: rgb(150,90,180); }
td.TdClassName
{
border-color: #965AB4;
}
.TagClassName
{
border-color: #965AB4;
}
</style>