Shades of Vivid Violet #83478B
Tints of Vivid Violet #83478B
RGB
CMYK
RGB Variations
Color information
#83478B (or 0x83478B) is known color: Vivid Violet. HEX triplet: 83, 47 and 8B. RGB value is (131,71,139). Sum of RGB (Red+Green+Blue) = 131+71+139=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #83478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83478B is #7CB874. Grayscale: #606060. Windows color (decimal): -8173685 or 9127811. OLE color: 9127811.
HSL color Cylindrical-coordinate representation of color #83478B: hue angle of 292.94º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83478B is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 71 | 139 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.45 |
| HSL | 292.94º | 0.32% | 0.41% | - |
| HSV(B) | 292.94º | 0.49% | 0.55% | - |
| XYZ | 16.27 | 11.2 | 25.73 | - |
| YUV | 96.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 71 | 139 | 0.06 | 0.49 | 0 | 0.45 | 292.94 | 0.32 | 0.41 |
| Hex | 83 | 47 | 8B | 6 | 31 | 0 | 2D | 125 | 20 | 29 |
| Octal | 203 | 107 | 213 | 6 | 61 | 0 | 55 | 445 | 40 | 51 |
| Binary | 10000011 | 1000111 | 10001011 | 110 | 110001 | 0 | 101101 | 100100101 | 100000 | 101001 |
Color Harmonies of #83478B
Complementary color
Monochromatic Colors of #83478B
Black with #83478B
Text Example
Text Example
White with #83478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83478B; }
p { color: rgb(131,71,139); }
H1.HeaderClassName
{
color: #83478B;
}
.AnyTagClassName
{
color: #83478B;
}
</style>
background-color css
<style>
a { background-color: #83478B; }
a { background-color: rgb(131,71,139); }
div.DivClassName
{
background-color: #83478B;
}
.BgClassName
{
background-color: #83478B;
}
</style>
border-color css
<style>
span { border-color: #83478B; }
span { border-color: rgb(131,71,139); }
td.TdClassName
{
border-color: #83478B;
}
.TagClassName
{
border-color: #83478B;
}
</style>