Shades of Deep Lilac #8B49CE
Tints of Deep Lilac #8B49CE
RGB
CMYK
RGB Variations
Color information
#8B49CE (or 0x8B49CE) is known color: Deep Lilac. HEX triplet: 8B, 49 and CE. RGB value is (139,73,206). Sum of RGB (Red+Green+Blue) = 139+73+206=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B49CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B49CE is #74B631. Grayscale: #6B6B6B. Windows color (decimal): -7648818 or 13519243. OLE color: 13519243.
HSL color Cylindrical-coordinate representation of color #8B49CE: hue angle of 269.77º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B49CE is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 73 | 206 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.19 |
| HSL | 269.77º | 0.58% | 0.55% | - |
| HSV(B) | 269.77º | 0.65% | 0.81% | - |
| XYZ | 24.17 | 14.71 | 59.96 | - |
| YUV | 107.9 | 183.37 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 73 | 206 | 0.33 | 0.65 | 0 | 0.19 | 269.77 | 0.58 | 0.55 |
| Hex | 8B | 49 | CE | 21 | 41 | 0 | 13 | 10E | 3A | 37 |
| Octal | 213 | 111 | 316 | 41 | 101 | 0 | 23 | 416 | 72 | 67 |
| Binary | 10001011 | 1001001 | 11001110 | 100001 | 1000001 | 0 | 10011 | 100001110 | 111010 | 110111 |
Color Harmonies of #8B49CE
Complementary color
Monochromatic Colors of #8B49CE
Black with #8B49CE
Text Example
Text Example
White with #8B49CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B49CE; }
p { color: rgb(139,73,206); }
H1.HeaderClassName
{
color: #8B49CE;
}
.AnyTagClassName
{
color: #8B49CE;
}
</style>
background-color css
<style>
a { background-color: #8B49CE; }
a { background-color: rgb(139,73,206); }
div.DivClassName
{
background-color: #8B49CE;
}
.BgClassName
{
background-color: #8B49CE;
}
</style>
border-color css
<style>
span { border-color: #8B49CE; }
span { border-color: rgb(139,73,206); }
td.TdClassName
{
border-color: #8B49CE;
}
.TagClassName
{
border-color: #8B49CE;
}
</style>