Shades of Blue Violet #832DCD
Tints of Blue Violet #832DCD
RGB
CMYK
RGB Variations
Color information
#832DCD (or 0x832DCD) is known color: Blue Violet. HEX triplet: 83, 2D and CD. RGB value is (131,45,205). Sum of RGB (Red+Green+Blue) = 131+45+205=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #832DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832DCD is #7CD232. Grayscale: #585858. Windows color (decimal): -8180275 or 13446531. OLE color: 13446531.
HSL color Cylindrical-coordinate representation of color #832DCD: hue angle of 272.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #832DCD is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 45 | 205 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.20 |
| HSL | 272.25º | 0.64% | 0.49% | - |
| HSV(B) | 272.25º | 0.78% | 0.8% | - |
| XYZ | 21.32 | 11.11 | 58.78 | - |
| YUV | 88.95 | 193.49 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 205 | 0.36 | 0.78 | 0 | 0.20 | 272.25 | 0.64 | 0.49 |
| Hex | 83 | 2D | CD | 24 | 4E | 0 | 14 | 110 | 40 | 31 |
| Octal | 203 | 55 | 315 | 44 | 116 | 0 | 24 | 420 | 100 | 61 |
| Binary | 10000011 | 101101 | 11001101 | 100100 | 1001110 | 0 | 10100 | 100010000 | 1000000 | 110001 |
Color Harmonies of #832DCD
Complementary color
Monochromatic Colors of #832DCD
Black with #832DCD
Text Example
Text Example
White with #832DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832DCD; }
p { color: rgb(131,45,205); }
H1.HeaderClassName
{
color: #832DCD;
}
.AnyTagClassName
{
color: #832DCD;
}
</style>
background-color css
<style>
a { background-color: #832DCD; }
a { background-color: rgb(131,45,205); }
div.DivClassName
{
background-color: #832DCD;
}
.BgClassName
{
background-color: #832DCD;
}
</style>
border-color css
<style>
span { border-color: #832DCD; }
span { border-color: rgb(131,45,205); }
td.TdClassName
{
border-color: #832DCD;
}
.TagClassName
{
border-color: #832DCD;
}
</style>