Shades of Blue Violet #832BFE
Tints of Blue Violet #832BFE
RGB
CMYK
RGB Variations
Color information
#832BFE (or 0x832BFE) is known color: Blue Violet. HEX triplet: 83, 2B and FE. RGB value is (131,43,254). Sum of RGB (Red+Green+Blue) = 131+43+254=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #832BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832BFE is #7CD401. Grayscale: #5C5C5C. Windows color (decimal): -8180738 or 16657283. OLE color: 16657283.
HSL color Cylindrical-coordinate representation of color #832BFE: hue angle of 265.02º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #832BFE is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 43 | 254 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.00 |
| HSL | 265.02º | 0.99% | 0.58% | - |
| HSV(B) | 265.02º | 0.83% | 1% | - |
| XYZ | 28.11 | 13.71 | 94.93 | - |
| YUV | 93.37 | 218.65 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 254 | 0.48 | 0.83 | 0 | 0.00 | 265.02 | 0.99 | 0.58 |
| Hex | 83 | 2B | FE | 30 | 53 | 0 | 0 | 109 | 63 | 3A |
| Octal | 203 | 53 | 376 | 60 | 123 | 0 | 0 | 411 | 143 | 72 |
| Binary | 10000011 | 101011 | 11111110 | 110000 | 1010011 | 0 | 0 | 100001001 | 1100011 | 111010 |
Color Harmonies of #832BFE
Complementary color
Monochromatic Colors of #832BFE
Black with #832BFE
Text Example
Text Example
White with #832BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832BFE; }
p { color: rgb(131,43,254); }
H1.HeaderClassName
{
color: #832BFE;
}
.AnyTagClassName
{
color: #832BFE;
}
</style>
background-color css
<style>
a { background-color: #832BFE; }
a { background-color: rgb(131,43,254); }
div.DivClassName
{
background-color: #832BFE;
}
.BgClassName
{
background-color: #832BFE;
}
</style>
border-color css
<style>
span { border-color: #832BFE; }
span { border-color: rgb(131,43,254); }
td.TdClassName
{
border-color: #832BFE;
}
.TagClassName
{
border-color: #832BFE;
}
</style>