Shades of Deep Lilac #855AAF
Tints of Deep Lilac #855AAF
RGB
CMYK
RGB Variations
Color information
#855AAF (or 0x855AAF) is known color: Deep Lilac. HEX triplet: 85, 5A and AF. RGB value is (133,90,175). Sum of RGB (Red+Green+Blue) = 133+90+175=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #855AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855AAF is #7AA550. Grayscale: #707070. Windows color (decimal): -8037713 or 11491973. OLE color: 11491973.
HSL color Cylindrical-coordinate representation of color #855AAF: hue angle of 270.35º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #855AAF is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 90 | 175 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.31 |
| HSL | 270.35º | 0.35% | 0.52% | - |
| HSV(B) | 270.35º | 0.49% | 0.69% | - |
| XYZ | 21.07 | 15.39 | 42.42 | - |
| YUV | 112.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 175 | 0.24 | 0.49 | 0 | 0.31 | 270.35 | 0.35 | 0.52 |
| Hex | 85 | 5A | AF | 18 | 31 | 0 | 1F | 10E | 23 | 34 |
| Octal | 205 | 132 | 257 | 30 | 61 | 0 | 37 | 416 | 43 | 64 |
| Binary | 10000101 | 1011010 | 10101111 | 11000 | 110001 | 0 | 11111 | 100001110 | 100011 | 110100 |
Color Harmonies of #855AAF
Complementary color
Monochromatic Colors of #855AAF
Black with #855AAF
Text Example
Text Example
White with #855AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855AAF; }
p { color: rgb(133,90,175); }
H1.HeaderClassName
{
color: #855AAF;
}
.AnyTagClassName
{
color: #855AAF;
}
</style>
background-color css
<style>
a { background-color: #855AAF; }
a { background-color: rgb(133,90,175); }
div.DivClassName
{
background-color: #855AAF;
}
.BgClassName
{
background-color: #855AAF;
}
</style>
border-color css
<style>
span { border-color: #855AAF; }
span { border-color: rgb(133,90,175); }
td.TdClassName
{
border-color: #855AAF;
}
.TagClassName
{
border-color: #855AAF;
}
</style>