Shades of Vivid Violet #831FAB
Tints of Vivid Violet #831FAB
RGB
CMYK
RGB Variations
Color information
#831FAB (or 0x831FAB) is known color: Vivid Violet. HEX triplet: 83, 1F and AB. RGB value is (131,31,171). Sum of RGB (Red+Green+Blue) = 131+31+171=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #831FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831FAB is #7CE054. Grayscale: #4C4C4C. Windows color (decimal): -8183893 or 11214723. OLE color: 11214723.
HSL color Cylindrical-coordinate representation of color #831FAB: hue angle of 282.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831FAB is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 31 | 171 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.33 |
| HSL | 282.86º | 0.69% | 0.4% | - |
| HSV(B) | 282.86º | 0.82% | 0.67% | - |
| XYZ | 17.2 | 8.75 | 39.31 | - |
| YUV | 76.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 31 | 171 | 0.23 | 0.82 | 0 | 0.33 | 282.86 | 0.69 | 0.4 |
| Hex | 83 | 1F | AB | 17 | 52 | 0 | 21 | 11B | 45 | 28 |
| Octal | 203 | 37 | 253 | 27 | 122 | 0 | 41 | 433 | 105 | 50 |
| Binary | 10000011 | 11111 | 10101011 | 10111 | 1010010 | 0 | 100001 | 100011011 | 1000101 | 101000 |
Color Harmonies of #831FAB
Complementary color
Monochromatic Colors of #831FAB
Black with #831FAB
Text Example
Text Example
White with #831FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831FAB; }
p { color: rgb(131,31,171); }
H1.HeaderClassName
{
color: #831FAB;
}
.AnyTagClassName
{
color: #831FAB;
}
</style>
background-color css
<style>
a { background-color: #831FAB; }
a { background-color: rgb(131,31,171); }
div.DivClassName
{
background-color: #831FAB;
}
.BgClassName
{
background-color: #831FAB;
}
</style>
border-color css
<style>
span { border-color: #831FAB; }
span { border-color: rgb(131,31,171); }
td.TdClassName
{
border-color: #831FAB;
}
.TagClassName
{
border-color: #831FAB;
}
</style>