Shades of Blue Violet #831CEB
Tints of Blue Violet #831CEB
RGB
CMYK
RGB Variations
Color information
#831CEB (or 0x831CEB) is known color: Blue Violet. HEX triplet: 83, 1C and EB. RGB value is (131,28,235). Sum of RGB (Red+Green+Blue) = 131+28+235=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #831CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #831CEB is #7CE314. Grayscale: #515151. Windows color (decimal): -8184597 or 15408259. OLE color: 15408259.
HSL color Cylindrical-coordinate representation of color #831CEB: hue angle of 269.86º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831CEB is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 28 | 235 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.08 |
| HSL | 269.86º | 0.84% | 0.52% | - |
| HSV(B) | 269.86º | 0.88% | 0.92% | - |
| XYZ | 24.77 | 11.65 | 79.54 | - |
| YUV | 82.4 | 214.12 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 235 | 0.44 | 0.88 | 0 | 0.08 | 269.86 | 0.84 | 0.52 |
| Hex | 83 | 1C | EB | 2C | 58 | 0 | 8 | 10E | 54 | 34 |
| Octal | 203 | 34 | 353 | 54 | 130 | 0 | 10 | 416 | 124 | 64 |
| Binary | 10000011 | 11100 | 11101011 | 101100 | 1011000 | 0 | 1000 | 100001110 | 1010100 | 110100 |
Color Harmonies of #831CEB
Complementary color
Monochromatic Colors of #831CEB
Black with #831CEB
Text Example
Text Example
White with #831CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831CEB; }
p { color: rgb(131,28,235); }
H1.HeaderClassName
{
color: #831CEB;
}
.AnyTagClassName
{
color: #831CEB;
}
</style>
background-color css
<style>
a { background-color: #831CEB; }
a { background-color: rgb(131,28,235); }
div.DivClassName
{
background-color: #831CEB;
}
.BgClassName
{
background-color: #831CEB;
}
</style>
border-color css
<style>
span { border-color: #831CEB; }
span { border-color: rgb(131,28,235); }
td.TdClassName
{
border-color: #831CEB;
}
.TagClassName
{
border-color: #831CEB;
}
</style>