Shades of Deep Lilac #8849B0
Tints of Deep Lilac #8849B0
RGB
CMYK
RGB Variations
Color information
#8849B0 (or 0x8849B0) is known color: Deep Lilac. HEX triplet: 88, 49 and B0. RGB value is (136,73,176). Sum of RGB (Red+Green+Blue) = 136+73+176=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #8849B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8849B0 is #77B64F. Grayscale: #676767. Windows color (decimal): -7845456 or 11553160. OLE color: 11553160.
HSL color Cylindrical-coordinate representation of color #8849B0: hue angle of 276.7º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8849B0 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 73 | 176 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.31 |
| HSL | 276.7º | 0.41% | 0.49% | - |
| HSV(B) | 276.7º | 0.59% | 0.69% | - |
| XYZ | 20.37 | 13.13 | 42.54 | - |
| YUV | 103.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 176 | 0.23 | 0.59 | 0 | 0.31 | 276.7 | 0.41 | 0.49 |
| Hex | 88 | 49 | B0 | 17 | 3B | 0 | 1F | 115 | 29 | 31 |
| Octal | 210 | 111 | 260 | 27 | 73 | 0 | 37 | 425 | 51 | 61 |
| Binary | 10001000 | 1001001 | 10110000 | 10111 | 111011 | 0 | 11111 | 100010101 | 101001 | 110001 |
Color Harmonies of #8849B0
Complementary color
Monochromatic Colors of #8849B0
Black with #8849B0
Text Example
Text Example
White with #8849B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8849B0; }
p { color: rgb(136,73,176); }
H1.HeaderClassName
{
color: #8849B0;
}
.AnyTagClassName
{
color: #8849B0;
}
</style>
background-color css
<style>
a { background-color: #8849B0; }
a { background-color: rgb(136,73,176); }
div.DivClassName
{
background-color: #8849B0;
}
.BgClassName
{
background-color: #8849B0;
}
</style>
border-color css
<style>
span { border-color: #8849B0; }
span { border-color: rgb(136,73,176); }
td.TdClassName
{
border-color: #8849B0;
}
.TagClassName
{
border-color: #8849B0;
}
</style>