Shades of Deep Lilac #964FA7
Tints of Deep Lilac #964FA7
RGB
CMYK
RGB Variations
Color information
#964FA7 (or 0x964FA7) is known color: Deep Lilac. HEX triplet: 96, 4F and A7. RGB value is (150,79,167). Sum of RGB (Red+Green+Blue) = 150+79+167=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 167 - color contains mainly: blue. Hex color #964FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964FA7 is #69B058. Grayscale: #6D6D6D. Windows color (decimal): -6926425 or 10964886. OLE color: 10964886.
HSL color Cylindrical-coordinate representation of color #964FA7: hue angle of 288.41º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964FA7 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 79 | 167 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.35 |
| HSL | 288.41º | 0.36% | 0.48% | - |
| HSV(B) | 288.41º | 0.53% | 0.65% | - |
| XYZ | 22.35 | 14.87 | 38.25 | - |
| YUV | 110.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 79 | 167 | 0.10 | 0.53 | 0 | 0.35 | 288.41 | 0.36 | 0.48 |
| Hex | 96 | 4F | A7 | A | 35 | 0 | 23 | 120 | 24 | 30 |
| Octal | 226 | 117 | 247 | 12 | 65 | 0 | 43 | 440 | 44 | 60 |
| Binary | 10010110 | 1001111 | 10100111 | 1010 | 110101 | 0 | 100011 | 100100000 | 100100 | 110000 |
Color Harmonies of #964FA7
Complementary color
Monochromatic Colors of #964FA7
Black with #964FA7
Text Example
Text Example
White with #964FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964FA7; }
p { color: rgb(150,79,167); }
H1.HeaderClassName
{
color: #964FA7;
}
.AnyTagClassName
{
color: #964FA7;
}
</style>
background-color css
<style>
a { background-color: #964FA7; }
a { background-color: rgb(150,79,167); }
div.DivClassName
{
background-color: #964FA7;
}
.BgClassName
{
background-color: #964FA7;
}
</style>
border-color css
<style>
span { border-color: #964FA7; }
span { border-color: rgb(150,79,167); }
td.TdClassName
{
border-color: #964FA7;
}
.TagClassName
{
border-color: #964FA7;
}
</style>