Shades of Deep Lilac #965ABF
Tints of Deep Lilac #965ABF
RGB
CMYK
RGB Variations
Color information
#965ABF (or 0x965ABF) is known color: Deep Lilac. HEX triplet: 96, 5A and BF. RGB value is (150,90,191). Sum of RGB (Red+Green+Blue) = 150+90+191=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #965ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ABF is #69A540. Grayscale: #777777. Windows color (decimal): -6923585 or 12540566. OLE color: 12540566.
HSL color Cylindrical-coordinate representation of color #965ABF: hue angle of 275.64º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #965ABF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 90 | 191 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.25 |
| HSL | 275.64º | 0.44% | 0.55% | - |
| HSV(B) | 275.64º | 0.53% | 0.75% | - |
| XYZ | 25.64 | 17.56 | 51.33 | - |
| YUV | 119.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 191 | 0.21 | 0.53 | 0 | 0.25 | 275.64 | 0.44 | 0.55 |
| Hex | 96 | 5A | BF | 15 | 35 | 0 | 19 | 114 | 2C | 37 |
| Octal | 226 | 132 | 277 | 25 | 65 | 0 | 31 | 424 | 54 | 67 |
| Binary | 10010110 | 1011010 | 10111111 | 10101 | 110101 | 0 | 11001 | 100010100 | 101100 | 110111 |
Color Harmonies of #965ABF
Complementary color
Monochromatic Colors of #965ABF
Black with #965ABF
Text Example
Text Example
White with #965ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965ABF; }
p { color: rgb(150,90,191); }
H1.HeaderClassName
{
color: #965ABF;
}
.AnyTagClassName
{
color: #965ABF;
}
</style>
background-color css
<style>
a { background-color: #965ABF; }
a { background-color: rgb(150,90,191); }
div.DivClassName
{
background-color: #965ABF;
}
.BgClassName
{
background-color: #965ABF;
}
</style>
border-color css
<style>
span { border-color: #965ABF; }
span { border-color: rgb(150,90,191); }
td.TdClassName
{
border-color: #965ABF;
}
.TagClassName
{
border-color: #965ABF;
}
</style>