Shades of Blue Violet #831CEA
Tints of Blue Violet #831CEA
RGB
CMYK
RGB Variations
Color information
#831CEA (or 0x831CEA) is known color: Blue Violet. HEX triplet: 83, 1C and EA. RGB value is (131,28,234). Sum of RGB (Red+Green+Blue) = 131+28+234=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #831CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831CEA is #7CE315. Grayscale: #515151. Windows color (decimal): -8184598 or 15342723. OLE color: 15342723.
HSL color Cylindrical-coordinate representation of color #831CEA: hue angle of 270º 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 #831CEA is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 28 | 234 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.08 |
| HSL | 270º | 0.83% | 0.51% | - |
| HSV(B) | 270º | 0.88% | 0.92% | - |
| XYZ | 24.63 | 11.6 | 78.78 | - |
| YUV | 82.28 | 213.62 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 234 | 0.44 | 0.88 | 0 | 0.08 | 270 | 0.83 | 0.51 |
| Hex | 83 | 1C | EA | 2C | 58 | 0 | 8 | 10E | 53 | 33 |
| Octal | 203 | 34 | 352 | 54 | 130 | 0 | 10 | 416 | 123 | 63 |
| Binary | 10000011 | 11100 | 11101010 | 101100 | 1011000 | 0 | 1000 | 100001110 | 1010011 | 110011 |
Color Harmonies of #831CEA
Complementary color
Monochromatic Colors of #831CEA
Black with #831CEA
Text Example
Text Example
White with #831CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831CEA; }
p { color: rgb(131,28,234); }
H1.HeaderClassName
{
color: #831CEA;
}
.AnyTagClassName
{
color: #831CEA;
}
</style>
background-color css
<style>
a { background-color: #831CEA; }
a { background-color: rgb(131,28,234); }
div.DivClassName
{
background-color: #831CEA;
}
.BgClassName
{
background-color: #831CEA;
}
</style>
border-color css
<style>
span { border-color: #831CEA; }
span { border-color: rgb(131,28,234); }
td.TdClassName
{
border-color: #831CEA;
}
.TagClassName
{
border-color: #831CEA;
}
</style>