Shades of Vivid Violet #83279A
Tints of Vivid Violet #83279A
RGB
CMYK
RGB Variations
Color information
#83279A (or 0x83279A) is known color: Vivid Violet. HEX triplet: 83, 27 and 9A. RGB value is (131,39,154). Sum of RGB (Red+Green+Blue) = 131+39+154=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #83279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83279A is #7CD865. Grayscale: #4F4F4F. Windows color (decimal): -8181862 or 10102659. OLE color: 10102659.
HSL color Cylindrical-coordinate representation of color #83279A: hue angle of 288º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83279A is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 39 | 154 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.40 |
| HSL | 288º | 0.6% | 0.38% | - |
| HSV(B) | 288º | 0.75% | 0.6% | - |
| XYZ | 15.92 | 8.61 | 31.39 | - |
| YUV | 79.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 39 | 154 | 0.15 | 0.75 | 0 | 0.40 | 288 | 0.6 | 0.38 |
| Hex | 83 | 27 | 9A | F | 4B | 0 | 28 | 120 | 3C | 26 |
| Octal | 203 | 47 | 232 | 17 | 113 | 0 | 50 | 440 | 74 | 46 |
| Binary | 10000011 | 100111 | 10011010 | 1111 | 1001011 | 0 | 101000 | 100100000 | 111100 | 100110 |
Color Harmonies of #83279A
Complementary color
Monochromatic Colors of #83279A
Black with #83279A
Text Example
Text Example
White with #83279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83279A; }
p { color: rgb(131,39,154); }
H1.HeaderClassName
{
color: #83279A;
}
.AnyTagClassName
{
color: #83279A;
}
</style>
background-color css
<style>
a { background-color: #83279A; }
a { background-color: rgb(131,39,154); }
div.DivClassName
{
background-color: #83279A;
}
.BgClassName
{
background-color: #83279A;
}
</style>
border-color css
<style>
span { border-color: #83279A; }
span { border-color: rgb(131,39,154); }
td.TdClassName
{
border-color: #83279A;
}
.TagClassName
{
border-color: #83279A;
}
</style>