Shades of Dark Violet #8A16AF
Tints of Dark Violet #8A16AF
RGB
CMYK
RGB Variations
Color information
#8A16AF (or 0x8A16AF) is known color: Dark Violet. HEX triplet: 8A, 16 and AF. RGB value is (138,22,175). Sum of RGB (Red+Green+Blue) = 138+22+175=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A16AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A16AF is #75E950. Grayscale: #494949. Windows color (decimal): -7727441 or 11474570. OLE color: 11474570.
HSL color Cylindrical-coordinate representation of color #8A16AF: hue angle of 285.49º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A16AF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 22 | 175 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.31 |
| HSL | 285.49º | 0.78% | 0.39% | - |
| HSV(B) | 285.49º | 0.87% | 0.69% | - |
| XYZ | 18.51 | 9.07 | 41.33 | - |
| YUV | 74.13 | 184.93 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 175 | 0.21 | 0.87 | 0 | 0.31 | 285.49 | 0.78 | 0.39 |
| Hex | 8A | 16 | AF | 15 | 57 | 0 | 1F | 11D | 4E | 27 |
| Octal | 212 | 26 | 257 | 25 | 127 | 0 | 37 | 435 | 116 | 47 |
| Binary | 10001010 | 10110 | 10101111 | 10101 | 1010111 | 0 | 11111 | 100011101 | 1001110 | 100111 |
Color Harmonies of #8A16AF
Complementary color
Monochromatic Colors of #8A16AF
Black with #8A16AF
Text Example
Text Example
White with #8A16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A16AF; }
p { color: rgb(138,22,175); }
H1.HeaderClassName
{
color: #8A16AF;
}
.AnyTagClassName
{
color: #8A16AF;
}
</style>
background-color css
<style>
a { background-color: #8A16AF; }
a { background-color: rgb(138,22,175); }
div.DivClassName
{
background-color: #8A16AF;
}
.BgClassName
{
background-color: #8A16AF;
}
</style>
border-color css
<style>
span { border-color: #8A16AF; }
span { border-color: rgb(138,22,175); }
td.TdClassName
{
border-color: #8A16AF;
}
.TagClassName
{
border-color: #8A16AF;
}
</style>