Shades of Blue Violet #8314EA
Tints of Blue Violet #8314EA
RGB
CMYK
RGB Variations
Color information
#8314EA (or 0x8314EA) is known color: Blue Violet. HEX triplet: 83, 14 and EA. RGB value is (131,20,234). Sum of RGB (Red+Green+Blue) = 131+20+234=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #8314EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8314EA is #7CEB15. Grayscale: #4C4C4C. Windows color (decimal): -8186646 or 15340675. OLE color: 15340675.
HSL color Cylindrical-coordinate representation of color #8314EA: hue angle of 271.12º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8314EA is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 20 | 234 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.08 |
| HSL | 271.12º | 0.84% | 0.5% | - |
| HSV(B) | 271.12º | 0.91% | 0.92% | - |
| XYZ | 24.46 | 11.27 | 78.73 | - |
| YUV | 77.59 | 216.27 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 234 | 0.44 | 0.91 | 0 | 0.08 | 271.12 | 0.84 | 0.5 |
| Hex | 83 | 14 | EA | 2C | 5B | 0 | 8 | 10F | 54 | 32 |
| Octal | 203 | 24 | 352 | 54 | 133 | 0 | 10 | 417 | 124 | 62 |
| Binary | 10000011 | 10100 | 11101010 | 101100 | 1011011 | 0 | 1000 | 100001111 | 1010100 | 110010 |
Color Harmonies of #8314EA
Complementary color
Monochromatic Colors of #8314EA
Black with #8314EA
Text Example
Text Example
White with #8314EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8314EA; }
p { color: rgb(131,20,234); }
H1.HeaderClassName
{
color: #8314EA;
}
.AnyTagClassName
{
color: #8314EA;
}
</style>
background-color css
<style>
a { background-color: #8314EA; }
a { background-color: rgb(131,20,234); }
div.DivClassName
{
background-color: #8314EA;
}
.BgClassName
{
background-color: #8314EA;
}
</style>
border-color css
<style>
span { border-color: #8314EA; }
span { border-color: rgb(131,20,234); }
td.TdClassName
{
border-color: #8314EA;
}
.TagClassName
{
border-color: #8314EA;
}
</style>