Shades of Vivid Violet #83229B
Tints of Vivid Violet #83229B
RGB
CMYK
RGB Variations
Color information
#83229B (or 0x83229B) is known color: Vivid Violet. HEX triplet: 83, 22 and 9B. RGB value is (131,34,155). Sum of RGB (Red+Green+Blue) = 131+34+155=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #83229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83229B is #7CDD64. Grayscale: #4C4C4C. Windows color (decimal): -8183141 or 10166915. OLE color: 10166915.
HSL color Cylindrical-coordinate representation of color #83229B: hue angle of 288.1º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83229B is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 34 | 155 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.39 |
| HSL | 288.1º | 0.64% | 0.37% | - |
| HSV(B) | 288.1º | 0.78% | 0.61% | - |
| XYZ | 15.85 | 8.34 | 31.78 | - |
| YUV | 76.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 155 | 0.15 | 0.78 | 0 | 0.39 | 288.1 | 0.64 | 0.37 |
| Hex | 83 | 22 | 9B | F | 4E | 0 | 27 | 120 | 40 | 25 |
| Octal | 203 | 42 | 233 | 17 | 116 | 0 | 47 | 440 | 100 | 45 |
| Binary | 10000011 | 100010 | 10011011 | 1111 | 1001110 | 0 | 100111 | 100100000 | 1000000 | 100101 |
Color Harmonies of #83229B
Complementary color
Monochromatic Colors of #83229B
Black with #83229B
Text Example
Text Example
White with #83229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83229B; }
p { color: rgb(131,34,155); }
H1.HeaderClassName
{
color: #83229B;
}
.AnyTagClassName
{
color: #83229B;
}
</style>
background-color css
<style>
a { background-color: #83229B; }
a { background-color: rgb(131,34,155); }
div.DivClassName
{
background-color: #83229B;
}
.BgClassName
{
background-color: #83229B;
}
</style>
border-color css
<style>
span { border-color: #83229B; }
span { border-color: rgb(131,34,155); }
td.TdClassName
{
border-color: #83229B;
}
.TagClassName
{
border-color: #83229B;
}
</style>