Shades of Deep Lilac #8850B5
Tints of Deep Lilac #8850B5
RGB
CMYK
RGB Variations
Color information
#8850B5 (or 0x8850B5) is known color: Deep Lilac. HEX triplet: 88, 50 and B5. RGB value is (136,80,181). Sum of RGB (Red+Green+Blue) = 136+80+181=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 181 - color contains mainly: blue. Hex color #8850B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850B5 is #77AF4A. Grayscale: #6B6B6B. Windows color (decimal): -7843659 or 11882632. OLE color: 11882632.
HSL color Cylindrical-coordinate representation of color #8850B5: hue angle of 273.27º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8850B5 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 80 | 181 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.29 |
| HSL | 273.27º | 0.41% | 0.51% | - |
| HSV(B) | 273.27º | 0.56% | 0.71% | - |
| XYZ | 21.36 | 14.31 | 45.35 | - |
| YUV | 108.26 | 169.05 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 181 | 0.25 | 0.56 | 0 | 0.29 | 273.27 | 0.41 | 0.51 |
| Hex | 88 | 50 | B5 | 19 | 38 | 0 | 1D | 111 | 29 | 33 |
| Octal | 210 | 120 | 265 | 31 | 70 | 0 | 35 | 421 | 51 | 63 |
| Binary | 10001000 | 1010000 | 10110101 | 11001 | 111000 | 0 | 11101 | 100010001 | 101001 | 110011 |
Color Harmonies of #8850B5
Complementary color
Monochromatic Colors of #8850B5
Black with #8850B5
Text Example
Text Example
White with #8850B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8850B5; }
p { color: rgb(136,80,181); }
H1.HeaderClassName
{
color: #8850B5;
}
.AnyTagClassName
{
color: #8850B5;
}
</style>
background-color css
<style>
a { background-color: #8850B5; }
a { background-color: rgb(136,80,181); }
div.DivClassName
{
background-color: #8850B5;
}
.BgClassName
{
background-color: #8850B5;
}
</style>
border-color css
<style>
span { border-color: #8850B5; }
span { border-color: rgb(136,80,181); }
td.TdClassName
{
border-color: #8850B5;
}
.TagClassName
{
border-color: #8850B5;
}
</style>