Shades of Deep Lilac #8852C4
Tints of Deep Lilac #8852C4
RGB
CMYK
RGB Variations
Color information
#8852C4 (or 0x8852C4) is known color: Deep Lilac. HEX triplet: 88, 52 and C4. RGB value is (136,82,196). Sum of RGB (Red+Green+Blue) = 136+82+196=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #8852C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852C4 is #77AD3B. Grayscale: #6E6E6E. Windows color (decimal): -7843132 or 12866184. OLE color: 12866184.
HSL color Cylindrical-coordinate representation of color #8852C4: hue angle of 268.42º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8852C4 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 82 | 196 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.23 |
| HSL | 268.42º | 0.49% | 0.55% | - |
| HSV(B) | 268.42º | 0.58% | 0.77% | - |
| XYZ | 23.13 | 15.25 | 53.95 | - |
| YUV | 111.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 196 | 0.31 | 0.58 | 0 | 0.23 | 268.42 | 0.49 | 0.55 |
| Hex | 88 | 52 | C4 | 1F | 3A | 0 | 17 | 10C | 31 | 37 |
| Octal | 210 | 122 | 304 | 37 | 72 | 0 | 27 | 414 | 61 | 67 |
| Binary | 10001000 | 1010010 | 11000100 | 11111 | 111010 | 0 | 10111 | 100001100 | 110001 | 110111 |
Color Harmonies of #8852C4
Complementary color
Monochromatic Colors of #8852C4
Black with #8852C4
Text Example
Text Example
White with #8852C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8852C4; }
p { color: rgb(136,82,196); }
H1.HeaderClassName
{
color: #8852C4;
}
.AnyTagClassName
{
color: #8852C4;
}
</style>
background-color css
<style>
a { background-color: #8852C4; }
a { background-color: rgb(136,82,196); }
div.DivClassName
{
background-color: #8852C4;
}
.BgClassName
{
background-color: #8852C4;
}
</style>
border-color css
<style>
span { border-color: #8852C4; }
span { border-color: rgb(136,82,196); }
td.TdClassName
{
border-color: #8852C4;
}
.TagClassName
{
border-color: #8852C4;
}
</style>