Shades of Blue Violet #831DD4
Tints of Blue Violet #831DD4
RGB
CMYK
RGB Variations
Color information
#831DD4 (or 0x831DD4) is known color: Blue Violet. HEX triplet: 83, 1D and D4. RGB value is (131,29,212). Sum of RGB (Red+Green+Blue) = 131+29+212=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 212 (83.20% from 255 or 56.99% from 372); Max value from RGB is 212 - color contains mainly: blue. Hex color #831DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831DD4 is #7CE22B. Grayscale: #4F4F4F. Windows color (decimal): -8184364 or 13901187. OLE color: 13901187.
HSL color Cylindrical-coordinate representation of color #831DD4: hue angle of 273.44º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831DD4 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 29 | 212 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.17 |
| HSL | 273.44º | 0.76% | 0.47% | - |
| HSV(B) | 273.44º | 0.86% | 0.83% | - |
| XYZ | 21.68 | 10.46 | 63.16 | - |
| YUV | 80.36 | 202.29 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 212 | 0.38 | 0.86 | 0 | 0.17 | 273.44 | 0.76 | 0.47 |
| Hex | 83 | 1D | D4 | 26 | 56 | 0 | 11 | 111 | 4C | 2F |
| Octal | 203 | 35 | 324 | 46 | 126 | 0 | 21 | 421 | 114 | 57 |
| Binary | 10000011 | 11101 | 11010100 | 100110 | 1010110 | 0 | 10001 | 100010001 | 1001100 | 101111 |
Color Harmonies of #831DD4
Complementary color
Monochromatic Colors of #831DD4
Black with #831DD4
Text Example
Text Example
White with #831DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831DD4; }
p { color: rgb(131,29,212); }
H1.HeaderClassName
{
color: #831DD4;
}
.AnyTagClassName
{
color: #831DD4;
}
</style>
background-color css
<style>
a { background-color: #831DD4; }
a { background-color: rgb(131,29,212); }
div.DivClassName
{
background-color: #831DD4;
}
.BgClassName
{
background-color: #831DD4;
}
</style>
border-color css
<style>
span { border-color: #831DD4; }
span { border-color: rgb(131,29,212); }
td.TdClassName
{
border-color: #831DD4;
}
.TagClassName
{
border-color: #831DD4;
}
</style>