Shades of Deep Lilac #964BAF
Tints of Deep Lilac #964BAF
RGB
CMYK
RGB Variations
Color information
#964BAF (or 0x964BAF) is known color: Deep Lilac. HEX triplet: 96, 4B and AF. RGB value is (150,75,175). Sum of RGB (Red+Green+Blue) = 150+75+175=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #964BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964BAF is #69B450. Grayscale: #6C6C6C. Windows color (decimal): -6927441 or 11488150. OLE color: 11488150.
HSL color Cylindrical-coordinate representation of color #964BAF: hue angle of 285º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964BAF is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 75 | 175 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.31 |
| HSL | 285º | 0.4% | 0.49% | - |
| HSV(B) | 285º | 0.57% | 0.69% | - |
| XYZ | 22.83 | 14.61 | 42.17 | - |
| YUV | 108.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 175 | 0.14 | 0.57 | 0 | 0.31 | 285 | 0.4 | 0.49 |
| Hex | 96 | 4B | AF | E | 39 | 0 | 1F | 11D | 28 | 31 |
| Octal | 226 | 113 | 257 | 16 | 71 | 0 | 37 | 435 | 50 | 61 |
| Binary | 10010110 | 1001011 | 10101111 | 1110 | 111001 | 0 | 11111 | 100011101 | 101000 | 110001 |
Color Harmonies of #964BAF
Complementary color
Monochromatic Colors of #964BAF
Black with #964BAF
Text Example
Text Example
White with #964BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964BAF; }
p { color: rgb(150,75,175); }
H1.HeaderClassName
{
color: #964BAF;
}
.AnyTagClassName
{
color: #964BAF;
}
</style>
background-color css
<style>
a { background-color: #964BAF; }
a { background-color: rgb(150,75,175); }
div.DivClassName
{
background-color: #964BAF;
}
.BgClassName
{
background-color: #964BAF;
}
</style>
border-color css
<style>
span { border-color: #964BAF; }
span { border-color: rgb(150,75,175); }
td.TdClassName
{
border-color: #964BAF;
}
.TagClassName
{
border-color: #964BAF;
}
</style>