Shades of Blue Violet #832DFF
Tints of Blue Violet #832DFF
RGB
CMYK
RGB Variations
Color information
#832DFF (or 0x832DFF) is known color: Blue Violet. HEX triplet: 83, 2D and FF. RGB value is (131,45,255). Sum of RGB (Red+Green+Blue) = 131+45+255=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #832DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832DFF is #7CD200. Grayscale: #5D5D5D. Windows color (decimal): -8180225 or 16723331. OLE color: 16723331.
HSL color Cylindrical-coordinate representation of color #832DFF: hue angle of 264.57º 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 #832DFF is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 45 | 255 | - |
| CMYK | 0.49 | 0.82 | 0 | 0 |
| HSL | 264.57º | 1% | 0.59% | - |
| HSV(B) | 264.57º | 0.82% | 1% | - |
| XYZ | 28.35 | 13.92 | 95.8 | - |
| YUV | 94.65 | 218.49 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 255 | 0.49 | 0.82 | 0 | 0 | 264.57 | 1 | 0.59 |
| Hex | 83 | 2D | FF | 31 | 52 | 0 | 0 | 109 | 64 | 3B |
| Octal | 203 | 55 | 377 | 61 | 122 | 0 | 0 | 411 | 144 | 73 |
| Binary | 10000011 | 101101 | 11111111 | 110001 | 1010010 | 0 | 0 | 100001001 | 1100100 | 111011 |
Color Harmonies of #832DFF
Complementary color
Monochromatic Colors of #832DFF
Black with #832DFF
Text Example
Text Example
White with #832DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832DFF; }
p { color: rgb(131,45,255); }
H1.HeaderClassName
{
color: #832DFF;
}
.AnyTagClassName
{
color: #832DFF;
}
</style>
background-color css
<style>
a { background-color: #832DFF; }
a { background-color: rgb(131,45,255); }
div.DivClassName
{
background-color: #832DFF;
}
.BgClassName
{
background-color: #832DFF;
}
</style>
border-color css
<style>
span { border-color: #832DFF; }
span { border-color: rgb(131,45,255); }
td.TdClassName
{
border-color: #832DFF;
}
.TagClassName
{
border-color: #832DFF;
}
</style>