Shades of Vivid Violet #83299B
Tints of Vivid Violet #83299B
RGB
CMYK
RGB Variations
Color information
#83299B (or 0x83299B) is known color: Vivid Violet. HEX triplet: 83, 29 and 9B. RGB value is (131,41,155). Sum of RGB (Red+Green+Blue) = 131+41+155=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #83299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83299B is #7CD664. Grayscale: #505050. Windows color (decimal): -8181349 or 10168707. OLE color: 10168707.
HSL color Cylindrical-coordinate representation of color #83299B: hue angle of 287.37º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83299B is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 41 | 155 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.39 |
| HSL | 287.37º | 0.58% | 0.38% | - |
| HSV(B) | 287.37º | 0.74% | 0.61% | - |
| XYZ | 16.07 | 8.78 | 31.86 | - |
| YUV | 80.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 155 | 0.15 | 0.74 | 0 | 0.39 | 287.37 | 0.58 | 0.38 |
| Hex | 83 | 29 | 9B | F | 4A | 0 | 27 | 11F | 3A | 26 |
| Octal | 203 | 51 | 233 | 17 | 112 | 0 | 47 | 437 | 72 | 46 |
| Binary | 10000011 | 101001 | 10011011 | 1111 | 1001010 | 0 | 100111 | 100011111 | 111010 | 100110 |
Color Harmonies of #83299B
Complementary color
Monochromatic Colors of #83299B
Black with #83299B
Text Example
Text Example
White with #83299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83299B; }
p { color: rgb(131,41,155); }
H1.HeaderClassName
{
color: #83299B;
}
.AnyTagClassName
{
color: #83299B;
}
</style>
background-color css
<style>
a { background-color: #83299B; }
a { background-color: rgb(131,41,155); }
div.DivClassName
{
background-color: #83299B;
}
.BgClassName
{
background-color: #83299B;
}
</style>
border-color css
<style>
span { border-color: #83299B; }
span { border-color: rgb(131,41,155); }
td.TdClassName
{
border-color: #83299B;
}
.TagClassName
{
border-color: #83299B;
}
</style>