Shades of Vivid Violet #832DAD
Tints of Vivid Violet #832DAD
RGB
CMYK
RGB Variations
Color information
#832DAD (or 0x832DAD) is known color: Vivid Violet. HEX triplet: 83, 2D and AD. RGB value is (131,45,173). Sum of RGB (Red+Green+Blue) = 131+45+173=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #832DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832DAD is #7CD252. Grayscale: #545454. Windows color (decimal): -8180307 or 11349379. OLE color: 11349379.
HSL color Cylindrical-coordinate representation of color #832DAD: hue angle of 280.31º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #832DAD is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 45 | 173 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.32 |
| HSL | 280.31º | 0.59% | 0.43% | - |
| HSV(B) | 280.31º | 0.74% | 0.68% | - |
| XYZ | 17.84 | 9.72 | 40.47 | - |
| YUV | 85.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 173 | 0.24 | 0.74 | 0 | 0.32 | 280.31 | 0.59 | 0.43 |
| Hex | 83 | 2D | AD | 18 | 4A | 0 | 20 | 118 | 3B | 2B |
| Octal | 203 | 55 | 255 | 30 | 112 | 0 | 40 | 430 | 73 | 53 |
| Binary | 10000011 | 101101 | 10101101 | 11000 | 1001010 | 0 | 100000 | 100011000 | 111011 | 101011 |
Color Harmonies of #832DAD
Complementary color
Monochromatic Colors of #832DAD
Black with #832DAD
Text Example
Text Example
White with #832DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832DAD; }
p { color: rgb(131,45,173); }
H1.HeaderClassName
{
color: #832DAD;
}
.AnyTagClassName
{
color: #832DAD;
}
</style>
background-color css
<style>
a { background-color: #832DAD; }
a { background-color: rgb(131,45,173); }
div.DivClassName
{
background-color: #832DAD;
}
.BgClassName
{
background-color: #832DAD;
}
</style>
border-color css
<style>
span { border-color: #832DAD; }
span { border-color: rgb(131,45,173); }
td.TdClassName
{
border-color: #832DAD;
}
.TagClassName
{
border-color: #832DAD;
}
</style>