Shades of Deep Lilac #855AAD
Tints of Deep Lilac #855AAD
RGB
CMYK
RGB Variations
Color information
#855AAD (or 0x855AAD) is known color: Deep Lilac. HEX triplet: 85, 5A and AD. RGB value is (133,90,173). Sum of RGB (Red+Green+Blue) = 133+90+173=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #855AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855AAD is #7AA552. Grayscale: #707070. Windows color (decimal): -8037715 or 11360901. OLE color: 11360901.
HSL color Cylindrical-coordinate representation of color #855AAD: hue angle of 271.08º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #855AAD is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 90 | 173 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.32 |
| HSL | 271.08º | 0.34% | 0.52% | - |
| HSV(B) | 271.08º | 0.48% | 0.68% | - |
| XYZ | 20.87 | 15.32 | 41.39 | - |
| YUV | 112.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 173 | 0.23 | 0.48 | 0 | 0.32 | 271.08 | 0.34 | 0.52 |
| Hex | 85 | 5A | AD | 17 | 30 | 0 | 20 | 10F | 22 | 34 |
| Octal | 205 | 132 | 255 | 27 | 60 | 0 | 40 | 417 | 42 | 64 |
| Binary | 10000101 | 1011010 | 10101101 | 10111 | 110000 | 0 | 100000 | 100001111 | 100010 | 110100 |
Color Harmonies of #855AAD
Complementary color
Monochromatic Colors of #855AAD
Black with #855AAD
Text Example
Text Example
White with #855AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855AAD; }
p { color: rgb(133,90,173); }
H1.HeaderClassName
{
color: #855AAD;
}
.AnyTagClassName
{
color: #855AAD;
}
</style>
background-color css
<style>
a { background-color: #855AAD; }
a { background-color: rgb(133,90,173); }
div.DivClassName
{
background-color: #855AAD;
}
.BgClassName
{
background-color: #855AAD;
}
</style>
border-color css
<style>
span { border-color: #855AAD; }
span { border-color: rgb(133,90,173); }
td.TdClassName
{
border-color: #855AAD;
}
.TagClassName
{
border-color: #855AAD;
}
</style>