Shades of Blue Violet #8D0EEC
Tints of Blue Violet #8D0EEC
RGB
CMYK
RGB Variations
Color information
#8D0EEC (or 0x8D0EEC) is known color: Blue Violet. HEX triplet: 8D, 0E and EC. RGB value is (141,14,236). Sum of RGB (Red+Green+Blue) = 141+14+236=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D0EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0EEC is #72F113. Grayscale: #4C4C4C. Windows color (decimal): -7532820 or 15470221. OLE color: 15470221.
HSL color Cylindrical-coordinate representation of color #8D0EEC: hue angle of 274.32º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0EEC is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 14 | 236 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.07 |
| HSL | 274.32º | 0.89% | 0.49% | - |
| HSV(B) | 274.32º | 0.94% | 0.93% | - |
| XYZ | 26.28 | 12.03 | 80.29 | - |
| YUV | 77.28 | 217.58 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 14 | 236 | 0.40 | 0.94 | 0 | 0.07 | 274.32 | 0.89 | 0.49 |
| Hex | 8D | E | EC | 28 | 5E | 0 | 7 | 112 | 59 | 31 |
| Octal | 215 | 16 | 354 | 50 | 136 | 0 | 7 | 422 | 131 | 61 |
| Binary | 10001101 | 1110 | 11101100 | 101000 | 1011110 | 0 | 111 | 100010010 | 1011001 | 110001 |
Color Harmonies of #8D0EEC
Complementary color
Monochromatic Colors of #8D0EEC
Black with #8D0EEC
Text Example
Text Example
White with #8D0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0EEC; }
p { color: rgb(141,14,236); }
H1.HeaderClassName
{
color: #8D0EEC;
}
.AnyTagClassName
{
color: #8D0EEC;
}
</style>
background-color css
<style>
a { background-color: #8D0EEC; }
a { background-color: rgb(141,14,236); }
div.DivClassName
{
background-color: #8D0EEC;
}
.BgClassName
{
background-color: #8D0EEC;
}
</style>
border-color css
<style>
span { border-color: #8D0EEC; }
span { border-color: rgb(141,14,236); }
td.TdClassName
{
border-color: #8D0EEC;
}
.TagClassName
{
border-color: #8D0EEC;
}
</style>