Shades of Vivid Violet #832BAD
Tints of Vivid Violet #832BAD
RGB
CMYK
RGB Variations
Color information
#832BAD (or 0x832BAD) is known color: Vivid Violet. HEX triplet: 83, 2B and AD. RGB value is (131,43,173). Sum of RGB (Red+Green+Blue) = 131+43+173=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #832BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832BAD is #7CD452. Grayscale: #535353. Windows color (decimal): -8180819 or 11348867. OLE color: 11348867.
HSL color Cylindrical-coordinate representation of color #832BAD: hue angle of 280.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832BAD is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 43 | 173 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.32 |
| HSL | 280.62º | 0.6% | 0.42% | - |
| HSV(B) | 280.62º | 0.75% | 0.68% | - |
| XYZ | 17.77 | 9.57 | 40.45 | - |
| YUV | 84.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 173 | 0.24 | 0.75 | 0 | 0.32 | 280.62 | 0.6 | 0.42 |
| Hex | 83 | 2B | AD | 18 | 4B | 0 | 20 | 119 | 3C | 2A |
| Octal | 203 | 53 | 255 | 30 | 113 | 0 | 40 | 431 | 74 | 52 |
| Binary | 10000011 | 101011 | 10101101 | 11000 | 1001011 | 0 | 100000 | 100011001 | 111100 | 101010 |
Color Harmonies of #832BAD
Complementary color
Monochromatic Colors of #832BAD
Black with #832BAD
Text Example
Text Example
White with #832BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832BAD; }
p { color: rgb(131,43,173); }
H1.HeaderClassName
{
color: #832BAD;
}
.AnyTagClassName
{
color: #832BAD;
}
</style>
background-color css
<style>
a { background-color: #832BAD; }
a { background-color: rgb(131,43,173); }
div.DivClassName
{
background-color: #832BAD;
}
.BgClassName
{
background-color: #832BAD;
}
</style>
border-color css
<style>
span { border-color: #832BAD; }
span { border-color: rgb(131,43,173); }
td.TdClassName
{
border-color: #832BAD;
}
.TagClassName
{
border-color: #832BAD;
}
</style>