Shades of Deep Lilac #9B4EAB
Tints of Deep Lilac #9B4EAB
RGB
CMYK
RGB Variations
Color information
#9B4EAB (or 0x9B4EAB) is known color: Deep Lilac. HEX triplet: 9B, 4E and AB. RGB value is (155,78,171). Sum of RGB (Red+Green+Blue) = 155+78+171=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B4EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4EAB is #64B154. Grayscale: #6F6F6F. Windows color (decimal): -6598997 or 11226779. OLE color: 11226779.
HSL color Cylindrical-coordinate representation of color #9B4EAB: hue angle of 289.68º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B4EAB is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 78 | 171 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.33 |
| HSL | 289.68º | 0.37% | 0.49% | - |
| HSV(B) | 289.68º | 0.54% | 0.67% | - |
| XYZ | 23.59 | 15.36 | 40.25 | - |
| YUV | 111.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 78 | 171 | 0.09 | 0.54 | 0 | 0.33 | 289.68 | 0.37 | 0.49 |
| Hex | 9B | 4E | AB | 9 | 36 | 0 | 21 | 122 | 25 | 31 |
| Octal | 233 | 116 | 253 | 11 | 66 | 0 | 41 | 442 | 45 | 61 |
| Binary | 10011011 | 1001110 | 10101011 | 1001 | 110110 | 0 | 100001 | 100100010 | 100101 | 110001 |
Color Harmonies of #9B4EAB
Complementary color
Monochromatic Colors of #9B4EAB
Black with #9B4EAB
Text Example
Text Example
White with #9B4EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4EAB; }
p { color: rgb(155,78,171); }
H1.HeaderClassName
{
color: #9B4EAB;
}
.AnyTagClassName
{
color: #9B4EAB;
}
</style>
background-color css
<style>
a { background-color: #9B4EAB; }
a { background-color: rgb(155,78,171); }
div.DivClassName
{
background-color: #9B4EAB;
}
.BgClassName
{
background-color: #9B4EAB;
}
</style>
border-color css
<style>
span { border-color: #9B4EAB; }
span { border-color: rgb(155,78,171); }
td.TdClassName
{
border-color: #9B4EAB;
}
.TagClassName
{
border-color: #9B4EAB;
}
</style>