Shades of Medium Purple #8E73DD
Tints of Medium Purple #8E73DD
RGB
CMYK
RGB Variations
Color information
#8E73DD (or 0x8E73DD) is known color: Medium Purple. HEX triplet: 8E, 73 and DD. RGB value is (142,115,221). Sum of RGB (Red+Green+Blue) = 142+115+221=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E73DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E73DD is #718C22. Grayscale: #868686. Windows color (decimal): -7441443 or 14513038. OLE color: 14513038.
HSL color Cylindrical-coordinate representation of color #8E73DD: hue angle of 255.28º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E73DD is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 115 | 221 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.13 |
| HSL | 255.28º | 0.61% | 0.66% | - |
| HSV(B) | 255.28º | 0.48% | 0.87% | - |
| XYZ | 30.34 | 23.23 | 71.29 | - |
| YUV | 135.16 | 176.45 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 115 | 221 | 0.36 | 0.48 | 0 | 0.13 | 255.28 | 0.61 | 0.66 |
| Hex | 8E | 73 | DD | 24 | 30 | 0 | D | FF | 3D | 42 |
| Octal | 216 | 163 | 335 | 44 | 60 | 0 | 15 | 377 | 75 | 102 |
| Binary | 10001110 | 1110011 | 11011101 | 100100 | 110000 | 0 | 1101 | 11111111 | 111101 | 1000010 |
Color Harmonies of #8E73DD
Complementary color
Monochromatic Colors of #8E73DD
Black with #8E73DD
Text Example
Text Example
White with #8E73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E73DD; }
p { color: rgb(142,115,221); }
H1.HeaderClassName
{
color: #8E73DD;
}
.AnyTagClassName
{
color: #8E73DD;
}
</style>
background-color css
<style>
a { background-color: #8E73DD; }
a { background-color: rgb(142,115,221); }
div.DivClassName
{
background-color: #8E73DD;
}
.BgClassName
{
background-color: #8E73DD;
}
</style>
border-color css
<style>
span { border-color: #8E73DD; }
span { border-color: rgb(142,115,221); }
td.TdClassName
{
border-color: #8E73DD;
}
.TagClassName
{
border-color: #8E73DD;
}
</style>