Shades of Vivid Violet #83219F
Tints of Vivid Violet #83219F
RGB
CMYK
RGB Variations
Color information
#83219F (or 0x83219F) is known color: Vivid Violet. HEX triplet: 83, 21 and 9F. RGB value is (131,33,159). Sum of RGB (Red+Green+Blue) = 131+33+159=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #83219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83219F is #7CDE60. Grayscale: #4C4C4C. Windows color (decimal): -8183393 or 10428803. OLE color: 10428803.
HSL color Cylindrical-coordinate representation of color #83219F: hue angle of 286.67º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83219F is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 33 | 159 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.38 |
| HSL | 286.67º | 0.66% | 0.38% | - |
| HSV(B) | 286.67º | 0.79% | 0.62% | - |
| XYZ | 16.16 | 8.42 | 33.57 | - |
| YUV | 76.67 | 174.47 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 159 | 0.18 | 0.79 | 0 | 0.38 | 286.67 | 0.66 | 0.38 |
| Hex | 83 | 21 | 9F | 12 | 4F | 0 | 26 | 11F | 42 | 26 |
| Octal | 203 | 41 | 237 | 22 | 117 | 0 | 46 | 437 | 102 | 46 |
| Binary | 10000011 | 100001 | 10011111 | 10010 | 1001111 | 0 | 100110 | 100011111 | 1000010 | 100110 |
Color Harmonies of #83219F
Complementary color
Monochromatic Colors of #83219F
Black with #83219F
Text Example
Text Example
White with #83219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83219F; }
p { color: rgb(131,33,159); }
H1.HeaderClassName
{
color: #83219F;
}
.AnyTagClassName
{
color: #83219F;
}
</style>
background-color css
<style>
a { background-color: #83219F; }
a { background-color: rgb(131,33,159); }
div.DivClassName
{
background-color: #83219F;
}
.BgClassName
{
background-color: #83219F;
}
</style>
border-color css
<style>
span { border-color: #83219F; }
span { border-color: rgb(131,33,159); }
td.TdClassName
{
border-color: #83219F;
}
.TagClassName
{
border-color: #83219F;
}
</style>