Shades of Vivid Violet #831D9B
Tints of Vivid Violet #831D9B
RGB
CMYK
RGB Variations
Color information
#831D9B (or 0x831D9B) is known color: Vivid Violet. HEX triplet: 83, 1D and 9B. RGB value is (131,29,155). Sum of RGB (Red+Green+Blue) = 131+29+155=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #831D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831D9B is #7CE264. Grayscale: #494949. Windows color (decimal): -8184421 or 10165635. OLE color: 10165635.
HSL color Cylindrical-coordinate representation of color #831D9B: hue angle of 288.57º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831D9B is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 29 | 155 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.39 |
| HSL | 288.57º | 0.68% | 0.36% | - |
| HSV(B) | 288.57º | 0.81% | 0.61% | - |
| XYZ | 15.72 | 8.07 | 31.74 | - |
| YUV | 73.86 | 173.79 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 155 | 0.15 | 0.81 | 0 | 0.39 | 288.57 | 0.68 | 0.36 |
| Hex | 83 | 1D | 9B | F | 51 | 0 | 27 | 121 | 44 | 24 |
| Octal | 203 | 35 | 233 | 17 | 121 | 0 | 47 | 441 | 104 | 44 |
| Binary | 10000011 | 11101 | 10011011 | 1111 | 1010001 | 0 | 100111 | 100100001 | 1000100 | 100100 |
Color Harmonies of #831D9B
Complementary color
Monochromatic Colors of #831D9B
Black with #831D9B
Text Example
Text Example
White with #831D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D9B; }
p { color: rgb(131,29,155); }
H1.HeaderClassName
{
color: #831D9B;
}
.AnyTagClassName
{
color: #831D9B;
}
</style>
background-color css
<style>
a { background-color: #831D9B; }
a { background-color: rgb(131,29,155); }
div.DivClassName
{
background-color: #831D9B;
}
.BgClassName
{
background-color: #831D9B;
}
</style>
border-color css
<style>
span { border-color: #831D9B; }
span { border-color: rgb(131,29,155); }
td.TdClassName
{
border-color: #831D9B;
}
.TagClassName
{
border-color: #831D9B;
}
</style>