Shades of Medium Purple #8D6AED
Tints of Medium Purple #8D6AED
RGB
CMYK
RGB Variations
Color information
#8D6AED (or 0x8D6AED) is known color: Medium Purple. HEX triplet: 8D, 6A and ED. RGB value is (141,106,237). Sum of RGB (Red+Green+Blue) = 141+106+237=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D6AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6AED is #729512. Grayscale: #828282. Windows color (decimal): -7509267 or 15559309. OLE color: 15559309.
HSL color Cylindrical-coordinate representation of color #8D6AED: hue angle of 256.03º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D6AED is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 106 | 237 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.07 |
| HSL | 256.03º | 0.78% | 0.67% | - |
| HSV(B) | 256.03º | 0.55% | 0.93% | - |
| XYZ | 31.42 | 22.09 | 82.73 | - |
| YUV | 131.4 | 187.6 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 237 | 0.41 | 0.55 | 0 | 0.07 | 256.03 | 0.78 | 0.67 |
| Hex | 8D | 6A | ED | 29 | 37 | 0 | 7 | 100 | 4E | 43 |
| Octal | 215 | 152 | 355 | 51 | 67 | 0 | 7 | 400 | 116 | 103 |
| Binary | 10001101 | 1101010 | 11101101 | 101001 | 110111 | 0 | 111 | 100000000 | 1001110 | 1000011 |
Color Harmonies of #8D6AED
Complementary color
Monochromatic Colors of #8D6AED
Black with #8D6AED
Text Example
Text Example
White with #8D6AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6AED; }
p { color: rgb(141,106,237); }
H1.HeaderClassName
{
color: #8D6AED;
}
.AnyTagClassName
{
color: #8D6AED;
}
</style>
background-color css
<style>
a { background-color: #8D6AED; }
a { background-color: rgb(141,106,237); }
div.DivClassName
{
background-color: #8D6AED;
}
.BgClassName
{
background-color: #8D6AED;
}
</style>
border-color css
<style>
span { border-color: #8D6AED; }
span { border-color: rgb(141,106,237); }
td.TdClassName
{
border-color: #8D6AED;
}
.TagClassName
{
border-color: #8D6AED;
}
</style>