Shades of Medium Purple #8D53EA
Tints of Medium Purple #8D53EA
RGB
CMYK
RGB Variations
Color information
#8D53EA (or 0x8D53EA) is known color: Medium Purple. HEX triplet: 8D, 53 and EA. RGB value is (141,83,234). Sum of RGB (Red+Green+Blue) = 141+83+234=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D53EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D53EA is #72AC15. Grayscale: #757575. Windows color (decimal): -7515158 or 15356813. OLE color: 15356813.
HSL color Cylindrical-coordinate representation of color #8D53EA: hue angle of 263.05º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D53EA is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 83 | 234 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.08 |
| HSL | 263.05º | 0.78% | 0.62% | - |
| HSV(B) | 263.05º | 0.65% | 0.92% | - |
| XYZ | 28.93 | 17.79 | 79.75 | - |
| YUV | 117.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 234 | 0.40 | 0.65 | 0 | 0.08 | 263.05 | 0.78 | 0.62 |
| Hex | 8D | 53 | EA | 28 | 41 | 0 | 8 | 107 | 4E | 3E |
| Octal | 215 | 123 | 352 | 50 | 101 | 0 | 10 | 407 | 116 | 76 |
| Binary | 10001101 | 1010011 | 11101010 | 101000 | 1000001 | 0 | 1000 | 100000111 | 1001110 | 111110 |
Color Harmonies of #8D53EA
Complementary color
Monochromatic Colors of #8D53EA
Black with #8D53EA
Text Example
Text Example
White with #8D53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D53EA; }
p { color: rgb(141,83,234); }
H1.HeaderClassName
{
color: #8D53EA;
}
.AnyTagClassName
{
color: #8D53EA;
}
</style>
background-color css
<style>
a { background-color: #8D53EA; }
a { background-color: rgb(141,83,234); }
div.DivClassName
{
background-color: #8D53EA;
}
.BgClassName
{
background-color: #8D53EA;
}
</style>
border-color css
<style>
span { border-color: #8D53EA; }
span { border-color: rgb(141,83,234); }
td.TdClassName
{
border-color: #8D53EA;
}
.TagClassName
{
border-color: #8D53EA;
}
</style>