Shades of Dark Violet #8912AF
Tints of Dark Violet #8912AF
RGB
CMYK
RGB Variations
Color information
#8912AF (or 0x8912AF) is known color: Dark Violet. HEX triplet: 89, 12 and AF. RGB value is (137,18,175). Sum of RGB (Red+Green+Blue) = 137+18+175=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #8912AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8912AF is #76ED50. Grayscale: #464646. Windows color (decimal): -7794001 or 11473545. OLE color: 11473545.
HSL color Cylindrical-coordinate representation of color #8912AF: hue angle of 285.48º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8912AF is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 18 | 175 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.31 |
| HSL | 285.48º | 0.81% | 0.38% | - |
| HSV(B) | 285.48º | 0.9% | 0.69% | - |
| XYZ | 18.27 | 8.85 | 41.3 | - |
| YUV | 71.48 | 186.42 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 175 | 0.22 | 0.90 | 0 | 0.31 | 285.48 | 0.81 | 0.38 |
| Hex | 89 | 12 | AF | 16 | 5A | 0 | 1F | 11D | 51 | 26 |
| Octal | 211 | 22 | 257 | 26 | 132 | 0 | 37 | 435 | 121 | 46 |
| Binary | 10001001 | 10010 | 10101111 | 10110 | 1011010 | 0 | 11111 | 100011101 | 1010001 | 100110 |
Color Harmonies of #8912AF
Complementary color
Monochromatic Colors of #8912AF
Black with #8912AF
Text Example
Text Example
White with #8912AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8912AF; }
p { color: rgb(137,18,175); }
H1.HeaderClassName
{
color: #8912AF;
}
.AnyTagClassName
{
color: #8912AF;
}
</style>
background-color css
<style>
a { background-color: #8912AF; }
a { background-color: rgb(137,18,175); }
div.DivClassName
{
background-color: #8912AF;
}
.BgClassName
{
background-color: #8912AF;
}
</style>
border-color css
<style>
span { border-color: #8912AF; }
span { border-color: rgb(137,18,175); }
td.TdClassName
{
border-color: #8912AF;
}
.TagClassName
{
border-color: #8912AF;
}
</style>