Shades of Vivid Violet #832D8D
Tints of Vivid Violet #832D8D
RGB
CMYK
RGB Variations
Color information
#832D8D (or 0x832D8D) is known color: Vivid Violet. HEX triplet: 83, 2D and 8D. RGB value is (131,45,141). Sum of RGB (Red+Green+Blue) = 131+45+141=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #832D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832D8D is #7CD272. Grayscale: #515151. Windows color (decimal): -8180339 or 9252227. OLE color: 9252227.
HSL color Cylindrical-coordinate representation of color #832D8D: hue angle of 293.75º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #832D8D is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 45 | 141 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.45 |
| HSL | 293.75º | 0.52% | 0.36% | - |
| HSV(B) | 293.75º | 0.68% | 0.55% | - |
| XYZ | 15.11 | 8.63 | 26.07 | - |
| YUV | 81.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 141 | 0.07 | 0.68 | 0 | 0.45 | 293.75 | 0.52 | 0.36 |
| Hex | 83 | 2D | 8D | 7 | 44 | 0 | 2D | 126 | 34 | 24 |
| Octal | 203 | 55 | 215 | 7 | 104 | 0 | 55 | 446 | 64 | 44 |
| Binary | 10000011 | 101101 | 10001101 | 111 | 1000100 | 0 | 101101 | 100100110 | 110100 | 100100 |
Color Harmonies of #832D8D
Complementary color
Monochromatic Colors of #832D8D
Black with #832D8D
Text Example
Text Example
White with #832D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D8D; }
p { color: rgb(131,45,141); }
H1.HeaderClassName
{
color: #832D8D;
}
.AnyTagClassName
{
color: #832D8D;
}
</style>
background-color css
<style>
a { background-color: #832D8D; }
a { background-color: rgb(131,45,141); }
div.DivClassName
{
background-color: #832D8D;
}
.BgClassName
{
background-color: #832D8D;
}
</style>
border-color css
<style>
span { border-color: #832D8D; }
span { border-color: rgb(131,45,141); }
td.TdClassName
{
border-color: #832D8D;
}
.TagClassName
{
border-color: #832D8D;
}
</style>