Shades of Blue Violet #8D1DEC
Tints of Blue Violet #8D1DEC
RGB
CMYK
RGB Variations
Color information
#8D1DEC (or 0x8D1DEC) is known color: Blue Violet. HEX triplet: 8D, 1D and EC. RGB value is (141,29,236). Sum of RGB (Red+Green+Blue) = 141+29+236=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D1DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1DEC is #72E213. Grayscale: #555555. Windows color (decimal): -7528980 or 15474061. OLE color: 15474061.
HSL color Cylindrical-coordinate representation of color #8D1DEC: hue angle of 272.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1DEC is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 29 | 236 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.07 |
| HSL | 272.46º | 0.84% | 0.52% | - |
| HSV(B) | 272.46º | 0.88% | 0.93% | - |
| XYZ | 26.56 | 12.6 | 80.39 | - |
| YUV | 86.09 | 212.61 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 236 | 0.40 | 0.88 | 0 | 0.07 | 272.46 | 0.84 | 0.52 |
| Hex | 8D | 1D | EC | 28 | 58 | 0 | 7 | 110 | 54 | 34 |
| Octal | 215 | 35 | 354 | 50 | 130 | 0 | 7 | 420 | 124 | 64 |
| Binary | 10001101 | 11101 | 11101100 | 101000 | 1011000 | 0 | 111 | 100010000 | 1010100 | 110100 |
Color Harmonies of #8D1DEC
Complementary color
Monochromatic Colors of #8D1DEC
Black with #8D1DEC
Text Example
Text Example
White with #8D1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1DEC; }
p { color: rgb(141,29,236); }
H1.HeaderClassName
{
color: #8D1DEC;
}
.AnyTagClassName
{
color: #8D1DEC;
}
</style>
background-color css
<style>
a { background-color: #8D1DEC; }
a { background-color: rgb(141,29,236); }
div.DivClassName
{
background-color: #8D1DEC;
}
.BgClassName
{
background-color: #8D1DEC;
}
</style>
border-color css
<style>
span { border-color: #8D1DEC; }
span { border-color: rgb(141,29,236); }
td.TdClassName
{
border-color: #8D1DEC;
}
.TagClassName
{
border-color: #8D1DEC;
}
</style>