Shades of Deep Lilac #855AB4
Tints of Deep Lilac #855AB4
RGB
CMYK
RGB Variations
Color information
#855AB4 (or 0x855AB4) is known color: Deep Lilac. HEX triplet: 85, 5A and B4. RGB value is (133,90,180). Sum of RGB (Red+Green+Blue) = 133+90+180=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #855AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855AB4 is #7AA54B. Grayscale: #707070. Windows color (decimal): -8037708 or 11819653. OLE color: 11819653.
HSL color Cylindrical-coordinate representation of color #855AB4: hue angle of 268.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #855AB4 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 90 | 180 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.29 |
| HSL | 268.67º | 0.38% | 0.53% | - |
| HSV(B) | 268.67º | 0.5% | 0.71% | - |
| XYZ | 21.57 | 15.59 | 45.05 | - |
| YUV | 113.12 | 165.75 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 180 | 0.26 | 0.50 | 0 | 0.29 | 268.67 | 0.38 | 0.53 |
| Hex | 85 | 5A | B4 | 1A | 32 | 0 | 1D | 10D | 26 | 35 |
| Octal | 205 | 132 | 264 | 32 | 62 | 0 | 35 | 415 | 46 | 65 |
| Binary | 10000101 | 1011010 | 10110100 | 11010 | 110010 | 0 | 11101 | 100001101 | 100110 | 110101 |
Color Harmonies of #855AB4
Complementary color
Monochromatic Colors of #855AB4
Black with #855AB4
Text Example
Text Example
White with #855AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855AB4; }
p { color: rgb(133,90,180); }
H1.HeaderClassName
{
color: #855AB4;
}
.AnyTagClassName
{
color: #855AB4;
}
</style>
background-color css
<style>
a { background-color: #855AB4; }
a { background-color: rgb(133,90,180); }
div.DivClassName
{
background-color: #855AB4;
}
.BgClassName
{
background-color: #855AB4;
}
</style>
border-color css
<style>
span { border-color: #855AB4; }
span { border-color: rgb(133,90,180); }
td.TdClassName
{
border-color: #855AB4;
}
.TagClassName
{
border-color: #855AB4;
}
</style>