Shades of Blue Violet #832FF1
Tints of Blue Violet #832FF1
RGB
CMYK
RGB Variations
Color information
#832FF1 (or 0x832FF1) is known color: Blue Violet. HEX triplet: 83, 2F and F1. RGB value is (131,47,241). Sum of RGB (Red+Green+Blue) = 131+47+241=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #832FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #832FF1 is #7CD00E. Grayscale: #5D5D5D. Windows color (decimal): -8179727 or 15806339. OLE color: 15806339.
HSL color Cylindrical-coordinate representation of color #832FF1: hue angle of 265.98º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #832FF1 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 47 | 241 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.05 |
| HSL | 265.98º | 0.87% | 0.56% | - |
| HSV(B) | 265.98º | 0.8% | 0.95% | - |
| XYZ | 26.25 | 13.21 | 84.38 | - |
| YUV | 94.23 | 210.83 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 241 | 0.46 | 0.80 | 0 | 0.05 | 265.98 | 0.87 | 0.56 |
| Hex | 83 | 2F | F1 | 2E | 50 | 0 | 5 | 10A | 57 | 38 |
| Octal | 203 | 57 | 361 | 56 | 120 | 0 | 5 | 412 | 127 | 70 |
| Binary | 10000011 | 101111 | 11110001 | 101110 | 1010000 | 0 | 101 | 100001010 | 1010111 | 111000 |
Color Harmonies of #832FF1
Complementary color
Monochromatic Colors of #832FF1
Black with #832FF1
Text Example
Text Example
White with #832FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832FF1; }
p { color: rgb(131,47,241); }
H1.HeaderClassName
{
color: #832FF1;
}
.AnyTagClassName
{
color: #832FF1;
}
</style>
background-color css
<style>
a { background-color: #832FF1; }
a { background-color: rgb(131,47,241); }
div.DivClassName
{
background-color: #832FF1;
}
.BgClassName
{
background-color: #832FF1;
}
</style>
border-color css
<style>
span { border-color: #832FF1; }
span { border-color: rgb(131,47,241); }
td.TdClassName
{
border-color: #832FF1;
}
.TagClassName
{
border-color: #832FF1;
}
</style>