Shades of Blue Violet #8D4EEC
Tints of Blue Violet #8D4EEC
RGB
CMYK
RGB Variations
Color information
#8D4EEC (or 0x8D4EEC) is known color: Blue Violet. HEX triplet: 8D, 4E and EC. RGB value is (141,78,236). Sum of RGB (Red+Green+Blue) = 141+78+236=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D4EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D4EEC is #72B113. Grayscale: #727272. Windows color (decimal): -7516436 or 15486605. OLE color: 15486605.
HSL color Cylindrical-coordinate representation of color #8D4EEC: hue angle of 263.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D4EEC is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 78 | 236 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.07 |
| HSL | 263.92º | 0.81% | 0.62% | - |
| HSV(B) | 263.92º | 0.67% | 0.93% | - |
| XYZ | 28.85 | 17.17 | 81.15 | - |
| YUV | 114.85 | 196.37 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 78 | 236 | 0.40 | 0.67 | 0 | 0.07 | 263.92 | 0.81 | 0.62 |
| Hex | 8D | 4E | EC | 28 | 43 | 0 | 7 | 108 | 51 | 3E |
| Octal | 215 | 116 | 354 | 50 | 103 | 0 | 7 | 410 | 121 | 76 |
| Binary | 10001101 | 1001110 | 11101100 | 101000 | 1000011 | 0 | 111 | 100001000 | 1010001 | 111110 |
Color Harmonies of #8D4EEC
Complementary color
Monochromatic Colors of #8D4EEC
Black with #8D4EEC
Text Example
Text Example
White with #8D4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4EEC; }
p { color: rgb(141,78,236); }
H1.HeaderClassName
{
color: #8D4EEC;
}
.AnyTagClassName
{
color: #8D4EEC;
}
</style>
background-color css
<style>
a { background-color: #8D4EEC; }
a { background-color: rgb(141,78,236); }
div.DivClassName
{
background-color: #8D4EEC;
}
.BgClassName
{
background-color: #8D4EEC;
}
</style>
border-color css
<style>
span { border-color: #8D4EEC; }
span { border-color: rgb(141,78,236); }
td.TdClassName
{
border-color: #8D4EEC;
}
.TagClassName
{
border-color: #8D4EEC;
}
</style>