Shades of Blue Violet #8D42EB
Tints of Blue Violet #8D42EB
RGB
CMYK
RGB Variations
Color information
#8D42EB (or 0x8D42EB) is known color: Blue Violet. HEX triplet: 8D, 42 and EB. RGB value is (141,66,235). Sum of RGB (Red+Green+Blue) = 141+66+235=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D42EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D42EB is #72BD14. Grayscale: #6B6B6B. Windows color (decimal): -7519509 or 15417997. OLE color: 15417997.
HSL color Cylindrical-coordinate representation of color #8D42EB: hue angle of 266.63º 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 #8D42EB is Cyan = 0.4, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 66 | 235 | - |
| CMYK | 0.4 | 0.72 | 0 | 0.08 |
| HSL | 266.63º | 0.81% | 0.59% | - |
| HSV(B) | 266.63º | 0.72% | 0.92% | - |
| XYZ | 27.93 | 15.56 | 80.13 | - |
| YUV | 107.69 | 199.85 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 235 | 0.4 | 0.72 | 0 | 0.08 | 266.63 | 0.81 | 0.59 |
| Hex | 8D | 42 | EB | 28 | 48 | 0 | 8 | 10B | 51 | 3B |
| Octal | 215 | 102 | 353 | 50 | 110 | 0 | 10 | 413 | 121 | 73 |
| Binary | 10001101 | 1000010 | 11101011 | 101000 | 1001000 | 0 | 1000 | 100001011 | 1010001 | 111011 |
Color Harmonies of #8D42EB
Complementary color
Monochromatic Colors of #8D42EB
Black with #8D42EB
Text Example
Text Example
White with #8D42EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D42EB; }
p { color: rgb(141,66,235); }
H1.HeaderClassName
{
color: #8D42EB;
}
.AnyTagClassName
{
color: #8D42EB;
}
</style>
background-color css
<style>
a { background-color: #8D42EB; }
a { background-color: rgb(141,66,235); }
div.DivClassName
{
background-color: #8D42EB;
}
.BgClassName
{
background-color: #8D42EB;
}
</style>
border-color css
<style>
span { border-color: #8D42EB; }
span { border-color: rgb(141,66,235); }
td.TdClassName
{
border-color: #8D42EB;
}
.TagClassName
{
border-color: #8D42EB;
}
</style>