Shades of Vivid Violet #831BAF
Tints of Vivid Violet #831BAF
RGB
CMYK
RGB Variations
Color information
#831BAF (or 0x831BAF) is known color: Vivid Violet. HEX triplet: 83, 1B and AF. RGB value is (131,27,175). Sum of RGB (Red+Green+Blue) = 131+27+175=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #831BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831BAF is #7CE450. Grayscale: #4A4A4A. Windows color (decimal): -8184913 or 11475843. OLE color: 11475843.
HSL color Cylindrical-coordinate representation of color #831BAF: hue angle of 282.16º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831BAF is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 27 | 175 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.31 |
| HSL | 282.16º | 0.73% | 0.4% | - |
| HSV(B) | 282.16º | 0.85% | 0.69% | - |
| XYZ | 17.49 | 8.7 | 41.32 | - |
| YUV | 74.97 | 184.46 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 27 | 175 | 0.25 | 0.85 | 0 | 0.31 | 282.16 | 0.73 | 0.4 |
| Hex | 83 | 1B | AF | 19 | 55 | 0 | 1F | 11A | 49 | 28 |
| Octal | 203 | 33 | 257 | 31 | 125 | 0 | 37 | 432 | 111 | 50 |
| Binary | 10000011 | 11011 | 10101111 | 11001 | 1010101 | 0 | 11111 | 100011010 | 1001001 | 101000 |
Color Harmonies of #831BAF
Complementary color
Monochromatic Colors of #831BAF
Black with #831BAF
Text Example
Text Example
White with #831BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831BAF; }
p { color: rgb(131,27,175); }
H1.HeaderClassName
{
color: #831BAF;
}
.AnyTagClassName
{
color: #831BAF;
}
</style>
background-color css
<style>
a { background-color: #831BAF; }
a { background-color: rgb(131,27,175); }
div.DivClassName
{
background-color: #831BAF;
}
.BgClassName
{
background-color: #831BAF;
}
</style>
border-color css
<style>
span { border-color: #831BAF; }
span { border-color: rgb(131,27,175); }
td.TdClassName
{
border-color: #831BAF;
}
.TagClassName
{
border-color: #831BAF;
}
</style>