Shades of Vivid Violet #83338A
Tints of Vivid Violet #83338A
RGB
CMYK
RGB Variations
Color information
#83338A (or 0x83338A) is known color: Vivid Violet. HEX triplet: 83, 33 and 8A. RGB value is (131,51,138). Sum of RGB (Red+Green+Blue) = 131+51+138=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #83338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83338A is #7CCC75. Grayscale: #545454. Windows color (decimal): -8178806 or 9057155. OLE color: 9057155.
HSL color Cylindrical-coordinate representation of color #83338A: hue angle of 295.17º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83338A is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 51 | 138 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.46 |
| HSL | 295.17º | 0.46% | 0.37% | - |
| HSV(B) | 295.17º | 0.63% | 0.54% | - |
| XYZ | 15.13 | 9.03 | 24.99 | - |
| YUV | 84.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 138 | 0.05 | 0.63 | 0 | 0.46 | 295.17 | 0.46 | 0.37 |
| Hex | 83 | 33 | 8A | 5 | 3F | 0 | 2E | 127 | 2E | 25 |
| Octal | 203 | 63 | 212 | 5 | 77 | 0 | 56 | 447 | 56 | 45 |
| Binary | 10000011 | 110011 | 10001010 | 101 | 111111 | 0 | 101110 | 100100111 | 101110 | 100101 |
Color Harmonies of #83338A
Complementary color
Monochromatic Colors of #83338A
Black with #83338A
Text Example
Text Example
White with #83338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83338A; }
p { color: rgb(131,51,138); }
H1.HeaderClassName
{
color: #83338A;
}
.AnyTagClassName
{
color: #83338A;
}
</style>
background-color css
<style>
a { background-color: #83338A; }
a { background-color: rgb(131,51,138); }
div.DivClassName
{
background-color: #83338A;
}
.BgClassName
{
background-color: #83338A;
}
</style>
border-color css
<style>
span { border-color: #83338A; }
span { border-color: rgb(131,51,138); }
td.TdClassName
{
border-color: #83338A;
}
.TagClassName
{
border-color: #83338A;
}
</style>