Shades of Vivid Violet #83408A
Tints of Vivid Violet #83408A
RGB
CMYK
RGB Variations
Color information
#83408A (or 0x83408A) is known color: Vivid Violet. HEX triplet: 83, 40 and 8A. RGB value is (131,64,138). Sum of RGB (Red+Green+Blue) = 131+64+138=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #83408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83408A is #7CBF75. Grayscale: #5C5C5C. Windows color (decimal): -8175478 or 9060483. OLE color: 9060483.
HSL color Cylindrical-coordinate representation of color #83408A: hue angle of 294.32º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83408A is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 64 | 138 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.46 |
| HSL | 294.32º | 0.37% | 0.4% | - |
| HSV(B) | 294.32º | 0.54% | 0.54% | - |
| XYZ | 15.78 | 10.33 | 25.21 | - |
| YUV | 92.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 138 | 0.05 | 0.54 | 0 | 0.46 | 294.32 | 0.37 | 0.4 |
| Hex | 83 | 40 | 8A | 5 | 36 | 0 | 2E | 126 | 25 | 28 |
| Octal | 203 | 100 | 212 | 5 | 66 | 0 | 56 | 446 | 45 | 50 |
| Binary | 10000011 | 1000000 | 10001010 | 101 | 110110 | 0 | 101110 | 100100110 | 100101 | 101000 |
Color Harmonies of #83408A
Complementary color
Monochromatic Colors of #83408A
Black with #83408A
Text Example
Text Example
White with #83408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83408A; }
p { color: rgb(131,64,138); }
H1.HeaderClassName
{
color: #83408A;
}
.AnyTagClassName
{
color: #83408A;
}
</style>
background-color css
<style>
a { background-color: #83408A; }
a { background-color: rgb(131,64,138); }
div.DivClassName
{
background-color: #83408A;
}
.BgClassName
{
background-color: #83408A;
}
</style>
border-color css
<style>
span { border-color: #83408A; }
span { border-color: rgb(131,64,138); }
td.TdClassName
{
border-color: #83408A;
}
.TagClassName
{
border-color: #83408A;
}
</style>