Shades of Blue Violet #8D14EC
Tints of Blue Violet #8D14EC
RGB
CMYK
RGB Variations
Color information
#8D14EC (or 0x8D14EC) is known color: Blue Violet. HEX triplet: 8D, 14 and EC. RGB value is (141,20,236). Sum of RGB (Red+Green+Blue) = 141+20+236=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D14EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D14EC is #72EB13. Grayscale: #505050. Windows color (decimal): -7531284 or 15471757. OLE color: 15471757.
HSL color Cylindrical-coordinate representation of color #8D14EC: hue angle of 273.61º 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 #8D14EC is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 20 | 236 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.07 |
| HSL | 273.61º | 0.85% | 0.5% | - |
| HSV(B) | 273.61º | 0.92% | 0.93% | - |
| XYZ | 26.37 | 12.22 | 80.33 | - |
| YUV | 80.8 | 215.59 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 236 | 0.40 | 0.92 | 0 | 0.07 | 273.61 | 0.85 | 0.5 |
| Hex | 8D | 14 | EC | 28 | 5C | 0 | 7 | 112 | 55 | 32 |
| Octal | 215 | 24 | 354 | 50 | 134 | 0 | 7 | 422 | 125 | 62 |
| Binary | 10001101 | 10100 | 11101100 | 101000 | 1011100 | 0 | 111 | 100010010 | 1010101 | 110010 |
Color Harmonies of #8D14EC
Complementary color
Monochromatic Colors of #8D14EC
Black with #8D14EC
Text Example
Text Example
White with #8D14EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D14EC; }
p { color: rgb(141,20,236); }
H1.HeaderClassName
{
color: #8D14EC;
}
.AnyTagClassName
{
color: #8D14EC;
}
</style>
background-color css
<style>
a { background-color: #8D14EC; }
a { background-color: rgb(141,20,236); }
div.DivClassName
{
background-color: #8D14EC;
}
.BgClassName
{
background-color: #8D14EC;
}
</style>
border-color css
<style>
span { border-color: #8D14EC; }
span { border-color: rgb(141,20,236); }
td.TdClassName
{
border-color: #8D14EC;
}
.TagClassName
{
border-color: #8D14EC;
}
</style>