Shades of Vivid Violet #831D9A
Tints of Vivid Violet #831D9A
RGB
CMYK
RGB Variations
Color information
#831D9A (or 0x831D9A) is known color: Vivid Violet. HEX triplet: 83, 1D and 9A. RGB value is (131,29,154). Sum of RGB (Red+Green+Blue) = 131+29+154=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #831D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831D9A is #7CE265. Grayscale: #494949. Windows color (decimal): -8184422 or 10100099. OLE color: 10100099.
HSL color Cylindrical-coordinate representation of color #831D9A: hue angle of 288.96º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831D9A is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 29 | 154 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.40 |
| HSL | 288.96º | 0.68% | 0.36% | - |
| HSV(B) | 288.96º | 0.81% | 0.6% | - |
| XYZ | 15.63 | 8.04 | 31.3 | - |
| YUV | 73.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 154 | 0.15 | 0.81 | 0 | 0.40 | 288.96 | 0.68 | 0.36 |
| Hex | 83 | 1D | 9A | F | 51 | 0 | 28 | 121 | 44 | 24 |
| Octal | 203 | 35 | 232 | 17 | 121 | 0 | 50 | 441 | 104 | 44 |
| Binary | 10000011 | 11101 | 10011010 | 1111 | 1010001 | 0 | 101000 | 100100001 | 1000100 | 100100 |
Color Harmonies of #831D9A
Complementary color
Monochromatic Colors of #831D9A
Black with #831D9A
Text Example
Text Example
White with #831D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D9A; }
p { color: rgb(131,29,154); }
H1.HeaderClassName
{
color: #831D9A;
}
.AnyTagClassName
{
color: #831D9A;
}
</style>
background-color css
<style>
a { background-color: #831D9A; }
a { background-color: rgb(131,29,154); }
div.DivClassName
{
background-color: #831D9A;
}
.BgClassName
{
background-color: #831D9A;
}
</style>
border-color css
<style>
span { border-color: #831D9A; }
span { border-color: rgb(131,29,154); }
td.TdClassName
{
border-color: #831D9A;
}
.TagClassName
{
border-color: #831D9A;
}
</style>