Shades of Deep Lilac #8F58AA
Tints of Deep Lilac #8F58AA
RGB
CMYK
RGB Variations
Color information
#8F58AA (or 0x8F58AA) is known color: Deep Lilac. HEX triplet: 8F, 58 and AA. RGB value is (143,88,170). Sum of RGB (Red+Green+Blue) = 143+88+170=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F58AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F58AA is #70A755. Grayscale: #717171. Windows color (decimal): -7382870 or 11163791. OLE color: 11163791.
HSL color Cylindrical-coordinate representation of color #8F58AA: hue angle of 280.24º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F58AA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 88 | 170 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.33 |
| HSL | 280.24º | 0.33% | 0.51% | - |
| HSV(B) | 280.24º | 0.48% | 0.67% | - |
| XYZ | 22.07 | 15.72 | 39.9 | - |
| YUV | 113.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 170 | 0.16 | 0.48 | 0 | 0.33 | 280.24 | 0.33 | 0.51 |
| Hex | 8F | 58 | AA | 10 | 30 | 0 | 21 | 118 | 21 | 33 |
| Octal | 217 | 130 | 252 | 20 | 60 | 0 | 41 | 430 | 41 | 63 |
| Binary | 10001111 | 1011000 | 10101010 | 10000 | 110000 | 0 | 100001 | 100011000 | 100001 | 110011 |
Color Harmonies of #8F58AA
Complementary color
Monochromatic Colors of #8F58AA
Black with #8F58AA
Text Example
Text Example
White with #8F58AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F58AA; }
p { color: rgb(143,88,170); }
H1.HeaderClassName
{
color: #8F58AA;
}
.AnyTagClassName
{
color: #8F58AA;
}
</style>
background-color css
<style>
a { background-color: #8F58AA; }
a { background-color: rgb(143,88,170); }
div.DivClassName
{
background-color: #8F58AA;
}
.BgClassName
{
background-color: #8F58AA;
}
</style>
border-color css
<style>
span { border-color: #8F58AA; }
span { border-color: rgb(143,88,170); }
td.TdClassName
{
border-color: #8F58AA;
}
.TagClassName
{
border-color: #8F58AA;
}
</style>