Shades of Vivid Violet #83218D
Tints of Vivid Violet #83218D
RGB
CMYK
RGB Variations
Color information
#83218D (or 0x83218D) is known color: Vivid Violet. HEX triplet: 83, 21 and 8D. RGB value is (131,33,141). Sum of RGB (Red+Green+Blue) = 131+33+141=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #83218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83218D is #7CDE72. Grayscale: #4A4A4A. Windows color (decimal): -8183411 or 9249155. OLE color: 9249155.
HSL color Cylindrical-coordinate representation of color #83218D: hue angle of 294.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83218D is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 33 | 141 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.45 |
| HSL | 294.44º | 0.62% | 0.34% | - |
| HSV(B) | 294.44º | 0.77% | 0.55% | - |
| XYZ | 14.71 | 7.84 | 25.94 | - |
| YUV | 74.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 141 | 0.07 | 0.77 | 0 | 0.45 | 294.44 | 0.62 | 0.34 |
| Hex | 83 | 21 | 8D | 7 | 4D | 0 | 2D | 126 | 3E | 22 |
| Octal | 203 | 41 | 215 | 7 | 115 | 0 | 55 | 446 | 76 | 42 |
| Binary | 10000011 | 100001 | 10001101 | 111 | 1001101 | 0 | 101101 | 100100110 | 111110 | 100010 |
Color Harmonies of #83218D
Complementary color
Monochromatic Colors of #83218D
Black with #83218D
Text Example
Text Example
White with #83218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83218D; }
p { color: rgb(131,33,141); }
H1.HeaderClassName
{
color: #83218D;
}
.AnyTagClassName
{
color: #83218D;
}
</style>
background-color css
<style>
a { background-color: #83218D; }
a { background-color: rgb(131,33,141); }
div.DivClassName
{
background-color: #83218D;
}
.BgClassName
{
background-color: #83218D;
}
</style>
border-color css
<style>
span { border-color: #83218D; }
span { border-color: rgb(131,33,141); }
td.TdClassName
{
border-color: #83218D;
}
.TagClassName
{
border-color: #83218D;
}
</style>