Shades of Blue Violet #831EDC
Tints of Blue Violet #831EDC
RGB
CMYK
RGB Variations
Color information
#831EDC (or 0x831EDC) is known color: Blue Violet. HEX triplet: 83, 1E and DC. RGB value is (131,30,220). Sum of RGB (Red+Green+Blue) = 131+30+220=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #831EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831EDC is #7CE123. Grayscale: #515151. Windows color (decimal): -8184100 or 14425731. OLE color: 14425731.
HSL color Cylindrical-coordinate representation of color #831EDC: hue angle of 271.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831EDC is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 30 | 220 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.14 |
| HSL | 271.89º | 0.76% | 0.49% | - |
| HSV(B) | 271.89º | 0.86% | 0.86% | - |
| XYZ | 22.74 | 10.92 | 68.62 | - |
| YUV | 81.86 | 205.96 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 220 | 0.40 | 0.86 | 0 | 0.14 | 271.89 | 0.76 | 0.49 |
| Hex | 83 | 1E | DC | 28 | 56 | 0 | E | 110 | 4C | 31 |
| Octal | 203 | 36 | 334 | 50 | 126 | 0 | 16 | 420 | 114 | 61 |
| Binary | 10000011 | 11110 | 11011100 | 101000 | 1010110 | 0 | 1110 | 100010000 | 1001100 | 110001 |
Color Harmonies of #831EDC
Complementary color
Monochromatic Colors of #831EDC
Black with #831EDC
Text Example
Text Example
White with #831EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831EDC; }
p { color: rgb(131,30,220); }
H1.HeaderClassName
{
color: #831EDC;
}
.AnyTagClassName
{
color: #831EDC;
}
</style>
background-color css
<style>
a { background-color: #831EDC; }
a { background-color: rgb(131,30,220); }
div.DivClassName
{
background-color: #831EDC;
}
.BgClassName
{
background-color: #831EDC;
}
</style>
border-color css
<style>
span { border-color: #831EDC; }
span { border-color: rgb(131,30,220); }
td.TdClassName
{
border-color: #831EDC;
}
.TagClassName
{
border-color: #831EDC;
}
</style>