Shades of Dark Violet #8C14AF
Tints of Dark Violet #8C14AF
RGB
CMYK
RGB Variations
Color information
#8C14AF (or 0x8C14AF) is known color: Dark Violet. HEX triplet: 8C, 14 and AF. RGB value is (140,20,175). Sum of RGB (Red+Green+Blue) = 140+20+175=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 20 (8.20% from 255 or 5.97% 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 #8C14AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C14AF is #73EB50. Grayscale: #494949. Windows color (decimal): -7596881 or 11474060. OLE color: 11474060.
HSL color Cylindrical-coordinate representation of color #8C14AF: hue angle of 286.45º 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 #8C14AF is Cyan = 0.2, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 20 | 175 | - |
| CMYK | 0.2 | 0.89 | 0 | 0.31 |
| HSL | 286.45º | 0.79% | 0.38% | - |
| HSV(B) | 286.45º | 0.89% | 0.69% | - |
| XYZ | 18.8 | 9.17 | 41.34 | - |
| YUV | 73.55 | 185.26 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 175 | 0.2 | 0.89 | 0 | 0.31 | 286.45 | 0.79 | 0.38 |
| Hex | 8C | 14 | AF | 14 | 59 | 0 | 1F | 11E | 4F | 26 |
| Octal | 214 | 24 | 257 | 24 | 131 | 0 | 37 | 436 | 117 | 46 |
| Binary | 10001100 | 10100 | 10101111 | 10100 | 1011001 | 0 | 11111 | 100011110 | 1001111 | 100110 |
Color Harmonies of #8C14AF
Complementary color
Monochromatic Colors of #8C14AF
Black with #8C14AF
Text Example
Text Example
White with #8C14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C14AF; }
p { color: rgb(140,20,175); }
H1.HeaderClassName
{
color: #8C14AF;
}
.AnyTagClassName
{
color: #8C14AF;
}
</style>
background-color css
<style>
a { background-color: #8C14AF; }
a { background-color: rgb(140,20,175); }
div.DivClassName
{
background-color: #8C14AF;
}
.BgClassName
{
background-color: #8C14AF;
}
</style>
border-color css
<style>
span { border-color: #8C14AF; }
span { border-color: rgb(140,20,175); }
td.TdClassName
{
border-color: #8C14AF;
}
.TagClassName
{
border-color: #8C14AF;
}
</style>