Shades of Blue Violet #8D1EEC
Tints of Blue Violet #8D1EEC
RGB
CMYK
RGB Variations
Color information
#8D1EEC (or 0x8D1EEC) is known color: Blue Violet. HEX triplet: 8D, 1E and EC. RGB value is (141,30,236). Sum of RGB (Red+Green+Blue) = 141+30+236=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D1EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1EEC is #72E113. Grayscale: #555555. Windows color (decimal): -7528724 or 15474317. OLE color: 15474317.
HSL color Cylindrical-coordinate representation of color #8D1EEC: hue angle of 272.33º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1EEC is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 30 | 236 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.07 |
| HSL | 272.33º | 0.84% | 0.52% | - |
| HSV(B) | 272.33º | 0.87% | 0.93% | - |
| XYZ | 26.59 | 12.65 | 80.4 | - |
| YUV | 86.67 | 212.27 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 30 | 236 | 0.40 | 0.87 | 0 | 0.07 | 272.33 | 0.84 | 0.52 |
| Hex | 8D | 1E | EC | 28 | 57 | 0 | 7 | 110 | 54 | 34 |
| Octal | 215 | 36 | 354 | 50 | 127 | 0 | 7 | 420 | 124 | 64 |
| Binary | 10001101 | 11110 | 11101100 | 101000 | 1010111 | 0 | 111 | 100010000 | 1010100 | 110100 |
Color Harmonies of #8D1EEC
Complementary color
Monochromatic Colors of #8D1EEC
Black with #8D1EEC
Text Example
Text Example
White with #8D1EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1EEC; }
p { color: rgb(141,30,236); }
H1.HeaderClassName
{
color: #8D1EEC;
}
.AnyTagClassName
{
color: #8D1EEC;
}
</style>
background-color css
<style>
a { background-color: #8D1EEC; }
a { background-color: rgb(141,30,236); }
div.DivClassName
{
background-color: #8D1EEC;
}
.BgClassName
{
background-color: #8D1EEC;
}
</style>
border-color css
<style>
span { border-color: #8D1EEC; }
span { border-color: rgb(141,30,236); }
td.TdClassName
{
border-color: #8D1EEC;
}
.TagClassName
{
border-color: #8D1EEC;
}
</style>