Shades of Blue Violet #832FCC
Tints of Blue Violet #832FCC
RGB
CMYK
RGB Variations
Color information
#832FCC (or 0x832FCC) is known color: Blue Violet. HEX triplet: 83, 2F and CC. RGB value is (131,47,204). Sum of RGB (Red+Green+Blue) = 131+47+204=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #832FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832FCC is #7CD033. Grayscale: #595959. Windows color (decimal): -8179764 or 13381507. OLE color: 13381507.
HSL color Cylindrical-coordinate representation of color #832FCC: hue angle of 272.1º 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 #832FCC is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 47 | 204 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.2 |
| HSL | 272.1º | 0.63% | 0.49% | - |
| HSV(B) | 272.1º | 0.77% | 0.8% | - |
| XYZ | 21.28 | 11.22 | 58.17 | - |
| YUV | 90.01 | 192.33 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 204 | 0.36 | 0.77 | 0 | 0.2 | 272.1 | 0.63 | 0.49 |
| Hex | 83 | 2F | CC | 24 | 4D | 0 | 14 | 110 | 3F | 31 |
| Octal | 203 | 57 | 314 | 44 | 115 | 0 | 24 | 420 | 77 | 61 |
| Binary | 10000011 | 101111 | 11001100 | 100100 | 1001101 | 0 | 10100 | 100010000 | 111111 | 110001 |
Color Harmonies of #832FCC
Complementary color
Monochromatic Colors of #832FCC
Black with #832FCC
Text Example
Text Example
White with #832FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832FCC; }
p { color: rgb(131,47,204); }
H1.HeaderClassName
{
color: #832FCC;
}
.AnyTagClassName
{
color: #832FCC;
}
</style>
background-color css
<style>
a { background-color: #832FCC; }
a { background-color: rgb(131,47,204); }
div.DivClassName
{
background-color: #832FCC;
}
.BgClassName
{
background-color: #832FCC;
}
</style>
border-color css
<style>
span { border-color: #832FCC; }
span { border-color: rgb(131,47,204); }
td.TdClassName
{
border-color: #832FCC;
}
.TagClassName
{
border-color: #832FCC;
}
</style>