Shades of Deep Lilac #9A4DBF
Tints of Deep Lilac #9A4DBF
RGB
CMYK
RGB Variations
Color information
#9A4DBF (or 0x9A4DBF) is known color: Deep Lilac. HEX triplet: 9A, 4D and BF. RGB value is (154,77,191). Sum of RGB (Red+Green+Blue) = 154+77+191=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A4DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4DBF is #65B240. Grayscale: #707070. Windows color (decimal): -6664769 or 12537242. OLE color: 12537242.
HSL color Cylindrical-coordinate representation of color #9A4DBF: hue angle of 280.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A4DBF is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 77 | 191 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.25 |
| HSL | 280.53º | 0.47% | 0.53% | - |
| HSV(B) | 280.53º | 0.6% | 0.75% | - |
| XYZ | 25.38 | 15.94 | 51.03 | - |
| YUV | 113.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 191 | 0.19 | 0.60 | 0 | 0.25 | 280.53 | 0.47 | 0.53 |
| Hex | 9A | 4D | BF | 13 | 3C | 0 | 19 | 119 | 2F | 35 |
| Octal | 232 | 115 | 277 | 23 | 74 | 0 | 31 | 431 | 57 | 65 |
| Binary | 10011010 | 1001101 | 10111111 | 10011 | 111100 | 0 | 11001 | 100011001 | 101111 | 110101 |
Color Harmonies of #9A4DBF
Complementary color
Monochromatic Colors of #9A4DBF
Black with #9A4DBF
Text Example
Text Example
White with #9A4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4DBF; }
p { color: rgb(154,77,191); }
H1.HeaderClassName
{
color: #9A4DBF;
}
.AnyTagClassName
{
color: #9A4DBF;
}
</style>
background-color css
<style>
a { background-color: #9A4DBF; }
a { background-color: rgb(154,77,191); }
div.DivClassName
{
background-color: #9A4DBF;
}
.BgClassName
{
background-color: #9A4DBF;
}
</style>
border-color css
<style>
span { border-color: #9A4DBF; }
span { border-color: rgb(154,77,191); }
td.TdClassName
{
border-color: #9A4DBF;
}
.TagClassName
{
border-color: #9A4DBF;
}
</style>