Shades of Deep Lilac #964AAF
Tints of Deep Lilac #964AAF
RGB
CMYK
RGB Variations
Color information
#964AAF (or 0x964AAF) is known color: Deep Lilac. HEX triplet: 96, 4A and AF. RGB value is (150,74,175). Sum of RGB (Red+Green+Blue) = 150+74+175=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #964AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964AAF is #69B550. Grayscale: #6B6B6B. Windows color (decimal): -6927697 or 11487894. OLE color: 11487894.
HSL color Cylindrical-coordinate representation of color #964AAF: hue angle of 285.15º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #964AAF is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 74 | 175 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.31 |
| HSL | 285.15º | 0.41% | 0.49% | - |
| HSV(B) | 285.15º | 0.58% | 0.69% | - |
| XYZ | 22.76 | 14.48 | 42.15 | - |
| YUV | 108.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 175 | 0.14 | 0.58 | 0 | 0.31 | 285.15 | 0.41 | 0.49 |
| Hex | 96 | 4A | AF | E | 3A | 0 | 1F | 11D | 29 | 31 |
| Octal | 226 | 112 | 257 | 16 | 72 | 0 | 37 | 435 | 51 | 61 |
| Binary | 10010110 | 1001010 | 10101111 | 1110 | 111010 | 0 | 11111 | 100011101 | 101001 | 110001 |
Color Harmonies of #964AAF
Complementary color
Monochromatic Colors of #964AAF
Black with #964AAF
Text Example
Text Example
White with #964AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964AAF; }
p { color: rgb(150,74,175); }
H1.HeaderClassName
{
color: #964AAF;
}
.AnyTagClassName
{
color: #964AAF;
}
</style>
background-color css
<style>
a { background-color: #964AAF; }
a { background-color: rgb(150,74,175); }
div.DivClassName
{
background-color: #964AAF;
}
.BgClassName
{
background-color: #964AAF;
}
</style>
border-color css
<style>
span { border-color: #964AAF; }
span { border-color: rgb(150,74,175); }
td.TdClassName
{
border-color: #964AAF;
}
.TagClassName
{
border-color: #964AAF;
}
</style>