Shades of Vivid Violet #831BA4
Tints of Vivid Violet #831BA4
RGB
CMYK
RGB Variations
Color information
#831BA4 (or 0x831BA4) is known color: Vivid Violet. HEX triplet: 83, 1B and A4. RGB value is (131,27,164). Sum of RGB (Red+Green+Blue) = 131+27+164=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #831BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831BA4 is #7CE45B. Grayscale: #494949. Windows color (decimal): -8184924 or 10754947. OLE color: 10754947.
HSL color Cylindrical-coordinate representation of color #831BA4: hue angle of 285.55º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831BA4 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 27 | 164 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.36 |
| HSL | 285.55º | 0.72% | 0.37% | - |
| HSV(B) | 285.55º | 0.84% | 0.64% | - |
| XYZ | 16.45 | 8.29 | 35.85 | - |
| YUV | 73.71 | 178.96 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 27 | 164 | 0.20 | 0.84 | 0 | 0.36 | 285.55 | 0.72 | 0.37 |
| Hex | 83 | 1B | A4 | 14 | 54 | 0 | 24 | 11E | 48 | 25 |
| Octal | 203 | 33 | 244 | 24 | 124 | 0 | 44 | 436 | 110 | 45 |
| Binary | 10000011 | 11011 | 10100100 | 10100 | 1010100 | 0 | 100100 | 100011110 | 1001000 | 100101 |
Color Harmonies of #831BA4
Complementary color
Monochromatic Colors of #831BA4
Black with #831BA4
Text Example
Text Example
White with #831BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831BA4; }
p { color: rgb(131,27,164); }
H1.HeaderClassName
{
color: #831BA4;
}
.AnyTagClassName
{
color: #831BA4;
}
</style>
background-color css
<style>
a { background-color: #831BA4; }
a { background-color: rgb(131,27,164); }
div.DivClassName
{
background-color: #831BA4;
}
.BgClassName
{
background-color: #831BA4;
}
</style>
border-color css
<style>
span { border-color: #831BA4; }
span { border-color: rgb(131,27,164); }
td.TdClassName
{
border-color: #831BA4;
}
.TagClassName
{
border-color: #831BA4;
}
</style>