Shades of Blue Violet #8D42E5
Tints of Blue Violet #8D42E5
RGB
CMYK
RGB Variations
Color information
#8D42E5 (or 0x8D42E5) is known color: Blue Violet. HEX triplet: 8D, 42 and E5. RGB value is (141,66,229). Sum of RGB (Red+Green+Blue) = 141+66+229=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #8D42E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D42E5 is #72BD1A. Grayscale: #6A6A6A. Windows color (decimal): -7519515 or 15024781. OLE color: 15024781.
HSL color Cylindrical-coordinate representation of color #8D42E5: hue angle of 267.61º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D42E5 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 66 | 229 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.10 |
| HSL | 267.61º | 0.76% | 0.58% | - |
| HSV(B) | 267.61º | 0.71% | 0.9% | - |
| XYZ | 27.08 | 15.22 | 75.64 | - |
| YUV | 107.01 | 196.85 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 229 | 0.38 | 0.71 | 0 | 0.10 | 267.61 | 0.76 | 0.58 |
| Hex | 8D | 42 | E5 | 26 | 47 | 0 | A | 10C | 4C | 3A |
| Octal | 215 | 102 | 345 | 46 | 107 | 0 | 12 | 414 | 114 | 72 |
| Binary | 10001101 | 1000010 | 11100101 | 100110 | 1000111 | 0 | 1010 | 100001100 | 1001100 | 111010 |
Color Harmonies of #8D42E5
Complementary color
Monochromatic Colors of #8D42E5
Black with #8D42E5
Text Example
Text Example
White with #8D42E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D42E5; }
p { color: rgb(141,66,229); }
H1.HeaderClassName
{
color: #8D42E5;
}
.AnyTagClassName
{
color: #8D42E5;
}
</style>
background-color css
<style>
a { background-color: #8D42E5; }
a { background-color: rgb(141,66,229); }
div.DivClassName
{
background-color: #8D42E5;
}
.BgClassName
{
background-color: #8D42E5;
}
</style>
border-color css
<style>
span { border-color: #8D42E5; }
span { border-color: rgb(141,66,229); }
td.TdClassName
{
border-color: #8D42E5;
}
.TagClassName
{
border-color: #8D42E5;
}
</style>