Shades of Vivid Violet #831EA7
Tints of Vivid Violet #831EA7
RGB
CMYK
RGB Variations
Color information
#831EA7 (or 0x831EA7) is known color: Vivid Violet. HEX triplet: 83, 1E and A7. RGB value is (131,30,167). Sum of RGB (Red+Green+Blue) = 131+30+167=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #831EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831EA7 is #7CE158. Grayscale: #4B4B4B. Windows color (decimal): -8184153 or 10952323. OLE color: 10952323.
HSL color Cylindrical-coordinate representation of color #831EA7: hue angle of 284.23º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831EA7 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 30 | 167 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.35 |
| HSL | 284.23º | 0.7% | 0.39% | - |
| HSV(B) | 284.23º | 0.82% | 0.65% | - |
| XYZ | 16.8 | 8.54 | 37.32 | - |
| YUV | 75.82 | 179.46 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 167 | 0.22 | 0.82 | 0 | 0.35 | 284.23 | 0.7 | 0.39 |
| Hex | 83 | 1E | A7 | 16 | 52 | 0 | 23 | 11C | 46 | 27 |
| Octal | 203 | 36 | 247 | 26 | 122 | 0 | 43 | 434 | 106 | 47 |
| Binary | 10000011 | 11110 | 10100111 | 10110 | 1010010 | 0 | 100011 | 100011100 | 1000110 | 100111 |
Color Harmonies of #831EA7
Complementary color
Monochromatic Colors of #831EA7
Black with #831EA7
Text Example
Text Example
White with #831EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831EA7; }
p { color: rgb(131,30,167); }
H1.HeaderClassName
{
color: #831EA7;
}
.AnyTagClassName
{
color: #831EA7;
}
</style>
background-color css
<style>
a { background-color: #831EA7; }
a { background-color: rgb(131,30,167); }
div.DivClassName
{
background-color: #831EA7;
}
.BgClassName
{
background-color: #831EA7;
}
</style>
border-color css
<style>
span { border-color: #831EA7; }
span { border-color: rgb(131,30,167); }
td.TdClassName
{
border-color: #831EA7;
}
.TagClassName
{
border-color: #831EA7;
}
</style>