Shades of Blue Violet #831DCC
Tints of Blue Violet #831DCC
RGB
CMYK
RGB Variations
Color information
#831DCC (or 0x831DCC) is known color: Blue Violet. HEX triplet: 83, 1D and CC. RGB value is (131,29,204). Sum of RGB (Red+Green+Blue) = 131+29+204=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #831DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831DCC is #7CE233. Grayscale: #4E4E4E. Windows color (decimal): -8184372 or 13376899. OLE color: 13376899.
HSL color Cylindrical-coordinate representation of color #831DCC: hue angle of 274.97º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831DCC is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 29 | 204 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.2 |
| HSL | 274.97º | 0.75% | 0.46% | - |
| HSV(B) | 274.97º | 0.86% | 0.8% | - |
| XYZ | 20.7 | 10.06 | 57.98 | - |
| YUV | 79.45 | 198.29 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 204 | 0.36 | 0.86 | 0 | 0.2 | 274.97 | 0.75 | 0.46 |
| Hex | 83 | 1D | CC | 24 | 56 | 0 | 14 | 113 | 4B | 2E |
| Octal | 203 | 35 | 314 | 44 | 126 | 0 | 24 | 423 | 113 | 56 |
| Binary | 10000011 | 11101 | 11001100 | 100100 | 1010110 | 0 | 10100 | 100010011 | 1001011 | 101110 |
Color Harmonies of #831DCC
Complementary color
Monochromatic Colors of #831DCC
Black with #831DCC
Text Example
Text Example
White with #831DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831DCC; }
p { color: rgb(131,29,204); }
H1.HeaderClassName
{
color: #831DCC;
}
.AnyTagClassName
{
color: #831DCC;
}
</style>
background-color css
<style>
a { background-color: #831DCC; }
a { background-color: rgb(131,29,204); }
div.DivClassName
{
background-color: #831DCC;
}
.BgClassName
{
background-color: #831DCC;
}
</style>
border-color css
<style>
span { border-color: #831DCC; }
span { border-color: rgb(131,29,204); }
td.TdClassName
{
border-color: #831DCC;
}
.TagClassName
{
border-color: #831DCC;
}
</style>