Shades of Blue Violet #832EFF
Tints of Blue Violet #832EFF
RGB
CMYK
RGB Variations
Color information
#832EFF (or 0x832EFF) is known color: Blue Violet. HEX triplet: 83, 2E and FF. RGB value is (131,46,255). Sum of RGB (Red+Green+Blue) = 131+46+255=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #832EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832EFF is #7CD100. Grayscale: #5E5E5E. Windows color (decimal): -8179969 or 16723587. OLE color: 16723587.
HSL color Cylindrical-coordinate representation of color #832EFF: hue angle of 264.4º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #832EFF is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 46 | 255 | - |
| CMYK | 0.49 | 0.82 | 0 | 0 |
| HSL | 264.4º | 1% | 0.59% | - |
| HSV(B) | 264.4º | 0.82% | 1% | - |
| XYZ | 28.39 | 14 | 95.81 | - |
| YUV | 95.24 | 218.16 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 255 | 0.49 | 0.82 | 0 | 0 | 264.4 | 1 | 0.59 |
| Hex | 83 | 2E | FF | 31 | 52 | 0 | 0 | 108 | 64 | 3B |
| Octal | 203 | 56 | 377 | 61 | 122 | 0 | 0 | 410 | 144 | 73 |
| Binary | 10000011 | 101110 | 11111111 | 110001 | 1010010 | 0 | 0 | 100001000 | 1100100 | 111011 |
Color Harmonies of #832EFF
Complementary color
Monochromatic Colors of #832EFF
Black with #832EFF
Text Example
Text Example
White with #832EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832EFF; }
p { color: rgb(131,46,255); }
H1.HeaderClassName
{
color: #832EFF;
}
.AnyTagClassName
{
color: #832EFF;
}
</style>
background-color css
<style>
a { background-color: #832EFF; }
a { background-color: rgb(131,46,255); }
div.DivClassName
{
background-color: #832EFF;
}
.BgClassName
{
background-color: #832EFF;
}
</style>
border-color css
<style>
span { border-color: #832EFF; }
span { border-color: rgb(131,46,255); }
td.TdClassName
{
border-color: #832EFF;
}
.TagClassName
{
border-color: #832EFF;
}
</style>