Shades of Deep Lilac #8955AF
Tints of Deep Lilac #8955AF
RGB
CMYK
RGB Variations
Color information
#8955AF (or 0x8955AF) is known color: Deep Lilac. HEX triplet: 89, 55 and AF. RGB value is (137,85,175). Sum of RGB (Red+Green+Blue) = 137+85+175=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #8955AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8955AF is #76AA50. Grayscale: #6E6E6E. Windows color (decimal): -7776849 or 11490697. OLE color: 11490697.
HSL color Cylindrical-coordinate representation of color #8955AF: hue angle of 274.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 #8955AF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 85 | 175 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.31 |
| HSL | 274.67º | 0.36% | 0.51% | - |
| HSV(B) | 274.67º | 0.51% | 0.69% | - |
| XYZ | 21.3 | 14.91 | 42.31 | - |
| YUV | 110.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 175 | 0.22 | 0.51 | 0 | 0.31 | 274.67 | 0.36 | 0.51 |
| Hex | 89 | 55 | AF | 16 | 33 | 0 | 1F | 113 | 24 | 33 |
| Octal | 211 | 125 | 257 | 26 | 63 | 0 | 37 | 423 | 44 | 63 |
| Binary | 10001001 | 1010101 | 10101111 | 10110 | 110011 | 0 | 11111 | 100010011 | 100100 | 110011 |
Color Harmonies of #8955AF
Complementary color
Monochromatic Colors of #8955AF
Black with #8955AF
Text Example
Text Example
White with #8955AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8955AF; }
p { color: rgb(137,85,175); }
H1.HeaderClassName
{
color: #8955AF;
}
.AnyTagClassName
{
color: #8955AF;
}
</style>
background-color css
<style>
a { background-color: #8955AF; }
a { background-color: rgb(137,85,175); }
div.DivClassName
{
background-color: #8955AF;
}
.BgClassName
{
background-color: #8955AF;
}
</style>
border-color css
<style>
span { border-color: #8955AF; }
span { border-color: rgb(137,85,175); }
td.TdClassName
{
border-color: #8955AF;
}
.TagClassName
{
border-color: #8955AF;
}
</style>