Shades of Blue Violet #832CDF
Tints of Blue Violet #832CDF
RGB
CMYK
RGB Variations
Color information
#832CDF (or 0x832CDF) is known color: Blue Violet. HEX triplet: 83, 2C and DF. RGB value is (131,44,223). Sum of RGB (Red+Green+Blue) = 131+44+223=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #832CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832CDF is #7CD320. Grayscale: #595959. Windows color (decimal): -8180513 or 14625923. OLE color: 14625923.
HSL color Cylindrical-coordinate representation of color #832CDF: hue angle of 269.16º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #832CDF is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 44 | 223 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.13 |
| HSL | 269.16º | 0.74% | 0.52% | - |
| HSV(B) | 269.16º | 0.8% | 0.87% | - |
| XYZ | 23.58 | 11.95 | 70.88 | - |
| YUV | 90.42 | 202.82 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 223 | 0.41 | 0.80 | 0 | 0.13 | 269.16 | 0.74 | 0.52 |
| Hex | 83 | 2C | DF | 29 | 50 | 0 | D | 10D | 4A | 34 |
| Octal | 203 | 54 | 337 | 51 | 120 | 0 | 15 | 415 | 112 | 64 |
| Binary | 10000011 | 101100 | 11011111 | 101001 | 1010000 | 0 | 1101 | 100001101 | 1001010 | 110100 |
Color Harmonies of #832CDF
Complementary color
Monochromatic Colors of #832CDF
Black with #832CDF
Text Example
Text Example
White with #832CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832CDF; }
p { color: rgb(131,44,223); }
H1.HeaderClassName
{
color: #832CDF;
}
.AnyTagClassName
{
color: #832CDF;
}
</style>
background-color css
<style>
a { background-color: #832CDF; }
a { background-color: rgb(131,44,223); }
div.DivClassName
{
background-color: #832CDF;
}
.BgClassName
{
background-color: #832CDF;
}
</style>
border-color css
<style>
span { border-color: #832CDF; }
span { border-color: rgb(131,44,223); }
td.TdClassName
{
border-color: #832CDF;
}
.TagClassName
{
border-color: #832CDF;
}
</style>