Shades of Blue Violet #831BE0
Tints of Blue Violet #831BE0
RGB
CMYK
RGB Variations
Color information
#831BE0 (or 0x831BE0) is known color: Blue Violet. HEX triplet: 83, 1B and E0. RGB value is (131,27,224). Sum of RGB (Red+Green+Blue) = 131+27+224=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #831BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831BE0 is #7CE41F. Grayscale: #4F4F4F. Windows color (decimal): -8184864 or 14687107. OLE color: 14687107.
HSL color Cylindrical-coordinate representation of color #831BE0: hue angle of 271.68º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831BE0 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 27 | 224 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.12 |
| HSL | 271.68º | 0.78% | 0.49% | - |
| HSV(B) | 271.68º | 0.88% | 0.88% | - |
| XYZ | 23.21 | 10.99 | 71.42 | - |
| YUV | 80.55 | 208.96 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 27 | 224 | 0.42 | 0.88 | 0 | 0.12 | 271.68 | 0.78 | 0.49 |
| Hex | 83 | 1B | E0 | 2A | 58 | 0 | C | 110 | 4E | 31 |
| Octal | 203 | 33 | 340 | 52 | 130 | 0 | 14 | 420 | 116 | 61 |
| Binary | 10000011 | 11011 | 11100000 | 101010 | 1011000 | 0 | 1100 | 100010000 | 1001110 | 110001 |
Color Harmonies of #831BE0
Complementary color
Monochromatic Colors of #831BE0
Black with #831BE0
Text Example
Text Example
White with #831BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831BE0; }
p { color: rgb(131,27,224); }
H1.HeaderClassName
{
color: #831BE0;
}
.AnyTagClassName
{
color: #831BE0;
}
</style>
background-color css
<style>
a { background-color: #831BE0; }
a { background-color: rgb(131,27,224); }
div.DivClassName
{
background-color: #831BE0;
}
.BgClassName
{
background-color: #831BE0;
}
</style>
border-color css
<style>
span { border-color: #831BE0; }
span { border-color: rgb(131,27,224); }
td.TdClassName
{
border-color: #831BE0;
}
.TagClassName
{
border-color: #831BE0;
}
</style>