Shades of Vivid Violet #8431AB
Tints of Vivid Violet #8431AB
RGB
CMYK
RGB Variations
Color information
#8431AB (or 0x8431AB) is known color: Vivid Violet. HEX triplet: 84, 31 and AB. RGB value is (132,49,171). Sum of RGB (Red+Green+Blue) = 132+49+171=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #8431AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8431AB is #7BCE54. Grayscale: #575757. Windows color (decimal): -8113749 or 11219332. OLE color: 11219332.
HSL color Cylindrical-coordinate representation of color #8431AB: hue angle of 280.82º 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 #8431AB is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 49 | 171 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.33 |
| HSL | 280.82º | 0.55% | 0.43% | - |
| HSV(B) | 280.82º | 0.71% | 0.67% | - |
| XYZ | 17.96 | 10.04 | 39.52 | - |
| YUV | 87.73 | 175 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 171 | 0.23 | 0.71 | 0 | 0.33 | 280.82 | 0.55 | 0.43 |
| Hex | 84 | 31 | AB | 17 | 47 | 0 | 21 | 119 | 37 | 2B |
| Octal | 204 | 61 | 253 | 27 | 107 | 0 | 41 | 431 | 67 | 53 |
| Binary | 10000100 | 110001 | 10101011 | 10111 | 1000111 | 0 | 100001 | 100011001 | 110111 | 101011 |
Color Harmonies of #8431AB
Complementary color
Monochromatic Colors of #8431AB
Black with #8431AB
Text Example
Text Example
White with #8431AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8431AB; }
p { color: rgb(132,49,171); }
H1.HeaderClassName
{
color: #8431AB;
}
.AnyTagClassName
{
color: #8431AB;
}
</style>
background-color css
<style>
a { background-color: #8431AB; }
a { background-color: rgb(132,49,171); }
div.DivClassName
{
background-color: #8431AB;
}
.BgClassName
{
background-color: #8431AB;
}
</style>
border-color css
<style>
span { border-color: #8431AB; }
span { border-color: rgb(132,49,171); }
td.TdClassName
{
border-color: #8431AB;
}
.TagClassName
{
border-color: #8431AB;
}
</style>