Shades of Blue Violet #8D1EFF
Tints of Blue Violet #8D1EFF
RGB
CMYK
RGB Variations
Color information
#8D1EFF (or 0x8D1EFF) is known color: Blue Violet. HEX triplet: 8D, 1E and FF. RGB value is (141,30,255). Sum of RGB (Red+Green+Blue) = 141+30+255=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D1EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1EFF is #72E100. Grayscale: #585858. Windows color (decimal): -7528705 or 16719501. OLE color: 16719501.
HSL color Cylindrical-coordinate representation of color #8D1EFF: hue angle of 269.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1EFF is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 30 | 255 | - |
| CMYK | 0.45 | 0.88 | 0 | 0 |
| HSL | 269.6º | 1% | 0.56% | - |
| HSV(B) | 269.6º | 0.88% | 1% | - |
| XYZ | 29.5 | 13.81 | 95.72 | - |
| YUV | 88.84 | 221.77 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 30 | 255 | 0.45 | 0.88 | 0 | 0 | 269.6 | 1 | 0.56 |
| Hex | 8D | 1E | FF | 2D | 58 | 0 | 0 | 10E | 64 | 38 |
| Octal | 215 | 36 | 377 | 55 | 130 | 0 | 0 | 416 | 144 | 70 |
| Binary | 10001101 | 11110 | 11111111 | 101101 | 1011000 | 0 | 0 | 100001110 | 1100100 | 111000 |
Color Harmonies of #8D1EFF
Complementary color
Monochromatic Colors of #8D1EFF
Black with #8D1EFF
Text Example
Text Example
White with #8D1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1EFF; }
p { color: rgb(141,30,255); }
H1.HeaderClassName
{
color: #8D1EFF;
}
.AnyTagClassName
{
color: #8D1EFF;
}
</style>
background-color css
<style>
a { background-color: #8D1EFF; }
a { background-color: rgb(141,30,255); }
div.DivClassName
{
background-color: #8D1EFF;
}
.BgClassName
{
background-color: #8D1EFF;
}
</style>
border-color css
<style>
span { border-color: #8D1EFF; }
span { border-color: rgb(141,30,255); }
td.TdClassName
{
border-color: #8D1EFF;
}
.TagClassName
{
border-color: #8D1EFF;
}
</style>