Shades of Blue Violet #8114EC
Tints of Blue Violet #8114EC
RGB
CMYK
RGB Variations
Color information
#8114EC (or 0x8114EC) is known color: Blue Violet. HEX triplet: 81, 14 and EC. RGB value is (129,20,236). Sum of RGB (Red+Green+Blue) = 129+20+236=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 20 (8.20% from 255 or 5.19% 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 #8114EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8114EC is #7EEB13. Grayscale: #4C4C4C. Windows color (decimal): -8317716 or 15471745. OLE color: 15471745.
HSL color Cylindrical-coordinate representation of color #8114EC: hue angle of 270.28º degrees, saturation: 0.85, 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 #8114EC is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 20 | 236 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.07 |
| HSL | 270.28º | 0.85% | 0.5% | - |
| HSV(B) | 270.28º | 0.92% | 0.93% | - |
| XYZ | 24.44 | 11.22 | 80.23 | - |
| YUV | 77.22 | 217.61 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 236 | 0.45 | 0.92 | 0 | 0.07 | 270.28 | 0.85 | 0.5 |
| Hex | 81 | 14 | EC | 2D | 5C | 0 | 7 | 10E | 55 | 32 |
| Octal | 201 | 24 | 354 | 55 | 134 | 0 | 7 | 416 | 125 | 62 |
| Binary | 10000001 | 10100 | 11101100 | 101101 | 1011100 | 0 | 111 | 100001110 | 1010101 | 110010 |
Color Harmonies of #8114EC
Complementary color
Monochromatic Colors of #8114EC
Black with #8114EC
Text Example
Text Example
White with #8114EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8114EC; }
p { color: rgb(129,20,236); }
H1.HeaderClassName
{
color: #8114EC;
}
.AnyTagClassName
{
color: #8114EC;
}
</style>
background-color css
<style>
a { background-color: #8114EC; }
a { background-color: rgb(129,20,236); }
div.DivClassName
{
background-color: #8114EC;
}
.BgClassName
{
background-color: #8114EC;
}
</style>
border-color css
<style>
span { border-color: #8114EC; }
span { border-color: rgb(129,20,236); }
td.TdClassName
{
border-color: #8114EC;
}
.TagClassName
{
border-color: #8114EC;
}
</style>