Shades of Vivid Violet #83428B
Tints of Vivid Violet #83428B
RGB
CMYK
RGB Variations
Color information
#83428B (or 0x83428B) is known color: Vivid Violet. HEX triplet: 83, 42 and 8B. RGB value is (131,66,139). Sum of RGB (Red+Green+Blue) = 131+66+139=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #83428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83428B is #7CBD74. Grayscale: #5D5D5D. Windows color (decimal): -8174965 or 9126531. OLE color: 9126531.
HSL color Cylindrical-coordinate representation of color #83428B: hue angle of 293.42º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83428B is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 66 | 139 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.45 |
| HSL | 293.42º | 0.36% | 0.4% | - |
| HSV(B) | 293.42º | 0.53% | 0.55% | - |
| XYZ | 15.97 | 10.59 | 25.63 | - |
| YUV | 93.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 66 | 139 | 0.06 | 0.53 | 0 | 0.45 | 293.42 | 0.36 | 0.4 |
| Hex | 83 | 42 | 8B | 6 | 35 | 0 | 2D | 125 | 24 | 28 |
| Octal | 203 | 102 | 213 | 6 | 65 | 0 | 55 | 445 | 44 | 50 |
| Binary | 10000011 | 1000010 | 10001011 | 110 | 110101 | 0 | 101101 | 100100101 | 100100 | 101000 |
Color Harmonies of #83428B
Complementary color
Monochromatic Colors of #83428B
Black with #83428B
Text Example
Text Example
White with #83428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83428B; }
p { color: rgb(131,66,139); }
H1.HeaderClassName
{
color: #83428B;
}
.AnyTagClassName
{
color: #83428B;
}
</style>
background-color css
<style>
a { background-color: #83428B; }
a { background-color: rgb(131,66,139); }
div.DivClassName
{
background-color: #83428B;
}
.BgClassName
{
background-color: #83428B;
}
</style>
border-color css
<style>
span { border-color: #83428B; }
span { border-color: rgb(131,66,139); }
td.TdClassName
{
border-color: #83428B;
}
.TagClassName
{
border-color: #83428B;
}
</style>