Shades of Deep Lilac #8941AB
Tints of Deep Lilac #8941AB
RGB
CMYK
RGB Variations
Color information
#8941AB (or 0x8941AB) is known color: Deep Lilac. HEX triplet: 89, 41 and AB. RGB value is (137,65,171). Sum of RGB (Red+Green+Blue) = 137+65+171=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #8941AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8941AB is #76BE54. Grayscale: #626262. Windows color (decimal): -7781973 or 11223433. OLE color: 11223433.
HSL color Cylindrical-coordinate representation of color #8941AB: hue angle of 280.75º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8941AB is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 65 | 171 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.33 |
| HSL | 280.75º | 0.45% | 0.46% | - |
| HSV(B) | 280.75º | 0.62% | 0.67% | - |
| XYZ | 19.56 | 12.04 | 39.82 | - |
| YUV | 98.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 171 | 0.20 | 0.62 | 0 | 0.33 | 280.75 | 0.45 | 0.46 |
| Hex | 89 | 41 | AB | 14 | 3E | 0 | 21 | 119 | 2D | 2E |
| Octal | 211 | 101 | 253 | 24 | 76 | 0 | 41 | 431 | 55 | 56 |
| Binary | 10001001 | 1000001 | 10101011 | 10100 | 111110 | 0 | 100001 | 100011001 | 101101 | 101110 |
Color Harmonies of #8941AB
Complementary color
Monochromatic Colors of #8941AB
Black with #8941AB
Text Example
Text Example
White with #8941AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8941AB; }
p { color: rgb(137,65,171); }
H1.HeaderClassName
{
color: #8941AB;
}
.AnyTagClassName
{
color: #8941AB;
}
</style>
background-color css
<style>
a { background-color: #8941AB; }
a { background-color: rgb(137,65,171); }
div.DivClassName
{
background-color: #8941AB;
}
.BgClassName
{
background-color: #8941AB;
}
</style>
border-color css
<style>
span { border-color: #8941AB; }
span { border-color: rgb(137,65,171); }
td.TdClassName
{
border-color: #8941AB;
}
.TagClassName
{
border-color: #8941AB;
}
</style>