Shades of Vivid Violet #8432AB
Tints of Vivid Violet #8432AB
RGB
CMYK
RGB Variations
Color information
#8432AB (or 0x8432AB) is known color: Vivid Violet. HEX triplet: 84, 32 and AB. RGB value is (132,50,171). Sum of RGB (Red+Green+Blue) = 132+50+171=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #8432AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8432AB is #7BCD54. Grayscale: #575757. Windows color (decimal): -8113493 or 11219588. OLE color: 11219588.
HSL color Cylindrical-coordinate representation of color #8432AB: hue angle of 280.66º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8432AB is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 50 | 171 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.33 |
| HSL | 280.66º | 0.55% | 0.43% | - |
| HSV(B) | 280.66º | 0.71% | 0.67% | - |
| XYZ | 18.01 | 10.13 | 39.53 | - |
| YUV | 88.31 | 174.67 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 171 | 0.23 | 0.71 | 0 | 0.33 | 280.66 | 0.55 | 0.43 |
| Hex | 84 | 32 | AB | 17 | 47 | 0 | 21 | 119 | 37 | 2B |
| Octal | 204 | 62 | 253 | 27 | 107 | 0 | 41 | 431 | 67 | 53 |
| Binary | 10000100 | 110010 | 10101011 | 10111 | 1000111 | 0 | 100001 | 100011001 | 110111 | 101011 |
Color Harmonies of #8432AB
Complementary color
Monochromatic Colors of #8432AB
Black with #8432AB
Text Example
Text Example
White with #8432AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8432AB; }
p { color: rgb(132,50,171); }
H1.HeaderClassName
{
color: #8432AB;
}
.AnyTagClassName
{
color: #8432AB;
}
</style>
background-color css
<style>
a { background-color: #8432AB; }
a { background-color: rgb(132,50,171); }
div.DivClassName
{
background-color: #8432AB;
}
.BgClassName
{
background-color: #8432AB;
}
</style>
border-color css
<style>
span { border-color: #8432AB; }
span { border-color: rgb(132,50,171); }
td.TdClassName
{
border-color: #8432AB;
}
.TagClassName
{
border-color: #8432AB;
}
</style>