Shades of Deep Lilac #965ABA
Tints of Deep Lilac #965ABA
RGB
CMYK
RGB Variations
Color information
#965ABA (or 0x965ABA) is known color: Deep Lilac. HEX triplet: 96, 5A and BA. RGB value is (150,90,186). Sum of RGB (Red+Green+Blue) = 150+90+186=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #965ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ABA is #69A545. Grayscale: #767676. Windows color (decimal): -6923590 or 12212886. OLE color: 12212886.
HSL color Cylindrical-coordinate representation of color #965ABA: hue angle of 277.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #965ABA is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 90 | 186 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.27 |
| HSL | 277.5º | 0.41% | 0.54% | - |
| HSV(B) | 277.5º | 0.52% | 0.73% | - |
| XYZ | 25.1 | 17.34 | 48.48 | - |
| YUV | 118.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 186 | 0.19 | 0.52 | 0 | 0.27 | 277.5 | 0.41 | 0.54 |
| Hex | 96 | 5A | BA | 13 | 34 | 0 | 1B | 116 | 29 | 36 |
| Octal | 226 | 132 | 272 | 23 | 64 | 0 | 33 | 426 | 51 | 66 |
| Binary | 10010110 | 1011010 | 10111010 | 10011 | 110100 | 0 | 11011 | 100010110 | 101001 | 110110 |
Color Harmonies of #965ABA
Complementary color
Monochromatic Colors of #965ABA
Black with #965ABA
Text Example
Text Example
White with #965ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965ABA; }
p { color: rgb(150,90,186); }
H1.HeaderClassName
{
color: #965ABA;
}
.AnyTagClassName
{
color: #965ABA;
}
</style>
background-color css
<style>
a { background-color: #965ABA; }
a { background-color: rgb(150,90,186); }
div.DivClassName
{
background-color: #965ABA;
}
.BgClassName
{
background-color: #965ABA;
}
</style>
border-color css
<style>
span { border-color: #965ABA; }
span { border-color: rgb(150,90,186); }
td.TdClassName
{
border-color: #965ABA;
}
.TagClassName
{
border-color: #965ABA;
}
</style>