Shades of Deep Lilac #8852BF
Tints of Deep Lilac #8852BF
RGB
CMYK
RGB Variations
Color information
#8852BF (or 0x8852BF) is known color: Deep Lilac. HEX triplet: 88, 52 and BF. RGB value is (136,82,191). Sum of RGB (Red+Green+Blue) = 136+82+191=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #8852BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852BF is #77AD40. Grayscale: #6E6E6E. Windows color (decimal): -7843137 or 12538504. OLE color: 12538504.
HSL color Cylindrical-coordinate representation of color #8852BF: hue angle of 269.72º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8852BF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 82 | 191 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.25 |
| HSL | 269.72º | 0.46% | 0.54% | - |
| HSV(B) | 269.72º | 0.57% | 0.75% | - |
| XYZ | 22.57 | 15.03 | 51 | - |
| YUV | 110.57 | 173.39 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 191 | 0.29 | 0.57 | 0 | 0.25 | 269.72 | 0.46 | 0.54 |
| Hex | 88 | 52 | BF | 1D | 39 | 0 | 19 | 10E | 2E | 36 |
| Octal | 210 | 122 | 277 | 35 | 71 | 0 | 31 | 416 | 56 | 66 |
| Binary | 10001000 | 1010010 | 10111111 | 11101 | 111001 | 0 | 11001 | 100001110 | 101110 | 110110 |
Color Harmonies of #8852BF
Complementary color
Monochromatic Colors of #8852BF
Black with #8852BF
Text Example
Text Example
White with #8852BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8852BF; }
p { color: rgb(136,82,191); }
H1.HeaderClassName
{
color: #8852BF;
}
.AnyTagClassName
{
color: #8852BF;
}
</style>
background-color css
<style>
a { background-color: #8852BF; }
a { background-color: rgb(136,82,191); }
div.DivClassName
{
background-color: #8852BF;
}
.BgClassName
{
background-color: #8852BF;
}
</style>
border-color css
<style>
span { border-color: #8852BF; }
span { border-color: rgb(136,82,191); }
td.TdClassName
{
border-color: #8852BF;
}
.TagClassName
{
border-color: #8852BF;
}
</style>