Shades of Vivid Violet #8421AB
Tints of Vivid Violet #8421AB
RGB
CMYK
RGB Variations
Color information
#8421AB (or 0x8421AB) is known color: Vivid Violet. HEX triplet: 84, 21 and AB. RGB value is (132,33,171). Sum of RGB (Red+Green+Blue) = 132+33+171=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #8421AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8421AB is #7BDE54. Grayscale: #4D4D4D. Windows color (decimal): -8117845 or 11215236. OLE color: 11215236.
HSL color Cylindrical-coordinate representation of color #8421AB: hue angle of 283.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8421AB is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 33 | 171 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.33 |
| HSL | 283.04º | 0.68% | 0.4% | - |
| HSV(B) | 283.04º | 0.81% | 0.67% | - |
| XYZ | 17.41 | 8.93 | 39.33 | - |
| YUV | 78.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 171 | 0.23 | 0.81 | 0 | 0.33 | 283.04 | 0.68 | 0.4 |
| Hex | 84 | 21 | AB | 17 | 51 | 0 | 21 | 11B | 44 | 28 |
| Octal | 204 | 41 | 253 | 27 | 121 | 0 | 41 | 433 | 104 | 50 |
| Binary | 10000100 | 100001 | 10101011 | 10111 | 1010001 | 0 | 100001 | 100011011 | 1000100 | 101000 |
Color Harmonies of #8421AB
Complementary color
Monochromatic Colors of #8421AB
Black with #8421AB
Text Example
Text Example
White with #8421AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8421AB; }
p { color: rgb(132,33,171); }
H1.HeaderClassName
{
color: #8421AB;
}
.AnyTagClassName
{
color: #8421AB;
}
</style>
background-color css
<style>
a { background-color: #8421AB; }
a { background-color: rgb(132,33,171); }
div.DivClassName
{
background-color: #8421AB;
}
.BgClassName
{
background-color: #8421AB;
}
</style>
border-color css
<style>
span { border-color: #8421AB; }
span { border-color: rgb(132,33,171); }
td.TdClassName
{
border-color: #8421AB;
}
.TagClassName
{
border-color: #8421AB;
}
</style>