Shades of Vivid Violet #83279E
Tints of Vivid Violet #83279E
RGB
CMYK
RGB Variations
Color information
#83279E (or 0x83279E) is known color: Vivid Violet. HEX triplet: 83, 27 and 9E. RGB value is (131,39,158). Sum of RGB (Red+Green+Blue) = 131+39+158=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #83279E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83279E is #7CD861. Grayscale: #4F4F4F. Windows color (decimal): -8181858 or 10364803. OLE color: 10364803.
HSL color Cylindrical-coordinate representation of color #83279E: hue angle of 286.39º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83279E is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 39 | 158 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.38 |
| HSL | 286.39º | 0.6% | 0.39% | - |
| HSV(B) | 286.39º | 0.75% | 0.62% | - |
| XYZ | 16.26 | 8.74 | 33.18 | - |
| YUV | 80.07 | 171.98 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 39 | 158 | 0.17 | 0.75 | 0 | 0.38 | 286.39 | 0.6 | 0.39 |
| Hex | 83 | 27 | 9E | 11 | 4B | 0 | 26 | 11E | 3C | 27 |
| Octal | 203 | 47 | 236 | 21 | 113 | 0 | 46 | 436 | 74 | 47 |
| Binary | 10000011 | 100111 | 10011110 | 10001 | 1001011 | 0 | 100110 | 100011110 | 111100 | 100111 |
Color Harmonies of #83279E
Complementary color
Monochromatic Colors of #83279E
Black with #83279E
Text Example
Text Example
White with #83279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83279E; }
p { color: rgb(131,39,158); }
H1.HeaderClassName
{
color: #83279E;
}
.AnyTagClassName
{
color: #83279E;
}
</style>
background-color css
<style>
a { background-color: #83279E; }
a { background-color: rgb(131,39,158); }
div.DivClassName
{
background-color: #83279E;
}
.BgClassName
{
background-color: #83279E;
}
</style>
border-color css
<style>
span { border-color: #83279E; }
span { border-color: rgb(131,39,158); }
td.TdClassName
{
border-color: #83279E;
}
.TagClassName
{
border-color: #83279E;
}
</style>