Shades of Deep Lilac #965DAF
Tints of Deep Lilac #965DAF
RGB
CMYK
RGB Variations
Color information
#965DAF (or 0x965DAF) is known color: Deep Lilac. HEX triplet: 96, 5D and AF. RGB value is (150,93,175). Sum of RGB (Red+Green+Blue) = 150+93+175=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #965DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965DAF is #69A250. Grayscale: #777777. Windows color (decimal): -6922833 or 11492758. OLE color: 11492758.
HSL color Cylindrical-coordinate representation of color #965DAF: hue angle of 281.71º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965DAF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 93 | 175 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.31 |
| HSL | 281.71º | 0.34% | 0.53% | - |
| HSV(B) | 281.71º | 0.47% | 0.69% | - |
| XYZ | 24.23 | 17.41 | 42.64 | - |
| YUV | 119.39 | 159.38 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 175 | 0.14 | 0.47 | 0 | 0.31 | 281.71 | 0.34 | 0.53 |
| Hex | 96 | 5D | AF | E | 2F | 0 | 1F | 11A | 22 | 35 |
| Octal | 226 | 135 | 257 | 16 | 57 | 0 | 37 | 432 | 42 | 65 |
| Binary | 10010110 | 1011101 | 10101111 | 1110 | 101111 | 0 | 11111 | 100011010 | 100010 | 110101 |
Color Harmonies of #965DAF
Complementary color
Monochromatic Colors of #965DAF
Black with #965DAF
Text Example
Text Example
White with #965DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DAF; }
p { color: rgb(150,93,175); }
H1.HeaderClassName
{
color: #965DAF;
}
.AnyTagClassName
{
color: #965DAF;
}
</style>
background-color css
<style>
a { background-color: #965DAF; }
a { background-color: rgb(150,93,175); }
div.DivClassName
{
background-color: #965DAF;
}
.BgClassName
{
background-color: #965DAF;
}
</style>
border-color css
<style>
span { border-color: #965DAF; }
span { border-color: rgb(150,93,175); }
td.TdClassName
{
border-color: #965DAF;
}
.TagClassName
{
border-color: #965DAF;
}
</style>