Shades of Blue Violet #832CFF
Tints of Blue Violet #832CFF
RGB
CMYK
RGB Variations
Color information
#832CFF (or 0x832CFF) is known color: Blue Violet. HEX triplet: 83, 2C and FF. RGB value is (131,44,255). Sum of RGB (Red+Green+Blue) = 131+44+255=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #832CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832CFF is #7CD300. Grayscale: #5D5D5D. Windows color (decimal): -8180481 or 16723075. OLE color: 16723075.
HSL color Cylindrical-coordinate representation of color #832CFF: hue angle of 264.74º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #832CFF is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 44 | 255 | - |
| CMYK | 0.49 | 0.83 | 0 | 0 |
| HSL | 264.74º | 1% | 0.59% | - |
| HSV(B) | 264.74º | 0.83% | 1% | - |
| XYZ | 28.31 | 13.85 | 95.79 | - |
| YUV | 94.07 | 218.82 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 255 | 0.49 | 0.83 | 0 | 0 | 264.74 | 1 | 0.59 |
| Hex | 83 | 2C | FF | 31 | 53 | 0 | 0 | 109 | 64 | 3B |
| Octal | 203 | 54 | 377 | 61 | 123 | 0 | 0 | 411 | 144 | 73 |
| Binary | 10000011 | 101100 | 11111111 | 110001 | 1010011 | 0 | 0 | 100001001 | 1100100 | 111011 |
Color Harmonies of #832CFF
Complementary color
Monochromatic Colors of #832CFF
Black with #832CFF
Text Example
Text Example
White with #832CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832CFF; }
p { color: rgb(131,44,255); }
H1.HeaderClassName
{
color: #832CFF;
}
.AnyTagClassName
{
color: #832CFF;
}
</style>
background-color css
<style>
a { background-color: #832CFF; }
a { background-color: rgb(131,44,255); }
div.DivClassName
{
background-color: #832CFF;
}
.BgClassName
{
background-color: #832CFF;
}
</style>
border-color css
<style>
span { border-color: #832CFF; }
span { border-color: rgb(131,44,255); }
td.TdClassName
{
border-color: #832CFF;
}
.TagClassName
{
border-color: #832CFF;
}
</style>