Shades of Dark Violet #8414AD
Tints of Dark Violet #8414AD
RGB
CMYK
RGB Variations
Color information
#8414AD (or 0x8414AD) is known color: Dark Violet. HEX triplet: 84, 14 and AD. RGB value is (132,20,173). Sum of RGB (Red+Green+Blue) = 132+20+173=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #8414AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8414AD is #7BEB52. Grayscale: #464646. Windows color (decimal): -8121171 or 11342980. OLE color: 11342980.
HSL color Cylindrical-coordinate representation of color #8414AD: hue angle of 283.92º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8414AD is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 20 | 173 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.32 |
| HSL | 283.92º | 0.79% | 0.38% | - |
| HSV(B) | 283.92º | 0.88% | 0.68% | - |
| XYZ | 17.31 | 8.42 | 40.25 | - |
| YUV | 70.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 173 | 0.24 | 0.88 | 0 | 0.32 | 283.92 | 0.79 | 0.38 |
| Hex | 84 | 14 | AD | 18 | 58 | 0 | 20 | 11C | 4F | 26 |
| Octal | 204 | 24 | 255 | 30 | 130 | 0 | 40 | 434 | 117 | 46 |
| Binary | 10000100 | 10100 | 10101101 | 11000 | 1011000 | 0 | 100000 | 100011100 | 1001111 | 100110 |
Color Harmonies of #8414AD
Complementary color
Monochromatic Colors of #8414AD
Black with #8414AD
Text Example
Text Example
White with #8414AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8414AD; }
p { color: rgb(132,20,173); }
H1.HeaderClassName
{
color: #8414AD;
}
.AnyTagClassName
{
color: #8414AD;
}
</style>
background-color css
<style>
a { background-color: #8414AD; }
a { background-color: rgb(132,20,173); }
div.DivClassName
{
background-color: #8414AD;
}
.BgClassName
{
background-color: #8414AD;
}
</style>
border-color css
<style>
span { border-color: #8414AD; }
span { border-color: rgb(132,20,173); }
td.TdClassName
{
border-color: #8414AD;
}
.TagClassName
{
border-color: #8414AD;
}
</style>