Shades of Vivid Violet #832AAF
Tints of Vivid Violet #832AAF
RGB
CMYK
RGB Variations
Color information
#832AAF (or 0x832AAF) is known color: Vivid Violet. HEX triplet: 83, 2A and AF. RGB value is (131,42,175). Sum of RGB (Red+Green+Blue) = 131+42+175=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #832AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832AAF is #7CD550. Grayscale: #535353. Windows color (decimal): -8181073 or 11479683. OLE color: 11479683.
HSL color Cylindrical-coordinate representation of color #832AAF: hue angle of 280.15º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832AAF is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 42 | 175 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.31 |
| HSL | 280.15º | 0.61% | 0.43% | - |
| HSV(B) | 280.15º | 0.76% | 0.69% | - |
| XYZ | 17.93 | 9.58 | 41.46 | - |
| YUV | 83.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 42 | 175 | 0.25 | 0.76 | 0 | 0.31 | 280.15 | 0.61 | 0.43 |
| Hex | 83 | 2A | AF | 19 | 4C | 0 | 1F | 118 | 3D | 2B |
| Octal | 203 | 52 | 257 | 31 | 114 | 0 | 37 | 430 | 75 | 53 |
| Binary | 10000011 | 101010 | 10101111 | 11001 | 1001100 | 0 | 11111 | 100011000 | 111101 | 101011 |
Color Harmonies of #832AAF
Complementary color
Monochromatic Colors of #832AAF
Black with #832AAF
Text Example
Text Example
White with #832AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832AAF; }
p { color: rgb(131,42,175); }
H1.HeaderClassName
{
color: #832AAF;
}
.AnyTagClassName
{
color: #832AAF;
}
</style>
background-color css
<style>
a { background-color: #832AAF; }
a { background-color: rgb(131,42,175); }
div.DivClassName
{
background-color: #832AAF;
}
.BgClassName
{
background-color: #832AAF;
}
</style>
border-color css
<style>
span { border-color: #832AAF; }
span { border-color: rgb(131,42,175); }
td.TdClassName
{
border-color: #832AAF;
}
.TagClassName
{
border-color: #832AAF;
}
</style>