Shades of Deep Lilac #855AB6
Tints of Deep Lilac #855AB6
RGB
CMYK
RGB Variations
Color information
#855AB6 (or 0x855AB6) is known color: Deep Lilac. HEX triplet: 85, 5A and B6. RGB value is (133,90,182). Sum of RGB (Red+Green+Blue) = 133+90+182=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #855AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855AB6 is #7AA549. Grayscale: #717171. Windows color (decimal): -8037706 or 11950725. OLE color: 11950725.
HSL color Cylindrical-coordinate representation of color #855AB6: hue angle of 268.04º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855AB6 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 90 | 182 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.29 |
| HSL | 268.04º | 0.39% | 0.53% | - |
| HSV(B) | 268.04º | 0.51% | 0.71% | - |
| XYZ | 21.77 | 15.68 | 46.13 | - |
| YUV | 113.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 182 | 0.27 | 0.51 | 0 | 0.29 | 268.04 | 0.39 | 0.53 |
| Hex | 85 | 5A | B6 | 1B | 33 | 0 | 1D | 10C | 27 | 35 |
| Octal | 205 | 132 | 266 | 33 | 63 | 0 | 35 | 414 | 47 | 65 |
| Binary | 10000101 | 1011010 | 10110110 | 11011 | 110011 | 0 | 11101 | 100001100 | 100111 | 110101 |
Color Harmonies of #855AB6
Complementary color
Monochromatic Colors of #855AB6
Black with #855AB6
Text Example
Text Example
White with #855AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855AB6; }
p { color: rgb(133,90,182); }
H1.HeaderClassName
{
color: #855AB6;
}
.AnyTagClassName
{
color: #855AB6;
}
</style>
background-color css
<style>
a { background-color: #855AB6; }
a { background-color: rgb(133,90,182); }
div.DivClassName
{
background-color: #855AB6;
}
.BgClassName
{
background-color: #855AB6;
}
</style>
border-color css
<style>
span { border-color: #855AB6; }
span { border-color: rgb(133,90,182); }
td.TdClassName
{
border-color: #855AB6;
}
.TagClassName
{
border-color: #855AB6;
}
</style>