Shades of Deep Lilac #9A4BAB
Tints of Deep Lilac #9A4BAB
RGB
CMYK
RGB Variations
Color information
#9A4BAB (or 0x9A4BAB) is known color: Deep Lilac. HEX triplet: 9A, 4B and AB. RGB value is (154,75,171). Sum of RGB (Red+Green+Blue) = 154+75+171=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A4BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4BAB is #65B454. Grayscale: #6D6D6D. Windows color (decimal): -6665301 or 11226010. OLE color: 11226010.
HSL color Cylindrical-coordinate representation of color #9A4BAB: hue angle of 289.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A4BAB is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 75 | 171 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.33 |
| HSL | 289.38º | 0.39% | 0.48% | - |
| HSV(B) | 289.38º | 0.56% | 0.67% | - |
| XYZ | 23.19 | 14.84 | 40.17 | - |
| YUV | 109.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 75 | 171 | 0.10 | 0.56 | 0 | 0.33 | 289.38 | 0.39 | 0.48 |
| Hex | 9A | 4B | AB | A | 38 | 0 | 21 | 121 | 27 | 30 |
| Octal | 232 | 113 | 253 | 12 | 70 | 0 | 41 | 441 | 47 | 60 |
| Binary | 10011010 | 1001011 | 10101011 | 1010 | 111000 | 0 | 100001 | 100100001 | 100111 | 110000 |
Color Harmonies of #9A4BAB
Complementary color
Monochromatic Colors of #9A4BAB
Black with #9A4BAB
Text Example
Text Example
White with #9A4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4BAB; }
p { color: rgb(154,75,171); }
H1.HeaderClassName
{
color: #9A4BAB;
}
.AnyTagClassName
{
color: #9A4BAB;
}
</style>
background-color css
<style>
a { background-color: #9A4BAB; }
a { background-color: rgb(154,75,171); }
div.DivClassName
{
background-color: #9A4BAB;
}
.BgClassName
{
background-color: #9A4BAB;
}
</style>
border-color css
<style>
span { border-color: #9A4BAB; }
span { border-color: rgb(154,75,171); }
td.TdClassName
{
border-color: #9A4BAB;
}
.TagClassName
{
border-color: #9A4BAB;
}
</style>