Shades of Blue Violet #832EDD
Tints of Blue Violet #832EDD
RGB
CMYK
RGB Variations
Color information
#832EDD (or 0x832EDD) is known color: Blue Violet. HEX triplet: 83, 2E and DD. RGB value is (131,46,221). Sum of RGB (Red+Green+Blue) = 131+46+221=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #832EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832EDD is #7CD122. Grayscale: #5A5A5A. Windows color (decimal): -8180003 or 14495363. OLE color: 14495363.
HSL color Cylindrical-coordinate representation of color #832EDD: hue angle of 269.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #832EDD is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 46 | 221 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.13 |
| HSL | 269.14º | 0.72% | 0.52% | - |
| HSV(B) | 269.14º | 0.79% | 0.87% | - |
| XYZ | 23.39 | 12 | 69.49 | - |
| YUV | 91.37 | 201.16 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 221 | 0.41 | 0.79 | 0 | 0.13 | 269.14 | 0.72 | 0.52 |
| Hex | 83 | 2E | DD | 29 | 4F | 0 | D | 10D | 48 | 34 |
| Octal | 203 | 56 | 335 | 51 | 117 | 0 | 15 | 415 | 110 | 64 |
| Binary | 10000011 | 101110 | 11011101 | 101001 | 1001111 | 0 | 1101 | 100001101 | 1001000 | 110100 |
Color Harmonies of #832EDD
Complementary color
Monochromatic Colors of #832EDD
Black with #832EDD
Text Example
Text Example
White with #832EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832EDD; }
p { color: rgb(131,46,221); }
H1.HeaderClassName
{
color: #832EDD;
}
.AnyTagClassName
{
color: #832EDD;
}
</style>
background-color css
<style>
a { background-color: #832EDD; }
a { background-color: rgb(131,46,221); }
div.DivClassName
{
background-color: #832EDD;
}
.BgClassName
{
background-color: #832EDD;
}
</style>
border-color css
<style>
span { border-color: #832EDD; }
span { border-color: rgb(131,46,221); }
td.TdClassName
{
border-color: #832EDD;
}
.TagClassName
{
border-color: #832EDD;
}
</style>