Shades of Blue Violet #831DCB
Tints of Blue Violet #831DCB
RGB
CMYK
RGB Variations
Color information
#831DCB (or 0x831DCB) is known color: Blue Violet. HEX triplet: 83, 1D and CB. RGB value is (131,29,203). Sum of RGB (Red+Green+Blue) = 131+29+203=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #831DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831DCB is #7CE234. Grayscale: #4E4E4E. Windows color (decimal): -8184373 or 13311363. OLE color: 13311363.
HSL color Cylindrical-coordinate representation of color #831DCB: hue angle of 275.17º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831DCB is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 29 | 203 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.20 |
| HSL | 275.17º | 0.75% | 0.45% | - |
| HSV(B) | 275.17º | 0.86% | 0.8% | - |
| XYZ | 20.58 | 10.02 | 57.35 | - |
| YUV | 79.33 | 197.79 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 203 | 0.35 | 0.86 | 0 | 0.20 | 275.17 | 0.75 | 0.45 |
| Hex | 83 | 1D | CB | 23 | 56 | 0 | 14 | 113 | 4B | 2D |
| Octal | 203 | 35 | 313 | 43 | 126 | 0 | 24 | 423 | 113 | 55 |
| Binary | 10000011 | 11101 | 11001011 | 100011 | 1010110 | 0 | 10100 | 100010011 | 1001011 | 101101 |
Color Harmonies of #831DCB
Complementary color
Monochromatic Colors of #831DCB
Black with #831DCB
Text Example
Text Example
White with #831DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831DCB; }
p { color: rgb(131,29,203); }
H1.HeaderClassName
{
color: #831DCB;
}
.AnyTagClassName
{
color: #831DCB;
}
</style>
background-color css
<style>
a { background-color: #831DCB; }
a { background-color: rgb(131,29,203); }
div.DivClassName
{
background-color: #831DCB;
}
.BgClassName
{
background-color: #831DCB;
}
</style>
border-color css
<style>
span { border-color: #831DCB; }
span { border-color: rgb(131,29,203); }
td.TdClassName
{
border-color: #831DCB;
}
.TagClassName
{
border-color: #831DCB;
}
</style>