Shades of Medium Purple #8D6AE0
Tints of Medium Purple #8D6AE0
RGB
CMYK
RGB Variations
Color information
#8D6AE0 (or 0x8D6AE0) is known color: Medium Purple. HEX triplet: 8D, 6A and E0. RGB value is (141,106,224). Sum of RGB (Red+Green+Blue) = 141+106+224=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D6AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6AE0 is #72951F. Grayscale: #818181. Windows color (decimal): -7509280 or 14707341. OLE color: 14707341.
HSL color Cylindrical-coordinate representation of color #8D6AE0: hue angle of 257.8º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D6AE0 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 106 | 224 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.12 |
| HSL | 257.8º | 0.66% | 0.65% | - |
| HSV(B) | 257.8º | 0.53% | 0.88% | - |
| XYZ | 29.59 | 21.35 | 73.08 | - |
| YUV | 129.92 | 181.1 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 224 | 0.37 | 0.53 | 0 | 0.12 | 257.8 | 0.66 | 0.65 |
| Hex | 8D | 6A | E0 | 25 | 35 | 0 | C | 102 | 42 | 41 |
| Octal | 215 | 152 | 340 | 45 | 65 | 0 | 14 | 402 | 102 | 101 |
| Binary | 10001101 | 1101010 | 11100000 | 100101 | 110101 | 0 | 1100 | 100000010 | 1000010 | 1000001 |
Color Harmonies of #8D6AE0
Complementary color
Monochromatic Colors of #8D6AE0
Black with #8D6AE0
Text Example
Text Example
White with #8D6AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6AE0; }
p { color: rgb(141,106,224); }
H1.HeaderClassName
{
color: #8D6AE0;
}
.AnyTagClassName
{
color: #8D6AE0;
}
</style>
background-color css
<style>
a { background-color: #8D6AE0; }
a { background-color: rgb(141,106,224); }
div.DivClassName
{
background-color: #8D6AE0;
}
.BgClassName
{
background-color: #8D6AE0;
}
</style>
border-color css
<style>
span { border-color: #8D6AE0; }
span { border-color: rgb(141,106,224); }
td.TdClassName
{
border-color: #8D6AE0;
}
.TagClassName
{
border-color: #8D6AE0;
}
</style>