Shades of Deep Lilac #965FAB
Tints of Deep Lilac #965FAB
RGB
CMYK
RGB Variations
Color information
#965FAB (or 0x965FAB) is known color: Deep Lilac. HEX triplet: 96, 5F and AB. RGB value is (150,95,171). Sum of RGB (Red+Green+Blue) = 150+95+171=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #965FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965FAB is #69A054. Grayscale: #777777. Windows color (decimal): -6922325 or 11231126. OLE color: 11231126.
HSL color Cylindrical-coordinate representation of color #965FAB: hue angle of 283.42º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #965FAB is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 95 | 171 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.33 |
| HSL | 283.42º | 0.31% | 0.52% | - |
| HSV(B) | 283.42º | 0.44% | 0.67% | - |
| XYZ | 24.02 | 17.61 | 40.66 | - |
| YUV | 120.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 171 | 0.12 | 0.44 | 0 | 0.33 | 283.42 | 0.31 | 0.52 |
| Hex | 96 | 5F | AB | C | 2C | 0 | 21 | 11B | 1F | 34 |
| Octal | 226 | 137 | 253 | 14 | 54 | 0 | 41 | 433 | 37 | 64 |
| Binary | 10010110 | 1011111 | 10101011 | 1100 | 101100 | 0 | 100001 | 100011011 | 11111 | 110100 |
Color Harmonies of #965FAB
Complementary color
Monochromatic Colors of #965FAB
Black with #965FAB
Text Example
Text Example
White with #965FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965FAB; }
p { color: rgb(150,95,171); }
H1.HeaderClassName
{
color: #965FAB;
}
.AnyTagClassName
{
color: #965FAB;
}
</style>
background-color css
<style>
a { background-color: #965FAB; }
a { background-color: rgb(150,95,171); }
div.DivClassName
{
background-color: #965FAB;
}
.BgClassName
{
background-color: #965FAB;
}
</style>
border-color css
<style>
span { border-color: #965FAB; }
span { border-color: rgb(150,95,171); }
td.TdClassName
{
border-color: #965FAB;
}
.TagClassName
{
border-color: #965FAB;
}
</style>