Shades of Blue Violet #831ECF
Tints of Blue Violet #831ECF
RGB
CMYK
RGB Variations
Color information
#831ECF (or 0x831ECF) is known color: Blue Violet. HEX triplet: 83, 1E and CF. RGB value is (131,30,207). Sum of RGB (Red+Green+Blue) = 131+30+207=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #831ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #831ECF is #7CE130. Grayscale: #4F4F4F. Windows color (decimal): -8184113 or 13573763. OLE color: 13573763.
HSL color Cylindrical-coordinate representation of color #831ECF: hue angle of 274.24º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831ECF is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 30 | 207 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.19 |
| HSL | 274.24º | 0.75% | 0.46% | - |
| HSV(B) | 274.24º | 0.86% | 0.81% | - |
| XYZ | 21.09 | 10.26 | 59.9 | - |
| YUV | 80.38 | 199.46 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 207 | 0.37 | 0.86 | 0 | 0.19 | 274.24 | 0.75 | 0.46 |
| Hex | 83 | 1E | CF | 25 | 56 | 0 | 13 | 112 | 4B | 2E |
| Octal | 203 | 36 | 317 | 45 | 126 | 0 | 23 | 422 | 113 | 56 |
| Binary | 10000011 | 11110 | 11001111 | 100101 | 1010110 | 0 | 10011 | 100010010 | 1001011 | 101110 |
Color Harmonies of #831ECF
Complementary color
Monochromatic Colors of #831ECF
Black with #831ECF
Text Example
Text Example
White with #831ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831ECF; }
p { color: rgb(131,30,207); }
H1.HeaderClassName
{
color: #831ECF;
}
.AnyTagClassName
{
color: #831ECF;
}
</style>
background-color css
<style>
a { background-color: #831ECF; }
a { background-color: rgb(131,30,207); }
div.DivClassName
{
background-color: #831ECF;
}
.BgClassName
{
background-color: #831ECF;
}
</style>
border-color css
<style>
span { border-color: #831ECF; }
span { border-color: rgb(131,30,207); }
td.TdClassName
{
border-color: #831ECF;
}
.TagClassName
{
border-color: #831ECF;
}
</style>