Shades of Medium Purple #8D7AE9
Tints of Medium Purple #8D7AE9
RGB
CMYK
RGB Variations
Color information
#8D7AE9 (or 0x8D7AE9) is known color: Medium Purple. HEX triplet: 8D, 7A and E9. RGB value is (141,122,233). Sum of RGB (Red+Green+Blue) = 141+122+233=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 233 - color contains mainly: blue. Hex color #8D7AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7AE9 is #728516. Grayscale: #8B8B8B. Windows color (decimal): -7505175 or 15301261. OLE color: 15301261.
HSL color Cylindrical-coordinate representation of color #8D7AE9: hue angle of 250.27º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D7AE9 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 122 | 233 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.09 |
| HSL | 250.27º | 0.72% | 0.7% | - |
| HSV(B) | 250.27º | 0.48% | 0.91% | - |
| XYZ | 32.65 | 25.46 | 80.29 | - |
| YUV | 140.34 | 180.29 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 233 | 0.39 | 0.48 | 0 | 0.09 | 250.27 | 0.72 | 0.7 |
| Hex | 8D | 7A | E9 | 27 | 30 | 0 | 9 | FA | 48 | 46 |
| Octal | 215 | 172 | 351 | 47 | 60 | 0 | 11 | 372 | 110 | 106 |
| Binary | 10001101 | 1111010 | 11101001 | 100111 | 110000 | 0 | 1001 | 11111010 | 1001000 | 1000110 |
Color Harmonies of #8D7AE9
Complementary color
Monochromatic Colors of #8D7AE9
Black with #8D7AE9
Text Example
Text Example
White with #8D7AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7AE9; }
p { color: rgb(141,122,233); }
H1.HeaderClassName
{
color: #8D7AE9;
}
.AnyTagClassName
{
color: #8D7AE9;
}
</style>
background-color css
<style>
a { background-color: #8D7AE9; }
a { background-color: rgb(141,122,233); }
div.DivClassName
{
background-color: #8D7AE9;
}
.BgClassName
{
background-color: #8D7AE9;
}
</style>
border-color css
<style>
span { border-color: #8D7AE9; }
span { border-color: rgb(141,122,233); }
td.TdClassName
{
border-color: #8D7AE9;
}
.TagClassName
{
border-color: #8D7AE9;
}
</style>