Shades of Blue Violet #8D41EB
Tints of Blue Violet #8D41EB
RGB
CMYK
RGB Variations
Color information
#8D41EB (or 0x8D41EB) is known color: Blue Violet. HEX triplet: 8D, 41 and EB. RGB value is (141,65,235). Sum of RGB (Red+Green+Blue) = 141+65+235=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D41EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D41EB is #72BE14. Grayscale: #6A6A6A. Windows color (decimal): -7519765 or 15417741. OLE color: 15417741.
HSL color Cylindrical-coordinate representation of color #8D41EB: hue angle of 266.82º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D41EB is Cyan = 0.4, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 65 | 235 | - |
| CMYK | 0.4 | 0.72 | 0 | 0.08 |
| HSL | 266.82º | 0.81% | 0.59% | - |
| HSV(B) | 266.82º | 0.72% | 0.92% | - |
| XYZ | 27.87 | 15.44 | 80.11 | - |
| YUV | 107.1 | 200.18 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 235 | 0.4 | 0.72 | 0 | 0.08 | 266.82 | 0.81 | 0.59 |
| Hex | 8D | 41 | EB | 28 | 48 | 0 | 8 | 10B | 51 | 3B |
| Octal | 215 | 101 | 353 | 50 | 110 | 0 | 10 | 413 | 121 | 73 |
| Binary | 10001101 | 1000001 | 11101011 | 101000 | 1001000 | 0 | 1000 | 100001011 | 1010001 | 111011 |
Color Harmonies of #8D41EB
Complementary color
Monochromatic Colors of #8D41EB
Black with #8D41EB
Text Example
Text Example
White with #8D41EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D41EB; }
p { color: rgb(141,65,235); }
H1.HeaderClassName
{
color: #8D41EB;
}
.AnyTagClassName
{
color: #8D41EB;
}
</style>
background-color css
<style>
a { background-color: #8D41EB; }
a { background-color: rgb(141,65,235); }
div.DivClassName
{
background-color: #8D41EB;
}
.BgClassName
{
background-color: #8D41EB;
}
</style>
border-color css
<style>
span { border-color: #8D41EB; }
span { border-color: rgb(141,65,235); }
td.TdClassName
{
border-color: #8D41EB;
}
.TagClassName
{
border-color: #8D41EB;
}
</style>