Shades of Deep Lilac #9A4DBA
Tints of Deep Lilac #9A4DBA
RGB
CMYK
RGB Variations
Color information
#9A4DBA (or 0x9A4DBA) is known color: Deep Lilac. HEX triplet: 9A, 4D and BA. RGB value is (154,77,186). Sum of RGB (Red+Green+Blue) = 154+77+186=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4DBA is #65B245. Grayscale: #707070. Windows color (decimal): -6664774 or 12209562. OLE color: 12209562.
HSL color Cylindrical-coordinate representation of color #9A4DBA: hue angle of 282.39º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A4DBA is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 77 | 186 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.27 |
| HSL | 282.39º | 0.44% | 0.52% | - |
| HSV(B) | 282.39º | 0.59% | 0.73% | - |
| XYZ | 24.84 | 15.72 | 48.18 | - |
| YUV | 112.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 186 | 0.17 | 0.59 | 0 | 0.27 | 282.39 | 0.44 | 0.52 |
| Hex | 9A | 4D | BA | 11 | 3B | 0 | 1B | 11A | 2C | 34 |
| Octal | 232 | 115 | 272 | 21 | 73 | 0 | 33 | 432 | 54 | 64 |
| Binary | 10011010 | 1001101 | 10111010 | 10001 | 111011 | 0 | 11011 | 100011010 | 101100 | 110100 |
Color Harmonies of #9A4DBA
Complementary color
Monochromatic Colors of #9A4DBA
Black with #9A4DBA
Text Example
Text Example
White with #9A4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4DBA; }
p { color: rgb(154,77,186); }
H1.HeaderClassName
{
color: #9A4DBA;
}
.AnyTagClassName
{
color: #9A4DBA;
}
</style>
background-color css
<style>
a { background-color: #9A4DBA; }
a { background-color: rgb(154,77,186); }
div.DivClassName
{
background-color: #9A4DBA;
}
.BgClassName
{
background-color: #9A4DBA;
}
</style>
border-color css
<style>
span { border-color: #9A4DBA; }
span { border-color: rgb(154,77,186); }
td.TdClassName
{
border-color: #9A4DBA;
}
.TagClassName
{
border-color: #9A4DBA;
}
</style>