Shades of Blue Violet #831EEB
Tints of Blue Violet #831EEB
RGB
CMYK
RGB Variations
Color information
#831EEB (or 0x831EEB) is known color: Blue Violet. HEX triplet: 83, 1E and EB. RGB value is (131,30,235). Sum of RGB (Red+Green+Blue) = 131+30+235=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #831EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831EEB is #7CE114. Grayscale: #525252. Windows color (decimal): -8184085 or 15408771. OLE color: 15408771.
HSL color Cylindrical-coordinate representation of color #831EEB: hue angle of 269.56º degrees, saturation: 0.84, 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 #831EEB is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 30 | 235 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.08 |
| HSL | 269.56º | 0.84% | 0.52% | - |
| HSV(B) | 269.56º | 0.87% | 0.92% | - |
| XYZ | 24.82 | 11.75 | 79.56 | - |
| YUV | 83.57 | 213.46 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 235 | 0.44 | 0.87 | 0 | 0.08 | 269.56 | 0.84 | 0.52 |
| Hex | 83 | 1E | EB | 2C | 57 | 0 | 8 | 10E | 54 | 34 |
| Octal | 203 | 36 | 353 | 54 | 127 | 0 | 10 | 416 | 124 | 64 |
| Binary | 10000011 | 11110 | 11101011 | 101100 | 1010111 | 0 | 1000 | 100001110 | 1010100 | 110100 |
Color Harmonies of #831EEB
Complementary color
Monochromatic Colors of #831EEB
Black with #831EEB
Text Example
Text Example
White with #831EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831EEB; }
p { color: rgb(131,30,235); }
H1.HeaderClassName
{
color: #831EEB;
}
.AnyTagClassName
{
color: #831EEB;
}
</style>
background-color css
<style>
a { background-color: #831EEB; }
a { background-color: rgb(131,30,235); }
div.DivClassName
{
background-color: #831EEB;
}
.BgClassName
{
background-color: #831EEB;
}
</style>
border-color css
<style>
span { border-color: #831EEB; }
span { border-color: rgb(131,30,235); }
td.TdClassName
{
border-color: #831EEB;
}
.TagClassName
{
border-color: #831EEB;
}
</style>