Shades of Blue Violet #831EEA
Tints of Blue Violet #831EEA
RGB
CMYK
RGB Variations
Color information
#831EEA (or 0x831EEA) is known color: Blue Violet. HEX triplet: 83, 1E and EA. RGB value is (131,30,234). Sum of RGB (Red+Green+Blue) = 131+30+234=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #831EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831EEA is #7CE115. Grayscale: #525252. Windows color (decimal): -8184086 or 15343235. OLE color: 15343235.
HSL color Cylindrical-coordinate representation of color #831EEA: hue angle of 269.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831EEA is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 30 | 234 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.08 |
| HSL | 269.71º | 0.83% | 0.52% | - |
| HSV(B) | 269.71º | 0.87% | 0.92% | - |
| XYZ | 24.68 | 11.69 | 78.8 | - |
| YUV | 83.46 | 212.96 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 234 | 0.44 | 0.87 | 0 | 0.08 | 269.71 | 0.83 | 0.52 |
| Hex | 83 | 1E | EA | 2C | 57 | 0 | 8 | 10E | 53 | 34 |
| Octal | 203 | 36 | 352 | 54 | 127 | 0 | 10 | 416 | 123 | 64 |
| Binary | 10000011 | 11110 | 11101010 | 101100 | 1010111 | 0 | 1000 | 100001110 | 1010011 | 110100 |
Color Harmonies of #831EEA
Complementary color
Monochromatic Colors of #831EEA
Black with #831EEA
Text Example
Text Example
White with #831EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831EEA; }
p { color: rgb(131,30,234); }
H1.HeaderClassName
{
color: #831EEA;
}
.AnyTagClassName
{
color: #831EEA;
}
</style>
background-color css
<style>
a { background-color: #831EEA; }
a { background-color: rgb(131,30,234); }
div.DivClassName
{
background-color: #831EEA;
}
.BgClassName
{
background-color: #831EEA;
}
</style>
border-color css
<style>
span { border-color: #831EEA; }
span { border-color: rgb(131,30,234); }
td.TdClassName
{
border-color: #831EEA;
}
.TagClassName
{
border-color: #831EEA;
}
</style>