Shades of Blue Violet #831EE6
Tints of Blue Violet #831EE6
RGB
CMYK
RGB Variations
Color information
#831EE6 (or 0x831EE6) is known color: Blue Violet. HEX triplet: 83, 1E and E6. RGB value is (131,30,230). Sum of RGB (Red+Green+Blue) = 131+30+230=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #831EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831EE6 is #7CE119. Grayscale: #525252. Windows color (decimal): -8184090 or 15081091. OLE color: 15081091.
HSL color Cylindrical-coordinate representation of color #831EE6: hue angle of 270.3º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831EE6 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 30 | 230 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.10 |
| HSL | 270.3º | 0.8% | 0.51% | - |
| HSV(B) | 270.3º | 0.87% | 0.9% | - |
| XYZ | 24.11 | 11.47 | 75.81 | - |
| YUV | 83 | 210.96 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 230 | 0.43 | 0.87 | 0 | 0.10 | 270.3 | 0.8 | 0.51 |
| Hex | 83 | 1E | E6 | 2B | 57 | 0 | A | 10E | 50 | 33 |
| Octal | 203 | 36 | 346 | 53 | 127 | 0 | 12 | 416 | 120 | 63 |
| Binary | 10000011 | 11110 | 11100110 | 101011 | 1010111 | 0 | 1010 | 100001110 | 1010000 | 110011 |
Color Harmonies of #831EE6
Complementary color
Monochromatic Colors of #831EE6
Black with #831EE6
Text Example
Text Example
White with #831EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831EE6; }
p { color: rgb(131,30,230); }
H1.HeaderClassName
{
color: #831EE6;
}
.AnyTagClassName
{
color: #831EE6;
}
</style>
background-color css
<style>
a { background-color: #831EE6; }
a { background-color: rgb(131,30,230); }
div.DivClassName
{
background-color: #831EE6;
}
.BgClassName
{
background-color: #831EE6;
}
</style>
border-color css
<style>
span { border-color: #831EE6; }
span { border-color: rgb(131,30,230); }
td.TdClassName
{
border-color: #831EE6;
}
.TagClassName
{
border-color: #831EE6;
}
</style>