Shades of Blue Violet #832CE1
Tints of Blue Violet #832CE1
RGB
CMYK
RGB Variations
Color information
#832CE1 (or 0x832CE1) is known color: Blue Violet. HEX triplet: 83, 2C and E1. RGB value is (131,44,225). Sum of RGB (Red+Green+Blue) = 131+44+225=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #832CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832CE1 is #7CD31E. Grayscale: #5A5A5A. Windows color (decimal): -8180511 or 14756995. OLE color: 14756995.
HSL color Cylindrical-coordinate representation of color #832CE1: hue angle of 268.84º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #832CE1 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 44 | 225 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.12 |
| HSL | 268.84º | 0.75% | 0.53% | - |
| HSV(B) | 268.84º | 0.8% | 0.88% | - |
| XYZ | 23.85 | 12.06 | 72.31 | - |
| YUV | 90.65 | 203.82 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 225 | 0.42 | 0.80 | 0 | 0.12 | 268.84 | 0.75 | 0.53 |
| Hex | 83 | 2C | E1 | 2A | 50 | 0 | C | 10D | 4B | 35 |
| Octal | 203 | 54 | 341 | 52 | 120 | 0 | 14 | 415 | 113 | 65 |
| Binary | 10000011 | 101100 | 11100001 | 101010 | 1010000 | 0 | 1100 | 100001101 | 1001011 | 110101 |
Color Harmonies of #832CE1
Complementary color
Monochromatic Colors of #832CE1
Black with #832CE1
Text Example
Text Example
White with #832CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832CE1; }
p { color: rgb(131,44,225); }
H1.HeaderClassName
{
color: #832CE1;
}
.AnyTagClassName
{
color: #832CE1;
}
</style>
background-color css
<style>
a { background-color: #832CE1; }
a { background-color: rgb(131,44,225); }
div.DivClassName
{
background-color: #832CE1;
}
.BgClassName
{
background-color: #832CE1;
}
</style>
border-color css
<style>
span { border-color: #832CE1; }
span { border-color: rgb(131,44,225); }
td.TdClassName
{
border-color: #832CE1;
}
.TagClassName
{
border-color: #832CE1;
}
</style>