Shades of Blue Violet #8331EC
Tints of Blue Violet #8331EC
RGB
CMYK
RGB Variations
Color information
#8331EC (or 0x8331EC) is known color: Blue Violet. HEX triplet: 83, 31 and EC. RGB value is (131,49,236). Sum of RGB (Red+Green+Blue) = 131+49+236=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #8331EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8331EC is #7CCE13. Grayscale: #5E5E5E. Windows color (decimal): -8179220 or 15479171. OLE color: 15479171.
HSL color Cylindrical-coordinate representation of color #8331EC: hue angle of 266.31º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8331EC is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 49 | 236 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.07 |
| HSL | 266.31º | 0.83% | 0.56% | - |
| HSV(B) | 266.31º | 0.79% | 0.93% | - |
| XYZ | 25.6 | 13.08 | 80.53 | - |
| YUV | 94.84 | 207.67 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 236 | 0.44 | 0.79 | 0 | 0.07 | 266.31 | 0.83 | 0.56 |
| Hex | 83 | 31 | EC | 2C | 4F | 0 | 7 | 10A | 53 | 38 |
| Octal | 203 | 61 | 354 | 54 | 117 | 0 | 7 | 412 | 123 | 70 |
| Binary | 10000011 | 110001 | 11101100 | 101100 | 1001111 | 0 | 111 | 100001010 | 1010011 | 111000 |
Color Harmonies of #8331EC
Complementary color
Monochromatic Colors of #8331EC
Black with #8331EC
Text Example
Text Example
White with #8331EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8331EC; }
p { color: rgb(131,49,236); }
H1.HeaderClassName
{
color: #8331EC;
}
.AnyTagClassName
{
color: #8331EC;
}
</style>
background-color css
<style>
a { background-color: #8331EC; }
a { background-color: rgb(131,49,236); }
div.DivClassName
{
background-color: #8331EC;
}
.BgClassName
{
background-color: #8331EC;
}
</style>
border-color css
<style>
span { border-color: #8331EC; }
span { border-color: rgb(131,49,236); }
td.TdClassName
{
border-color: #8331EC;
}
.TagClassName
{
border-color: #8331EC;
}
</style>