Shades of Deep Lilac #8552B1
Tints of Deep Lilac #8552B1
RGB
CMYK
RGB Variations
Color information
#8552B1 (or 0x8552B1) is known color: Deep Lilac. HEX triplet: 85, 52 and B1. RGB value is (133,82,177). Sum of RGB (Red+Green+Blue) = 133+82+177=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #8552B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8552B1 is #7AAD4E. Grayscale: #6B6B6B. Windows color (decimal): -8039759 or 11620997. OLE color: 11620997.
HSL color Cylindrical-coordinate representation of color #8552B1: hue angle of 272.21º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8552B1 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 82 | 177 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.31 |
| HSL | 272.21º | 0.38% | 0.51% | - |
| HSV(B) | 272.21º | 0.54% | 0.69% | - |
| XYZ | 20.63 | 14.2 | 43.25 | - |
| YUV | 108.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 177 | 0.25 | 0.54 | 0 | 0.31 | 272.21 | 0.38 | 0.51 |
| Hex | 85 | 52 | B1 | 19 | 36 | 0 | 1F | 110 | 26 | 33 |
| Octal | 205 | 122 | 261 | 31 | 66 | 0 | 37 | 420 | 46 | 63 |
| Binary | 10000101 | 1010010 | 10110001 | 11001 | 110110 | 0 | 11111 | 100010000 | 100110 | 110011 |
Color Harmonies of #8552B1
Complementary color
Monochromatic Colors of #8552B1
Black with #8552B1
Text Example
Text Example
White with #8552B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552B1; }
p { color: rgb(133,82,177); }
H1.HeaderClassName
{
color: #8552B1;
}
.AnyTagClassName
{
color: #8552B1;
}
</style>
background-color css
<style>
a { background-color: #8552B1; }
a { background-color: rgb(133,82,177); }
div.DivClassName
{
background-color: #8552B1;
}
.BgClassName
{
background-color: #8552B1;
}
</style>
border-color css
<style>
span { border-color: #8552B1; }
span { border-color: rgb(133,82,177); }
td.TdClassName
{
border-color: #8552B1;
}
.TagClassName
{
border-color: #8552B1;
}
</style>