Shades of Deep Lilac #8558AF
Tints of Deep Lilac #8558AF
RGB
CMYK
RGB Variations
Color information
#8558AF (or 0x8558AF) is known color: Deep Lilac. HEX triplet: 85, 58 and AF. RGB value is (133,88,175). Sum of RGB (Red+Green+Blue) = 133+88+175=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #8558AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8558AF is #7AA750. Grayscale: #6F6F6F. Windows color (decimal): -8038225 or 11491461. OLE color: 11491461.
HSL color Cylindrical-coordinate representation of color #8558AF: hue angle of 271.03º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8558AF is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 88 | 175 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.31 |
| HSL | 271.03º | 0.35% | 0.52% | - |
| HSV(B) | 271.03º | 0.5% | 0.69% | - |
| XYZ | 20.9 | 15.06 | 42.36 | - |
| YUV | 111.37 | 163.91 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 175 | 0.24 | 0.50 | 0 | 0.31 | 271.03 | 0.35 | 0.52 |
| Hex | 85 | 58 | AF | 18 | 32 | 0 | 1F | 10F | 23 | 34 |
| Octal | 205 | 130 | 257 | 30 | 62 | 0 | 37 | 417 | 43 | 64 |
| Binary | 10000101 | 1011000 | 10101111 | 11000 | 110010 | 0 | 11111 | 100001111 | 100011 | 110100 |
Color Harmonies of #8558AF
Complementary color
Monochromatic Colors of #8558AF
Black with #8558AF
Text Example
Text Example
White with #8558AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558AF; }
p { color: rgb(133,88,175); }
H1.HeaderClassName
{
color: #8558AF;
}
.AnyTagClassName
{
color: #8558AF;
}
</style>
background-color css
<style>
a { background-color: #8558AF; }
a { background-color: rgb(133,88,175); }
div.DivClassName
{
background-color: #8558AF;
}
.BgClassName
{
background-color: #8558AF;
}
</style>
border-color css
<style>
span { border-color: #8558AF; }
span { border-color: rgb(133,88,175); }
td.TdClassName
{
border-color: #8558AF;
}
.TagClassName
{
border-color: #8558AF;
}
</style>