Shades of Deep Lilac #8946C5
Tints of Deep Lilac #8946C5
RGB
CMYK
RGB Variations
Color information
#8946C5 (or 0x8946C5) is known color: Deep Lilac. HEX triplet: 89, 46 and C5. RGB value is (137,70,197). Sum of RGB (Red+Green+Blue) = 137+70+197=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 197 - color contains mainly: blue. Hex color #8946C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8946C5 is #76B93A. Grayscale: #686868. Windows color (decimal): -7780667 or 12928649. OLE color: 12928649.
HSL color Cylindrical-coordinate representation of color #8946C5: hue angle of 271.65º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8946C5 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 70 | 197 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.23 |
| HSL | 271.65º | 0.52% | 0.52% | - |
| HSV(B) | 271.65º | 0.64% | 0.77% | - |
| XYZ | 22.58 | 13.73 | 54.28 | - |
| YUV | 104.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 197 | 0.30 | 0.64 | 0 | 0.23 | 271.65 | 0.52 | 0.52 |
| Hex | 89 | 46 | C5 | 1E | 40 | 0 | 17 | 110 | 34 | 34 |
| Octal | 211 | 106 | 305 | 36 | 100 | 0 | 27 | 420 | 64 | 64 |
| Binary | 10001001 | 1000110 | 11000101 | 11110 | 1000000 | 0 | 10111 | 100010000 | 110100 | 110100 |
Color Harmonies of #8946C5
Complementary color
Monochromatic Colors of #8946C5
Black with #8946C5
Text Example
Text Example
White with #8946C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8946C5; }
p { color: rgb(137,70,197); }
H1.HeaderClassName
{
color: #8946C5;
}
.AnyTagClassName
{
color: #8946C5;
}
</style>
background-color css
<style>
a { background-color: #8946C5; }
a { background-color: rgb(137,70,197); }
div.DivClassName
{
background-color: #8946C5;
}
.BgClassName
{
background-color: #8946C5;
}
</style>
border-color css
<style>
span { border-color: #8946C5; }
span { border-color: rgb(137,70,197); }
td.TdClassName
{
border-color: #8946C5;
}
.TagClassName
{
border-color: #8946C5;
}
</style>