Shades of Blue Violet #832FCD
Tints of Blue Violet #832FCD
RGB
CMYK
RGB Variations
Color information
#832FCD (or 0x832FCD) is known color: Blue Violet. HEX triplet: 83, 2F and CD. RGB value is (131,47,205). Sum of RGB (Red+Green+Blue) = 131+47+205=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #832FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832FCD is #7CD032. Grayscale: #595959. Windows color (decimal): -8179763 or 13447043. OLE color: 13447043.
HSL color Cylindrical-coordinate representation of color #832FCD: hue angle of 271.9º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #832FCD is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 47 | 205 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.20 |
| HSL | 271.9º | 0.63% | 0.49% | - |
| HSV(B) | 271.9º | 0.77% | 0.8% | - |
| XYZ | 21.4 | 11.27 | 58.8 | - |
| YUV | 90.13 | 192.83 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 205 | 0.36 | 0.77 | 0 | 0.20 | 271.9 | 0.63 | 0.49 |
| Hex | 83 | 2F | CD | 24 | 4D | 0 | 14 | 110 | 3F | 31 |
| Octal | 203 | 57 | 315 | 44 | 115 | 0 | 24 | 420 | 77 | 61 |
| Binary | 10000011 | 101111 | 11001101 | 100100 | 1001101 | 0 | 10100 | 100010000 | 111111 | 110001 |
Color Harmonies of #832FCD
Complementary color
Monochromatic Colors of #832FCD
Black with #832FCD
Text Example
Text Example
White with #832FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832FCD; }
p { color: rgb(131,47,205); }
H1.HeaderClassName
{
color: #832FCD;
}
.AnyTagClassName
{
color: #832FCD;
}
</style>
background-color css
<style>
a { background-color: #832FCD; }
a { background-color: rgb(131,47,205); }
div.DivClassName
{
background-color: #832FCD;
}
.BgClassName
{
background-color: #832FCD;
}
</style>
border-color css
<style>
span { border-color: #832FCD; }
span { border-color: rgb(131,47,205); }
td.TdClassName
{
border-color: #832FCD;
}
.TagClassName
{
border-color: #832FCD;
}
</style>