Shades of Vivid Violet #8417A4
Tints of Vivid Violet #8417A4
RGB
CMYK
RGB Variations
Color information
#8417A4 (or 0x8417A4) is known color: Vivid Violet. HEX triplet: 84, 17 and A4. RGB value is (132,23,164). Sum of RGB (Red+Green+Blue) = 132+23+164=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 164 (64.45% from 255 or 51.41% from 319); Max value from RGB is 164 - color contains mainly: blue. Hex color #8417A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8417A4 is #7BE85B. Grayscale: #474747. Windows color (decimal): -8120412 or 10753924. OLE color: 10753924.
HSL color Cylindrical-coordinate representation of color #8417A4: hue angle of 286.38º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8417A4 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 23 | 164 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.36 |
| HSL | 286.38º | 0.75% | 0.37% | - |
| HSV(B) | 286.38º | 0.86% | 0.64% | - |
| XYZ | 16.52 | 8.2 | 35.83 | - |
| YUV | 71.67 | 180.11 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 164 | 0.20 | 0.86 | 0 | 0.36 | 286.38 | 0.75 | 0.37 |
| Hex | 84 | 17 | A4 | 14 | 56 | 0 | 24 | 11E | 4B | 25 |
| Octal | 204 | 27 | 244 | 24 | 126 | 0 | 44 | 436 | 113 | 45 |
| Binary | 10000100 | 10111 | 10100100 | 10100 | 1010110 | 0 | 100100 | 100011110 | 1001011 | 100101 |
Color Harmonies of #8417A4
Complementary color
Monochromatic Colors of #8417A4
Black with #8417A4
Text Example
Text Example
White with #8417A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8417A4; }
p { color: rgb(132,23,164); }
H1.HeaderClassName
{
color: #8417A4;
}
.AnyTagClassName
{
color: #8417A4;
}
</style>
background-color css
<style>
a { background-color: #8417A4; }
a { background-color: rgb(132,23,164); }
div.DivClassName
{
background-color: #8417A4;
}
.BgClassName
{
background-color: #8417A4;
}
</style>
border-color css
<style>
span { border-color: #8417A4; }
span { border-color: rgb(132,23,164); }
td.TdClassName
{
border-color: #8417A4;
}
.TagClassName
{
border-color: #8417A4;
}
</style>