Shades of Deep Lilac #855BB9
Tints of Deep Lilac #855BB9
RGB
CMYK
RGB Variations
Color information
#855BB9 (or 0x855BB9) is known color: Deep Lilac. HEX triplet: 85, 5B and B9. RGB value is (133,91,185). Sum of RGB (Red+Green+Blue) = 133+91+185=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #855BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BB9 is #7AA446. Grayscale: #717171. Windows color (decimal): -8037447 or 12147589. OLE color: 12147589.
HSL color Cylindrical-coordinate representation of color #855BB9: hue angle of 266.81º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855BB9 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 91 | 185 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.27 |
| HSL | 266.81º | 0.4% | 0.54% | - |
| HSV(B) | 266.81º | 0.51% | 0.73% | - |
| XYZ | 22.17 | 15.97 | 47.81 | - |
| YUV | 114.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 185 | 0.28 | 0.51 | 0 | 0.27 | 266.81 | 0.4 | 0.54 |
| Hex | 85 | 5B | B9 | 1C | 33 | 0 | 1B | 10B | 28 | 36 |
| Octal | 205 | 133 | 271 | 34 | 63 | 0 | 33 | 413 | 50 | 66 |
| Binary | 10000101 | 1011011 | 10111001 | 11100 | 110011 | 0 | 11011 | 100001011 | 101000 | 110110 |
Color Harmonies of #855BB9
Complementary color
Monochromatic Colors of #855BB9
Black with #855BB9
Text Example
Text Example
White with #855BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BB9; }
p { color: rgb(133,91,185); }
H1.HeaderClassName
{
color: #855BB9;
}
.AnyTagClassName
{
color: #855BB9;
}
</style>
background-color css
<style>
a { background-color: #855BB9; }
a { background-color: rgb(133,91,185); }
div.DivClassName
{
background-color: #855BB9;
}
.BgClassName
{
background-color: #855BB9;
}
</style>
border-color css
<style>
span { border-color: #855BB9; }
span { border-color: rgb(133,91,185); }
td.TdClassName
{
border-color: #855BB9;
}
.TagClassName
{
border-color: #855BB9;
}
</style>