Shades of Deep Lilac #8F58AF
Tints of Deep Lilac #8F58AF
RGB
CMYK
RGB Variations
Color information
#8F58AF (or 0x8F58AF) is known color: Deep Lilac. HEX triplet: 8F, 58 and AF. RGB value is (143,88,175). Sum of RGB (Red+Green+Blue) = 143+88+175=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F58AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F58AF is #70A750. Grayscale: #727272. Windows color (decimal): -7382865 or 11491471. OLE color: 11491471.
HSL color Cylindrical-coordinate representation of color #8F58AF: hue angle of 277.93º 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 #8F58AF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 88 | 175 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.31 |
| HSL | 277.93º | 0.35% | 0.52% | - |
| HSV(B) | 277.93º | 0.5% | 0.69% | - |
| XYZ | 22.56 | 15.91 | 42.44 | - |
| YUV | 114.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 175 | 0.18 | 0.50 | 0 | 0.31 | 277.93 | 0.35 | 0.52 |
| Hex | 8F | 58 | AF | 12 | 32 | 0 | 1F | 116 | 23 | 34 |
| Octal | 217 | 130 | 257 | 22 | 62 | 0 | 37 | 426 | 43 | 64 |
| Binary | 10001111 | 1011000 | 10101111 | 10010 | 110010 | 0 | 11111 | 100010110 | 100011 | 110100 |
Color Harmonies of #8F58AF
Complementary color
Monochromatic Colors of #8F58AF
Black with #8F58AF
Text Example
Text Example
White with #8F58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F58AF; }
p { color: rgb(143,88,175); }
H1.HeaderClassName
{
color: #8F58AF;
}
.AnyTagClassName
{
color: #8F58AF;
}
</style>
background-color css
<style>
a { background-color: #8F58AF; }
a { background-color: rgb(143,88,175); }
div.DivClassName
{
background-color: #8F58AF;
}
.BgClassName
{
background-color: #8F58AF;
}
</style>
border-color css
<style>
span { border-color: #8F58AF; }
span { border-color: rgb(143,88,175); }
td.TdClassName
{
border-color: #8F58AF;
}
.TagClassName
{
border-color: #8F58AF;
}
</style>