Shades of Blue Violet #831BEA
Tints of Blue Violet #831BEA
RGB
CMYK
RGB Variations
Color information
#831BEA (or 0x831BEA) is known color: Blue Violet. HEX triplet: 83, 1B and EA. RGB value is (131,27,234). Sum of RGB (Red+Green+Blue) = 131+27+234=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #831BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831BEA is #7CE415. Grayscale: #505050. Windows color (decimal): -8184854 or 15342467. OLE color: 15342467.
HSL color Cylindrical-coordinate representation of color #831BEA: hue angle of 270.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831BEA is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 27 | 234 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.08 |
| HSL | 270.14º | 0.83% | 0.51% | - |
| HSV(B) | 270.14º | 0.88% | 0.92% | - |
| XYZ | 24.6 | 11.55 | 78.77 | - |
| YUV | 81.69 | 213.96 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 27 | 234 | 0.44 | 0.88 | 0 | 0.08 | 270.14 | 0.83 | 0.51 |
| Hex | 83 | 1B | EA | 2C | 58 | 0 | 8 | 10E | 53 | 33 |
| Octal | 203 | 33 | 352 | 54 | 130 | 0 | 10 | 416 | 123 | 63 |
| Binary | 10000011 | 11011 | 11101010 | 101100 | 1011000 | 0 | 1000 | 100001110 | 1010011 | 110011 |
Color Harmonies of #831BEA
Complementary color
Monochromatic Colors of #831BEA
Black with #831BEA
Text Example
Text Example
White with #831BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831BEA; }
p { color: rgb(131,27,234); }
H1.HeaderClassName
{
color: #831BEA;
}
.AnyTagClassName
{
color: #831BEA;
}
</style>
background-color css
<style>
a { background-color: #831BEA; }
a { background-color: rgb(131,27,234); }
div.DivClassName
{
background-color: #831BEA;
}
.BgClassName
{
background-color: #831BEA;
}
</style>
border-color css
<style>
span { border-color: #831BEA; }
span { border-color: rgb(131,27,234); }
td.TdClassName
{
border-color: #831BEA;
}
.TagClassName
{
border-color: #831BEA;
}
</style>