Shades of Deep Lilac #8943AF
Tints of Deep Lilac #8943AF
RGB
CMYK
RGB Variations
Color information
#8943AF (or 0x8943AF) is known color: Deep Lilac. HEX triplet: 89, 43 and AF. RGB value is (137,67,175). Sum of RGB (Red+Green+Blue) = 137+67+175=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #8943AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8943AF is #76BC50. Grayscale: #636363. Windows color (decimal): -7781457 or 11486089. OLE color: 11486089.
HSL color Cylindrical-coordinate representation of color #8943AF: hue angle of 278.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8943AF is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 67 | 175 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.31 |
| HSL | 278.89º | 0.45% | 0.47% | - |
| HSV(B) | 278.89º | 0.62% | 0.69% | - |
| XYZ | 20.06 | 12.43 | 41.9 | - |
| YUV | 100.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 175 | 0.22 | 0.62 | 0 | 0.31 | 278.89 | 0.45 | 0.47 |
| Hex | 89 | 43 | AF | 16 | 3E | 0 | 1F | 117 | 2D | 2F |
| Octal | 211 | 103 | 257 | 26 | 76 | 0 | 37 | 427 | 55 | 57 |
| Binary | 10001001 | 1000011 | 10101111 | 10110 | 111110 | 0 | 11111 | 100010111 | 101101 | 101111 |
Color Harmonies of #8943AF
Complementary color
Monochromatic Colors of #8943AF
Black with #8943AF
Text Example
Text Example
White with #8943AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8943AF; }
p { color: rgb(137,67,175); }
H1.HeaderClassName
{
color: #8943AF;
}
.AnyTagClassName
{
color: #8943AF;
}
</style>
background-color css
<style>
a { background-color: #8943AF; }
a { background-color: rgb(137,67,175); }
div.DivClassName
{
background-color: #8943AF;
}
.BgClassName
{
background-color: #8943AF;
}
</style>
border-color css
<style>
span { border-color: #8943AF; }
span { border-color: rgb(137,67,175); }
td.TdClassName
{
border-color: #8943AF;
}
.TagClassName
{
border-color: #8943AF;
}
</style>