Shades of Deep Lilac #8951C5
Tints of Deep Lilac #8951C5
RGB
CMYK
RGB Variations
Color information
#8951C5 (or 0x8951C5) is known color: Deep Lilac. HEX triplet: 89, 51 and C5. RGB value is (137,81,197). Sum of RGB (Red+Green+Blue) = 137+81+197=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 197 - color contains mainly: blue. Hex color #8951C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8951C5 is #76AE3A. Grayscale: #6E6E6E. Windows color (decimal): -7777851 or 12931465. OLE color: 12931465.
HSL color Cylindrical-coordinate representation of color #8951C5: hue angle of 268.97º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8951C5 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 81 | 197 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.23 |
| HSL | 268.97º | 0.5% | 0.55% | - |
| HSV(B) | 268.97º | 0.59% | 0.77% | - |
| XYZ | 23.34 | 15.23 | 54.53 | - |
| YUV | 110.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 197 | 0.30 | 0.59 | 0 | 0.23 | 268.97 | 0.5 | 0.55 |
| Hex | 89 | 51 | C5 | 1E | 3B | 0 | 17 | 10D | 32 | 37 |
| Octal | 211 | 121 | 305 | 36 | 73 | 0 | 27 | 415 | 62 | 67 |
| Binary | 10001001 | 1010001 | 11000101 | 11110 | 111011 | 0 | 10111 | 100001101 | 110010 | 110111 |
Color Harmonies of #8951C5
Complementary color
Monochromatic Colors of #8951C5
Black with #8951C5
Text Example
Text Example
White with #8951C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8951C5; }
p { color: rgb(137,81,197); }
H1.HeaderClassName
{
color: #8951C5;
}
.AnyTagClassName
{
color: #8951C5;
}
</style>
background-color css
<style>
a { background-color: #8951C5; }
a { background-color: rgb(137,81,197); }
div.DivClassName
{
background-color: #8951C5;
}
.BgClassName
{
background-color: #8951C5;
}
</style>
border-color css
<style>
span { border-color: #8951C5; }
span { border-color: rgb(137,81,197); }
td.TdClassName
{
border-color: #8951C5;
}
.TagClassName
{
border-color: #8951C5;
}
</style>