Shades of Deep Lilac #8949C5
Tints of Deep Lilac #8949C5
RGB
CMYK
RGB Variations
Color information
#8949C5 (or 0x8949C5) is known color: Deep Lilac. HEX triplet: 89, 49 and C5. RGB value is (137,73,197). Sum of RGB (Red+Green+Blue) = 137+73+197=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #8949C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8949C5 is #76B63A. Grayscale: #696969. Windows color (decimal): -7779899 or 12929417. OLE color: 12929417.
HSL color Cylindrical-coordinate representation of color #8949C5: hue angle of 270.97º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8949C5 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 73 | 197 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.23 |
| HSL | 270.97º | 0.52% | 0.53% | - |
| HSV(B) | 270.97º | 0.63% | 0.77% | - |
| XYZ | 22.78 | 14.11 | 54.35 | - |
| YUV | 106.27 | 179.2 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 197 | 0.30 | 0.63 | 0 | 0.23 | 270.97 | 0.52 | 0.53 |
| Hex | 89 | 49 | C5 | 1E | 3F | 0 | 17 | 10F | 34 | 35 |
| Octal | 211 | 111 | 305 | 36 | 77 | 0 | 27 | 417 | 64 | 65 |
| Binary | 10001001 | 1001001 | 11000101 | 11110 | 111111 | 0 | 10111 | 100001111 | 110100 | 110101 |
Color Harmonies of #8949C5
Complementary color
Monochromatic Colors of #8949C5
Black with #8949C5
Text Example
Text Example
White with #8949C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8949C5; }
p { color: rgb(137,73,197); }
H1.HeaderClassName
{
color: #8949C5;
}
.AnyTagClassName
{
color: #8949C5;
}
</style>
background-color css
<style>
a { background-color: #8949C5; }
a { background-color: rgb(137,73,197); }
div.DivClassName
{
background-color: #8949C5;
}
.BgClassName
{
background-color: #8949C5;
}
</style>
border-color css
<style>
span { border-color: #8949C5; }
span { border-color: rgb(137,73,197); }
td.TdClassName
{
border-color: #8949C5;
}
.TagClassName
{
border-color: #8949C5;
}
</style>