Shades of Blue Violet #8D1FEE
Tints of Blue Violet #8D1FEE
RGB
CMYK
RGB Variations
Color information
#8D1FEE (or 0x8D1FEE) is known color: Blue Violet. HEX triplet: 8D, 1F and EE. RGB value is (141,31,238). Sum of RGB (Red+Green+Blue) = 141+31+238=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D1FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1FEE is #72E011. Grayscale: #565656. Windows color (decimal): -7528466 or 15605645. OLE color: 15605645.
HSL color Cylindrical-coordinate representation of color #8D1FEE: hue angle of 271.88º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1FEE is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 31 | 238 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.07 |
| HSL | 271.88º | 0.86% | 0.53% | - |
| HSV(B) | 271.88º | 0.87% | 0.93% | - |
| XYZ | 26.91 | 12.82 | 81.94 | - |
| YUV | 87.49 | 212.94 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 238 | 0.41 | 0.87 | 0 | 0.07 | 271.88 | 0.86 | 0.53 |
| Hex | 8D | 1F | EE | 29 | 57 | 0 | 7 | 110 | 56 | 35 |
| Octal | 215 | 37 | 356 | 51 | 127 | 0 | 7 | 420 | 126 | 65 |
| Binary | 10001101 | 11111 | 11101110 | 101001 | 1010111 | 0 | 111 | 100010000 | 1010110 | 110101 |
Color Harmonies of #8D1FEE
Complementary color
Monochromatic Colors of #8D1FEE
Black with #8D1FEE
Text Example
Text Example
White with #8D1FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1FEE; }
p { color: rgb(141,31,238); }
H1.HeaderClassName
{
color: #8D1FEE;
}
.AnyTagClassName
{
color: #8D1FEE;
}
</style>
background-color css
<style>
a { background-color: #8D1FEE; }
a { background-color: rgb(141,31,238); }
div.DivClassName
{
background-color: #8D1FEE;
}
.BgClassName
{
background-color: #8D1FEE;
}
</style>
border-color css
<style>
span { border-color: #8D1FEE; }
span { border-color: rgb(141,31,238); }
td.TdClassName
{
border-color: #8D1FEE;
}
.TagClassName
{
border-color: #8D1FEE;
}
</style>