Shades of Deep Lilac #855BB8
Tints of Deep Lilac #855BB8
RGB
CMYK
RGB Variations
Color information
#855BB8 (or 0x855BB8) is known color: Deep Lilac. HEX triplet: 85, 5B and B8. RGB value is (133,91,184). Sum of RGB (Red+Green+Blue) = 133+91+184=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 184 - color contains mainly: blue. Hex color #855BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BB8 is #7AA447. Grayscale: #717171. Windows color (decimal): -8037448 or 12082053. OLE color: 12082053.
HSL color Cylindrical-coordinate representation of color #855BB8: hue angle of 267.1º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855BB8 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 91 | 184 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.28 |
| HSL | 267.1º | 0.4% | 0.54% | - |
| HSV(B) | 267.1º | 0.51% | 0.72% | - |
| XYZ | 22.07 | 15.93 | 47.26 | - |
| YUV | 114.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 184 | 0.28 | 0.51 | 0 | 0.28 | 267.1 | 0.4 | 0.54 |
| Hex | 85 | 5B | B8 | 1C | 33 | 0 | 1C | 10B | 28 | 36 |
| Octal | 205 | 133 | 270 | 34 | 63 | 0 | 34 | 413 | 50 | 66 |
| Binary | 10000101 | 1011011 | 10111000 | 11100 | 110011 | 0 | 11100 | 100001011 | 101000 | 110110 |
Color Harmonies of #855BB8
Complementary color
Monochromatic Colors of #855BB8
Black with #855BB8
Text Example
Text Example
White with #855BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BB8; }
p { color: rgb(133,91,184); }
H1.HeaderClassName
{
color: #855BB8;
}
.AnyTagClassName
{
color: #855BB8;
}
</style>
background-color css
<style>
a { background-color: #855BB8; }
a { background-color: rgb(133,91,184); }
div.DivClassName
{
background-color: #855BB8;
}
.BgClassName
{
background-color: #855BB8;
}
</style>
border-color css
<style>
span { border-color: #855BB8; }
span { border-color: rgb(133,91,184); }
td.TdClassName
{
border-color: #855BB8;
}
.TagClassName
{
border-color: #855BB8;
}
</style>