Shades of Deep Lilac #855BB1
Tints of Deep Lilac #855BB1
RGB
CMYK
RGB Variations
Color information
#855BB1 (or 0x855BB1) is known color: Deep Lilac. HEX triplet: 85, 5B and B1. RGB value is (133,91,177). Sum of RGB (Red+Green+Blue) = 133+91+177=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #855BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855BB1 is #7AA44E. Grayscale: #717171. Windows color (decimal): -8037455 or 11623301. OLE color: 11623301.
HSL color Cylindrical-coordinate representation of color #855BB1: hue angle of 269.3º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #855BB1 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 91 | 177 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.31 |
| HSL | 269.3º | 0.36% | 0.53% | - |
| HSV(B) | 269.3º | 0.49% | 0.69% | - |
| XYZ | 21.35 | 15.64 | 43.49 | - |
| YUV | 113.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 177 | 0.25 | 0.49 | 0 | 0.31 | 269.3 | 0.36 | 0.53 |
| Hex | 85 | 5B | B1 | 19 | 31 | 0 | 1F | 10D | 24 | 35 |
| Octal | 205 | 133 | 261 | 31 | 61 | 0 | 37 | 415 | 44 | 65 |
| Binary | 10000101 | 1011011 | 10110001 | 11001 | 110001 | 0 | 11111 | 100001101 | 100100 | 110101 |
Color Harmonies of #855BB1
Complementary color
Monochromatic Colors of #855BB1
Black with #855BB1
Text Example
Text Example
White with #855BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BB1; }
p { color: rgb(133,91,177); }
H1.HeaderClassName
{
color: #855BB1;
}
.AnyTagClassName
{
color: #855BB1;
}
</style>
background-color css
<style>
a { background-color: #855BB1; }
a { background-color: rgb(133,91,177); }
div.DivClassName
{
background-color: #855BB1;
}
.BgClassName
{
background-color: #855BB1;
}
</style>
border-color css
<style>
span { border-color: #855BB1; }
span { border-color: rgb(133,91,177); }
td.TdClassName
{
border-color: #855BB1;
}
.TagClassName
{
border-color: #855BB1;
}
</style>