Shades of Vivid Violet #83348B
Tints of Vivid Violet #83348B
RGB
CMYK
RGB Variations
Color information
#83348B (or 0x83348B) is known color: Vivid Violet. HEX triplet: 83, 34 and 8B. RGB value is (131,52,139). Sum of RGB (Red+Green+Blue) = 131+52+139=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #83348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83348B is #7CCB74. Grayscale: #555555. Windows color (decimal): -8178549 or 9122947. OLE color: 9122947.
HSL color Cylindrical-coordinate representation of color #83348B: hue angle of 294.48º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83348B is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 52 | 139 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.45 |
| HSL | 294.48º | 0.46% | 0.37% | - |
| HSV(B) | 294.48º | 0.63% | 0.55% | - |
| XYZ | 15.25 | 9.15 | 25.39 | - |
| YUV | 85.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 139 | 0.06 | 0.63 | 0 | 0.45 | 294.48 | 0.46 | 0.37 |
| Hex | 83 | 34 | 8B | 6 | 3F | 0 | 2D | 126 | 2E | 25 |
| Octal | 203 | 64 | 213 | 6 | 77 | 0 | 55 | 446 | 56 | 45 |
| Binary | 10000011 | 110100 | 10001011 | 110 | 111111 | 0 | 101101 | 100100110 | 101110 | 100101 |
Color Harmonies of #83348B
Complementary color
Monochromatic Colors of #83348B
Black with #83348B
Text Example
Text Example
White with #83348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83348B; }
p { color: rgb(131,52,139); }
H1.HeaderClassName
{
color: #83348B;
}
.AnyTagClassName
{
color: #83348B;
}
</style>
background-color css
<style>
a { background-color: #83348B; }
a { background-color: rgb(131,52,139); }
div.DivClassName
{
background-color: #83348B;
}
.BgClassName
{
background-color: #83348B;
}
</style>
border-color css
<style>
span { border-color: #83348B; }
span { border-color: rgb(131,52,139); }
td.TdClassName
{
border-color: #83348B;
}
.TagClassName
{
border-color: #83348B;
}
</style>