Shades of Dark Violet #8D14AF
Tints of Dark Violet #8D14AF
RGB
CMYK
RGB Variations
Color information
#8D14AF (or 0x8D14AF) is known color: Dark Violet. HEX triplet: 8D, 14 and AF. RGB value is (141,20,175). Sum of RGB (Red+Green+Blue) = 141+20+175=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D14AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D14AF is #72EB50. Grayscale: #494949. Windows color (decimal): -7531345 or 11474061. OLE color: 11474061.
HSL color Cylindrical-coordinate representation of color #8D14AF: hue angle of 286.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D14AF is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 20 | 175 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.31 |
| HSL | 286.84º | 0.79% | 0.38% | - |
| HSV(B) | 286.84º | 0.89% | 0.69% | - |
| XYZ | 18.97 | 9.26 | 41.34 | - |
| YUV | 73.85 | 185.09 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 175 | 0.19 | 0.89 | 0 | 0.31 | 286.84 | 0.79 | 0.38 |
| Hex | 8D | 14 | AF | 13 | 59 | 0 | 1F | 11F | 4F | 26 |
| Octal | 215 | 24 | 257 | 23 | 131 | 0 | 37 | 437 | 117 | 46 |
| Binary | 10001101 | 10100 | 10101111 | 10011 | 1011001 | 0 | 11111 | 100011111 | 1001111 | 100110 |
Color Harmonies of #8D14AF
Complementary color
Monochromatic Colors of #8D14AF
Black with #8D14AF
Text Example
Text Example
White with #8D14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D14AF; }
p { color: rgb(141,20,175); }
H1.HeaderClassName
{
color: #8D14AF;
}
.AnyTagClassName
{
color: #8D14AF;
}
</style>
background-color css
<style>
a { background-color: #8D14AF; }
a { background-color: rgb(141,20,175); }
div.DivClassName
{
background-color: #8D14AF;
}
.BgClassName
{
background-color: #8D14AF;
}
</style>
border-color css
<style>
span { border-color: #8D14AF; }
span { border-color: rgb(141,20,175); }
td.TdClassName
{
border-color: #8D14AF;
}
.TagClassName
{
border-color: #8D14AF;
}
</style>