Shades of Vivid Violet #832FAC
Tints of Vivid Violet #832FAC
RGB
CMYK
RGB Variations
Color information
#832FAC (or 0x832FAC) is known color: Vivid Violet. HEX triplet: 83, 2F and AC. RGB value is (131,47,172). Sum of RGB (Red+Green+Blue) = 131+47+172=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #832FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832FAC is #7CD053. Grayscale: #555555. Windows color (decimal): -8179796 or 11284355. OLE color: 11284355.
HSL color Cylindrical-coordinate representation of color #832FAC: hue angle of 280.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832FAC is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 47 | 172 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.33 |
| HSL | 280.32º | 0.57% | 0.43% | - |
| HSV(B) | 280.32º | 0.73% | 0.67% | - |
| XYZ | 17.82 | 9.84 | 39.99 | - |
| YUV | 86.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 172 | 0.24 | 0.73 | 0 | 0.33 | 280.32 | 0.57 | 0.43 |
| Hex | 83 | 2F | AC | 18 | 49 | 0 | 21 | 118 | 39 | 2B |
| Octal | 203 | 57 | 254 | 30 | 111 | 0 | 41 | 430 | 71 | 53 |
| Binary | 10000011 | 101111 | 10101100 | 11000 | 1001001 | 0 | 100001 | 100011000 | 111001 | 101011 |
Color Harmonies of #832FAC
Complementary color
Monochromatic Colors of #832FAC
Black with #832FAC
Text Example
Text Example
White with #832FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832FAC; }
p { color: rgb(131,47,172); }
H1.HeaderClassName
{
color: #832FAC;
}
.AnyTagClassName
{
color: #832FAC;
}
</style>
background-color css
<style>
a { background-color: #832FAC; }
a { background-color: rgb(131,47,172); }
div.DivClassName
{
background-color: #832FAC;
}
.BgClassName
{
background-color: #832FAC;
}
</style>
border-color css
<style>
span { border-color: #832FAC; }
span { border-color: rgb(131,47,172); }
td.TdClassName
{
border-color: #832FAC;
}
.TagClassName
{
border-color: #832FAC;
}
</style>