Shades of Vivid Violet #832AAA
Tints of Vivid Violet #832AAA
RGB
CMYK
RGB Variations
Color information
#832AAA (or 0x832AAA) is known color: Vivid Violet. HEX triplet: 83, 2A and AA. RGB value is (131,42,170). Sum of RGB (Red+Green+Blue) = 131+42+170=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #832AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832AAA is #7CD555. Grayscale: #525252. Windows color (decimal): -8181078 or 11152003. OLE color: 11152003.
HSL color Cylindrical-coordinate representation of color #832AAA: hue angle of 281.72º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832AAA is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 42 | 170 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.33 |
| HSL | 281.72º | 0.6% | 0.42% | - |
| HSV(B) | 281.72º | 0.75% | 0.67% | - |
| XYZ | 17.44 | 9.38 | 38.92 | - |
| YUV | 83.2 | 176.99 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 170 | 0.23 | 0.75 | 0 | 0.33 | 281.72 | 0.6 | 0.42 |
| Hex | 83 | 2A | AA | 17 | 4B | 0 | 21 | 11A | 3C | 2A |
| Octal | 203 | 52 | 252 | 27 | 113 | 0 | 41 | 432 | 74 | 52 |
| Binary | 10000011 | 101010 | 10101010 | 10111 | 1001011 | 0 | 100001 | 100011010 | 111100 | 101010 |
Color Harmonies of #832AAA
Complementary color
Monochromatic Colors of #832AAA
Black with #832AAA
Text Example
Text Example
White with #832AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832AAA; }
p { color: rgb(131,42,170); }
H1.HeaderClassName
{
color: #832AAA;
}
.AnyTagClassName
{
color: #832AAA;
}
</style>
background-color css
<style>
a { background-color: #832AAA; }
a { background-color: rgb(131,42,170); }
div.DivClassName
{
background-color: #832AAA;
}
.BgClassName
{
background-color: #832AAA;
}
</style>
border-color css
<style>
span { border-color: #832AAA; }
span { border-color: rgb(131,42,170); }
td.TdClassName
{
border-color: #832AAA;
}
.TagClassName
{
border-color: #832AAA;
}
</style>