Shades of Deep Lilac #8557AF
Tints of Deep Lilac #8557AF
RGB
CMYK
RGB Variations
Color information
#8557AF (or 0x8557AF) is known color: Deep Lilac. HEX triplet: 85, 57 and AF. RGB value is (133,87,175). Sum of RGB (Red+Green+Blue) = 133+87+175=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #8557AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8557AF is #7AA850. Grayscale: #6E6E6E. Windows color (decimal): -8038481 or 11491205. OLE color: 11491205.
HSL color Cylindrical-coordinate representation of color #8557AF: hue angle of 271.36º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8557AF is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 87 | 175 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.31 |
| HSL | 271.36º | 0.35% | 0.51% | - |
| HSV(B) | 271.36º | 0.5% | 0.69% | - |
| XYZ | 20.82 | 14.9 | 42.34 | - |
| YUV | 110.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 175 | 0.24 | 0.50 | 0 | 0.31 | 271.36 | 0.35 | 0.51 |
| Hex | 85 | 57 | AF | 18 | 32 | 0 | 1F | 10F | 23 | 33 |
| Octal | 205 | 127 | 257 | 30 | 62 | 0 | 37 | 417 | 43 | 63 |
| Binary | 10000101 | 1010111 | 10101111 | 11000 | 110010 | 0 | 11111 | 100001111 | 100011 | 110011 |
Color Harmonies of #8557AF
Complementary color
Monochromatic Colors of #8557AF
Black with #8557AF
Text Example
Text Example
White with #8557AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8557AF; }
p { color: rgb(133,87,175); }
H1.HeaderClassName
{
color: #8557AF;
}
.AnyTagClassName
{
color: #8557AF;
}
</style>
background-color css
<style>
a { background-color: #8557AF; }
a { background-color: rgb(133,87,175); }
div.DivClassName
{
background-color: #8557AF;
}
.BgClassName
{
background-color: #8557AF;
}
</style>
border-color css
<style>
span { border-color: #8557AF; }
span { border-color: rgb(133,87,175); }
td.TdClassName
{
border-color: #8557AF;
}
.TagClassName
{
border-color: #8557AF;
}
</style>