Shades of Deep Lilac #8C55AF
Tints of Deep Lilac #8C55AF
RGB
CMYK
RGB Variations
Color information
#8C55AF (or 0x8C55AF) is known color: Deep Lilac. HEX triplet: 8C, 55 and AF. RGB value is (140,85,175). Sum of RGB (Red+Green+Blue) = 140+85+175=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C55AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C55AF is #73AA50. Grayscale: #6F6F6F. Windows color (decimal): -7580241 or 11490700. OLE color: 11490700.
HSL color Cylindrical-coordinate representation of color #8C55AF: hue angle of 276.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C55AF is Cyan = 0.2, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 85 | 175 | - |
| CMYK | 0.2 | 0.51 | 0 | 0.31 |
| HSL | 276.67º | 0.36% | 0.51% | - |
| HSV(B) | 276.67º | 0.51% | 0.69% | - |
| XYZ | 21.8 | 15.17 | 42.34 | - |
| YUV | 111.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 175 | 0.2 | 0.51 | 0 | 0.31 | 276.67 | 0.36 | 0.51 |
| Hex | 8C | 55 | AF | 14 | 33 | 0 | 1F | 115 | 24 | 33 |
| Octal | 214 | 125 | 257 | 24 | 63 | 0 | 37 | 425 | 44 | 63 |
| Binary | 10001100 | 1010101 | 10101111 | 10100 | 110011 | 0 | 11111 | 100010101 | 100100 | 110011 |
Color Harmonies of #8C55AF
Complementary color
Monochromatic Colors of #8C55AF
Black with #8C55AF
Text Example
Text Example
White with #8C55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C55AF; }
p { color: rgb(140,85,175); }
H1.HeaderClassName
{
color: #8C55AF;
}
.AnyTagClassName
{
color: #8C55AF;
}
</style>
background-color css
<style>
a { background-color: #8C55AF; }
a { background-color: rgb(140,85,175); }
div.DivClassName
{
background-color: #8C55AF;
}
.BgClassName
{
background-color: #8C55AF;
}
</style>
border-color css
<style>
span { border-color: #8C55AF; }
span { border-color: rgb(140,85,175); }
td.TdClassName
{
border-color: #8C55AF;
}
.TagClassName
{
border-color: #8C55AF;
}
</style>