Shades of Deep Lilac #9A4FAF
Tints of Deep Lilac #9A4FAF
RGB
CMYK
RGB Variations
Color information
#9A4FAF (or 0x9A4FAF) is known color: Deep Lilac. HEX triplet: 9A, 4F and AF. RGB value is (154,79,175). Sum of RGB (Red+Green+Blue) = 154+79+175=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A4FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4FAF is #65B050. Grayscale: #707070. Windows color (decimal): -6664273 or 11489178. OLE color: 11489178.
HSL color Cylindrical-coordinate representation of color #9A4FAF: hue angle of 286.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4FAF is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 79 | 175 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.31 |
| HSL | 286.88º | 0.38% | 0.5% | - |
| HSV(B) | 286.88º | 0.55% | 0.69% | - |
| XYZ | 23.86 | 15.56 | 42.3 | - |
| YUV | 112.37 | 163.35 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 79 | 175 | 0.12 | 0.55 | 0 | 0.31 | 286.88 | 0.38 | 0.5 |
| Hex | 9A | 4F | AF | C | 37 | 0 | 1F | 11F | 26 | 32 |
| Octal | 232 | 117 | 257 | 14 | 67 | 0 | 37 | 437 | 46 | 62 |
| Binary | 10011010 | 1001111 | 10101111 | 1100 | 110111 | 0 | 11111 | 100011111 | 100110 | 110010 |
Color Harmonies of #9A4FAF
Complementary color
Monochromatic Colors of #9A4FAF
Black with #9A4FAF
Text Example
Text Example
White with #9A4FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4FAF; }
p { color: rgb(154,79,175); }
H1.HeaderClassName
{
color: #9A4FAF;
}
.AnyTagClassName
{
color: #9A4FAF;
}
</style>
background-color css
<style>
a { background-color: #9A4FAF; }
a { background-color: rgb(154,79,175); }
div.DivClassName
{
background-color: #9A4FAF;
}
.BgClassName
{
background-color: #9A4FAF;
}
</style>
border-color css
<style>
span { border-color: #9A4FAF; }
span { border-color: rgb(154,79,175); }
td.TdClassName
{
border-color: #9A4FAF;
}
.TagClassName
{
border-color: #9A4FAF;
}
</style>