Shades of Blue Violet #8312E9
Tints of Blue Violet #8312E9
RGB
CMYK
RGB Variations
Color information
#8312E9 (or 0x8312E9) is known color: Blue Violet. HEX triplet: 83, 12 and E9. RGB value is (131,18,233). Sum of RGB (Red+Green+Blue) = 131+18+233=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 233 (91.41% from 255 or 60.99% from 382); Max value from RGB is 233 - color contains mainly: blue. Hex color #8312E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8312E9 is #7CED16. Grayscale: #4B4B4B. Windows color (decimal): -8187159 or 15274627. OLE color: 15274627.
HSL color Cylindrical-coordinate representation of color #8312E9: hue angle of 271.53º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8312E9 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 18 | 233 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.09 |
| HSL | 271.53º | 0.86% | 0.49% | - |
| HSV(B) | 271.53º | 0.92% | 0.91% | - |
| XYZ | 24.28 | 11.14 | 77.96 | - |
| YUV | 76.3 | 216.44 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 233 | 0.44 | 0.92 | 0 | 0.09 | 271.53 | 0.86 | 0.49 |
| Hex | 83 | 12 | E9 | 2C | 5C | 0 | 9 | 110 | 56 | 31 |
| Octal | 203 | 22 | 351 | 54 | 134 | 0 | 11 | 420 | 126 | 61 |
| Binary | 10000011 | 10010 | 11101001 | 101100 | 1011100 | 0 | 1001 | 100010000 | 1010110 | 110001 |
Color Harmonies of #8312E9
Complementary color
Monochromatic Colors of #8312E9
Black with #8312E9
Text Example
Text Example
White with #8312E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8312E9; }
p { color: rgb(131,18,233); }
H1.HeaderClassName
{
color: #8312E9;
}
.AnyTagClassName
{
color: #8312E9;
}
</style>
background-color css
<style>
a { background-color: #8312E9; }
a { background-color: rgb(131,18,233); }
div.DivClassName
{
background-color: #8312E9;
}
.BgClassName
{
background-color: #8312E9;
}
</style>
border-color css
<style>
span { border-color: #8312E9; }
span { border-color: rgb(131,18,233); }
td.TdClassName
{
border-color: #8312E9;
}
.TagClassName
{
border-color: #8312E9;
}
</style>