Shades of Vivid Violet #8416AD
Tints of Vivid Violet #8416AD
RGB
CMYK
RGB Variations
Color information
#8416AD (or 0x8416AD) is known color: Vivid Violet. HEX triplet: 84, 16 and AD. RGB value is (132,22,173). Sum of RGB (Red+Green+Blue) = 132+22+173=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #8416AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8416AD is #7BE952. Grayscale: #474747. Windows color (decimal): -8120659 or 11343492. OLE color: 11343492.
HSL color Cylindrical-coordinate representation of color #8416AD: hue angle of 283.71º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8416AD is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 22 | 173 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.32 |
| HSL | 283.71º | 0.77% | 0.38% | - |
| HSV(B) | 283.71º | 0.87% | 0.68% | - |
| XYZ | 17.35 | 8.5 | 40.26 | - |
| YUV | 72.1 | 184.94 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 173 | 0.24 | 0.87 | 0 | 0.32 | 283.71 | 0.77 | 0.38 |
| Hex | 84 | 16 | AD | 18 | 57 | 0 | 20 | 11C | 4D | 26 |
| Octal | 204 | 26 | 255 | 30 | 127 | 0 | 40 | 434 | 115 | 46 |
| Binary | 10000100 | 10110 | 10101101 | 11000 | 1010111 | 0 | 100000 | 100011100 | 1001101 | 100110 |
Color Harmonies of #8416AD
Complementary color
Monochromatic Colors of #8416AD
Black with #8416AD
Text Example
Text Example
White with #8416AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8416AD; }
p { color: rgb(132,22,173); }
H1.HeaderClassName
{
color: #8416AD;
}
.AnyTagClassName
{
color: #8416AD;
}
</style>
background-color css
<style>
a { background-color: #8416AD; }
a { background-color: rgb(132,22,173); }
div.DivClassName
{
background-color: #8416AD;
}
.BgClassName
{
background-color: #8416AD;
}
</style>
border-color css
<style>
span { border-color: #8416AD; }
span { border-color: rgb(132,22,173); }
td.TdClassName
{
border-color: #8416AD;
}
.TagClassName
{
border-color: #8416AD;
}
</style>