Shades of Deep Lilac #8951A2
Tints of Deep Lilac #8951A2
RGB
CMYK
RGB Variations
Color information
#8951A2 (or 0x8951A2) is known color: Deep Lilac. HEX triplet: 89, 51 and A2. RGB value is (137,81,162). Sum of RGB (Red+Green+Blue) = 137+81+162=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 162 - color contains mainly: blue. Hex color #8951A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8951A2 is #76AE5D. Grayscale: #6A6A6A. Windows color (decimal): -7777886 or 10637705. OLE color: 10637705.
HSL color Cylindrical-coordinate representation of color #8951A2: hue angle of 281.48º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8951A2 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 81 | 162 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.36 |
| HSL | 281.48º | 0.33% | 0.48% | - |
| HSV(B) | 281.48º | 0.5% | 0.64% | - |
| XYZ | 19.78 | 13.81 | 35.81 | - |
| YUV | 106.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 162 | 0.15 | 0.50 | 0 | 0.36 | 281.48 | 0.33 | 0.48 |
| Hex | 89 | 51 | A2 | F | 32 | 0 | 24 | 119 | 21 | 30 |
| Octal | 211 | 121 | 242 | 17 | 62 | 0 | 44 | 431 | 41 | 60 |
| Binary | 10001001 | 1010001 | 10100010 | 1111 | 110010 | 0 | 100100 | 100011001 | 100001 | 110000 |
Color Harmonies of #8951A2
Complementary color
Monochromatic Colors of #8951A2
Black with #8951A2
Text Example
Text Example
White with #8951A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8951A2; }
p { color: rgb(137,81,162); }
H1.HeaderClassName
{
color: #8951A2;
}
.AnyTagClassName
{
color: #8951A2;
}
</style>
background-color css
<style>
a { background-color: #8951A2; }
a { background-color: rgb(137,81,162); }
div.DivClassName
{
background-color: #8951A2;
}
.BgClassName
{
background-color: #8951A2;
}
</style>
border-color css
<style>
span { border-color: #8951A2; }
span { border-color: rgb(137,81,162); }
td.TdClassName
{
border-color: #8951A2;
}
.TagClassName
{
border-color: #8951A2;
}
</style>