Shades of Medium Purple #8D7EEA
Tints of Medium Purple #8D7EEA
RGB
CMYK
RGB Variations
Color information
#8D7EEA (or 0x8D7EEA) is known color: Medium Purple. HEX triplet: 8D, 7E and EA. RGB value is (141,126,234). Sum of RGB (Red+Green+Blue) = 141+126+234=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D7EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7EEA is #728115. Grayscale: #8E8E8E. Windows color (decimal): -7504150 or 15367821. OLE color: 15367821.
HSL color Cylindrical-coordinate representation of color #8D7EEA: hue angle of 248.33º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D7EEA is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 126 | 234 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.08 |
| HSL | 248.33º | 0.72% | 0.71% | - |
| HSV(B) | 248.33º | 0.46% | 0.92% | - |
| XYZ | 33.3 | 26.52 | 81.21 | - |
| YUV | 142.8 | 179.47 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 234 | 0.40 | 0.46 | 0 | 0.08 | 248.33 | 0.72 | 0.71 |
| Hex | 8D | 7E | EA | 28 | 2E | 0 | 8 | F8 | 48 | 47 |
| Octal | 215 | 176 | 352 | 50 | 56 | 0 | 10 | 370 | 110 | 107 |
| Binary | 10001101 | 1111110 | 11101010 | 101000 | 101110 | 0 | 1000 | 11111000 | 1001000 | 1000111 |
Color Harmonies of #8D7EEA
Complementary color
Monochromatic Colors of #8D7EEA
Black with #8D7EEA
Text Example
Text Example
White with #8D7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7EEA; }
p { color: rgb(141,126,234); }
H1.HeaderClassName
{
color: #8D7EEA;
}
.AnyTagClassName
{
color: #8D7EEA;
}
</style>
background-color css
<style>
a { background-color: #8D7EEA; }
a { background-color: rgb(141,126,234); }
div.DivClassName
{
background-color: #8D7EEA;
}
.BgClassName
{
background-color: #8D7EEA;
}
</style>
border-color css
<style>
span { border-color: #8D7EEA; }
span { border-color: rgb(141,126,234); }
td.TdClassName
{
border-color: #8D7EEA;
}
.TagClassName
{
border-color: #8D7EEA;
}
</style>