Shades of Blue Violet #832DCB
Tints of Blue Violet #832DCB
RGB
CMYK
RGB Variations
Color information
#832DCB (or 0x832DCB) is known color: Blue Violet. HEX triplet: 83, 2D and CB. RGB value is (131,45,203). Sum of RGB (Red+Green+Blue) = 131+45+203=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #832DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832DCB is #7CD234. Grayscale: #585858. Windows color (decimal): -8180277 or 13315459. OLE color: 13315459.
HSL color Cylindrical-coordinate representation of color #832DCB: hue angle of 272.66º 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 #832DCB is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 45 | 203 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.20 |
| HSL | 272.66º | 0.64% | 0.49% | - |
| HSV(B) | 272.66º | 0.78% | 0.8% | - |
| XYZ | 21.08 | 11.01 | 57.51 | - |
| YUV | 88.73 | 192.49 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 203 | 0.35 | 0.78 | 0 | 0.20 | 272.66 | 0.64 | 0.49 |
| Hex | 83 | 2D | CB | 23 | 4E | 0 | 14 | 111 | 40 | 31 |
| Octal | 203 | 55 | 313 | 43 | 116 | 0 | 24 | 421 | 100 | 61 |
| Binary | 10000011 | 101101 | 11001011 | 100011 | 1001110 | 0 | 10100 | 100010001 | 1000000 | 110001 |
Color Harmonies of #832DCB
Complementary color
Monochromatic Colors of #832DCB
Black with #832DCB
Text Example
Text Example
White with #832DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832DCB; }
p { color: rgb(131,45,203); }
H1.HeaderClassName
{
color: #832DCB;
}
.AnyTagClassName
{
color: #832DCB;
}
</style>
background-color css
<style>
a { background-color: #832DCB; }
a { background-color: rgb(131,45,203); }
div.DivClassName
{
background-color: #832DCB;
}
.BgClassName
{
background-color: #832DCB;
}
</style>
border-color css
<style>
span { border-color: #832DCB; }
span { border-color: rgb(131,45,203); }
td.TdClassName
{
border-color: #832DCB;
}
.TagClassName
{
border-color: #832DCB;
}
</style>