Shades of Blue Violet #8312EC
Tints of Blue Violet #8312EC
RGB
CMYK
RGB Variations
Color information
#8312EC (or 0x8312EC) is known color: Blue Violet. HEX triplet: 83, 12 and EC. RGB value is (131,18,236). Sum of RGB (Red+Green+Blue) = 131+18+236=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #8312EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8312EC is #7CED13. Grayscale: #4B4B4B. Windows color (decimal): -8187156 or 15471235. OLE color: 15471235.
HSL color Cylindrical-coordinate representation of color #8312EC: hue angle of 271.1º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8312EC is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 18 | 236 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.07 |
| HSL | 271.1º | 0.86% | 0.5% | - |
| HSV(B) | 271.1º | 0.92% | 0.93% | - |
| XYZ | 24.72 | 11.31 | 80.24 | - |
| YUV | 76.64 | 217.94 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 236 | 0.44 | 0.92 | 0 | 0.07 | 271.1 | 0.86 | 0.5 |
| Hex | 83 | 12 | EC | 2C | 5C | 0 | 7 | 10F | 56 | 32 |
| Octal | 203 | 22 | 354 | 54 | 134 | 0 | 7 | 417 | 126 | 62 |
| Binary | 10000011 | 10010 | 11101100 | 101100 | 1011100 | 0 | 111 | 100001111 | 1010110 | 110010 |
Color Harmonies of #8312EC
Complementary color
Monochromatic Colors of #8312EC
Black with #8312EC
Text Example
Text Example
White with #8312EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8312EC; }
p { color: rgb(131,18,236); }
H1.HeaderClassName
{
color: #8312EC;
}
.AnyTagClassName
{
color: #8312EC;
}
</style>
background-color css
<style>
a { background-color: #8312EC; }
a { background-color: rgb(131,18,236); }
div.DivClassName
{
background-color: #8312EC;
}
.BgClassName
{
background-color: #8312EC;
}
</style>
border-color css
<style>
span { border-color: #8312EC; }
span { border-color: rgb(131,18,236); }
td.TdClassName
{
border-color: #8312EC;
}
.TagClassName
{
border-color: #8312EC;
}
</style>