Shades of Vivid Violet #831DA0
Tints of Vivid Violet #831DA0
RGB
CMYK
RGB Variations
Color information
#831DA0 (or 0x831DA0) is known color: Vivid Violet. HEX triplet: 83, 1D and A0. RGB value is (131,29,160). Sum of RGB (Red+Green+Blue) = 131+29+160=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #831DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831DA0 is #7CE25F. Grayscale: #4A4A4A. Windows color (decimal): -8184416 or 10493315. OLE color: 10493315.
HSL color Cylindrical-coordinate representation of color #831DA0: hue angle of 286.72º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831DA0 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 29 | 160 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.37 |
| HSL | 286.72º | 0.69% | 0.37% | - |
| HSV(B) | 286.72º | 0.82% | 0.63% | - |
| XYZ | 16.14 | 8.24 | 34 | - |
| YUV | 74.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 160 | 0.18 | 0.82 | 0 | 0.37 | 286.72 | 0.69 | 0.37 |
| Hex | 83 | 1D | A0 | 12 | 52 | 0 | 25 | 11F | 45 | 25 |
| Octal | 203 | 35 | 240 | 22 | 122 | 0 | 45 | 437 | 105 | 45 |
| Binary | 10000011 | 11101 | 10100000 | 10010 | 1010010 | 0 | 100101 | 100011111 | 1000101 | 100101 |
Color Harmonies of #831DA0
Complementary color
Monochromatic Colors of #831DA0
Black with #831DA0
Text Example
Text Example
White with #831DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831DA0; }
p { color: rgb(131,29,160); }
H1.HeaderClassName
{
color: #831DA0;
}
.AnyTagClassName
{
color: #831DA0;
}
</style>
background-color css
<style>
a { background-color: #831DA0; }
a { background-color: rgb(131,29,160); }
div.DivClassName
{
background-color: #831DA0;
}
.BgClassName
{
background-color: #831DA0;
}
</style>
border-color css
<style>
span { border-color: #831DA0; }
span { border-color: rgb(131,29,160); }
td.TdClassName
{
border-color: #831DA0;
}
.TagClassName
{
border-color: #831DA0;
}
</style>