Shades of Deep Lilac #9A4DB8
Tints of Deep Lilac #9A4DB8
RGB
CMYK
RGB Variations
Color information
#9A4DB8 (or 0x9A4DB8) is known color: Deep Lilac. HEX triplet: 9A, 4D and B8. RGB value is (154,77,184). Sum of RGB (Red+Green+Blue) = 154+77+184=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #9A4DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4DB8 is #65B247. Grayscale: #6F6F6F. Windows color (decimal): -6664776 or 12078490. OLE color: 12078490.
HSL color Cylindrical-coordinate representation of color #9A4DB8: hue angle of 283.18º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A4DB8 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 77 | 184 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.28 |
| HSL | 283.18º | 0.43% | 0.51% | - |
| HSV(B) | 283.18º | 0.58% | 0.72% | - |
| XYZ | 24.63 | 15.64 | 47.07 | - |
| YUV | 112.22 | 168.51 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 184 | 0.16 | 0.58 | 0 | 0.28 | 283.18 | 0.43 | 0.51 |
| Hex | 9A | 4D | B8 | 10 | 3A | 0 | 1C | 11B | 2B | 33 |
| Octal | 232 | 115 | 270 | 20 | 72 | 0 | 34 | 433 | 53 | 63 |
| Binary | 10011010 | 1001101 | 10111000 | 10000 | 111010 | 0 | 11100 | 100011011 | 101011 | 110011 |
Color Harmonies of #9A4DB8
Complementary color
Monochromatic Colors of #9A4DB8
Black with #9A4DB8
Text Example
Text Example
White with #9A4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4DB8; }
p { color: rgb(154,77,184); }
H1.HeaderClassName
{
color: #9A4DB8;
}
.AnyTagClassName
{
color: #9A4DB8;
}
</style>
background-color css
<style>
a { background-color: #9A4DB8; }
a { background-color: rgb(154,77,184); }
div.DivClassName
{
background-color: #9A4DB8;
}
.BgClassName
{
background-color: #9A4DB8;
}
</style>
border-color css
<style>
span { border-color: #9A4DB8; }
span { border-color: rgb(154,77,184); }
td.TdClassName
{
border-color: #9A4DB8;
}
.TagClassName
{
border-color: #9A4DB8;
}
</style>