Shades of Vivid Violet #83279F
Tints of Vivid Violet #83279F
RGB
CMYK
RGB Variations
Color information
#83279F (or 0x83279F) is known color: Vivid Violet. HEX triplet: 83, 27 and 9F. RGB value is (131,39,159). Sum of RGB (Red+Green+Blue) = 131+39+159=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #83279F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83279F is #7CD860. Grayscale: #4F4F4F. Windows color (decimal): -8181857 or 10430339. OLE color: 10430339.
HSL color Cylindrical-coordinate representation of color #83279F: hue angle of 286º degrees, saturation: 0.61, 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 #83279F is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 39 | 159 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.38 |
| HSL | 286º | 0.61% | 0.39% | - |
| HSV(B) | 286º | 0.75% | 0.62% | - |
| XYZ | 16.34 | 8.78 | 33.63 | - |
| YUV | 80.19 | 172.48 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 39 | 159 | 0.18 | 0.75 | 0 | 0.38 | 286 | 0.61 | 0.39 |
| Hex | 83 | 27 | 9F | 12 | 4B | 0 | 26 | 11E | 3D | 27 |
| Octal | 203 | 47 | 237 | 22 | 113 | 0 | 46 | 436 | 75 | 47 |
| Binary | 10000011 | 100111 | 10011111 | 10010 | 1001011 | 0 | 100110 | 100011110 | 111101 | 100111 |
Color Harmonies of #83279F
Complementary color
Monochromatic Colors of #83279F
Black with #83279F
Text Example
Text Example
White with #83279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83279F; }
p { color: rgb(131,39,159); }
H1.HeaderClassName
{
color: #83279F;
}
.AnyTagClassName
{
color: #83279F;
}
</style>
background-color css
<style>
a { background-color: #83279F; }
a { background-color: rgb(131,39,159); }
div.DivClassName
{
background-color: #83279F;
}
.BgClassName
{
background-color: #83279F;
}
</style>
border-color css
<style>
span { border-color: #83279F; }
span { border-color: rgb(131,39,159); }
td.TdClassName
{
border-color: #83279F;
}
.TagClassName
{
border-color: #83279F;
}
</style>