Shades of Deep Lilac #8953AF
Tints of Deep Lilac #8953AF
RGB
CMYK
RGB Variations
Color information
#8953AF (or 0x8953AF) is known color: Deep Lilac. HEX triplet: 89, 53 and AF. RGB value is (137,83,175). Sum of RGB (Red+Green+Blue) = 137+83+175=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #8953AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8953AF is #76AC50. Grayscale: #6D6D6D. Windows color (decimal): -7777361 or 11490185. OLE color: 11490185.
HSL color Cylindrical-coordinate representation of color #8953AF: hue angle of 275.22º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8953AF is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 83 | 175 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.31 |
| HSL | 275.22º | 0.37% | 0.51% | - |
| HSV(B) | 275.22º | 0.53% | 0.69% | - |
| XYZ | 21.15 | 14.6 | 42.26 | - |
| YUV | 109.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 175 | 0.22 | 0.53 | 0 | 0.31 | 275.22 | 0.37 | 0.51 |
| Hex | 89 | 53 | AF | 16 | 35 | 0 | 1F | 113 | 25 | 33 |
| Octal | 211 | 123 | 257 | 26 | 65 | 0 | 37 | 423 | 45 | 63 |
| Binary | 10001001 | 1010011 | 10101111 | 10110 | 110101 | 0 | 11111 | 100010011 | 100101 | 110011 |
Color Harmonies of #8953AF
Complementary color
Monochromatic Colors of #8953AF
Black with #8953AF
Text Example
Text Example
White with #8953AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8953AF; }
p { color: rgb(137,83,175); }
H1.HeaderClassName
{
color: #8953AF;
}
.AnyTagClassName
{
color: #8953AF;
}
</style>
background-color css
<style>
a { background-color: #8953AF; }
a { background-color: rgb(137,83,175); }
div.DivClassName
{
background-color: #8953AF;
}
.BgClassName
{
background-color: #8953AF;
}
</style>
border-color css
<style>
span { border-color: #8953AF; }
span { border-color: rgb(137,83,175); }
td.TdClassName
{
border-color: #8953AF;
}
.TagClassName
{
border-color: #8953AF;
}
</style>