Shades of Medium Purple #8D6FEA
Tints of Medium Purple #8D6FEA
RGB
CMYK
RGB Variations
Color information
#8D6FEA (or 0x8D6FEA) is known color: Medium Purple. HEX triplet: 8D, 6F and EA. RGB value is (141,111,234). Sum of RGB (Red+Green+Blue) = 141+111+234=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D6FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6FEA is #729015. Grayscale: #858585. Windows color (decimal): -7507990 or 15363981. OLE color: 15363981.
HSL color Cylindrical-coordinate representation of color #8D6FEA: hue angle of 254.63º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D6FEA is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 111 | 234 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.08 |
| HSL | 254.63º | 0.75% | 0.68% | - |
| HSV(B) | 254.63º | 0.53% | 0.92% | - |
| XYZ | 31.52 | 22.97 | 80.61 | - |
| YUV | 133.99 | 184.44 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 111 | 234 | 0.40 | 0.53 | 0 | 0.08 | 254.63 | 0.75 | 0.68 |
| Hex | 8D | 6F | EA | 28 | 35 | 0 | 8 | FF | 4B | 44 |
| Octal | 215 | 157 | 352 | 50 | 65 | 0 | 10 | 377 | 113 | 104 |
| Binary | 10001101 | 1101111 | 11101010 | 101000 | 110101 | 0 | 1000 | 11111111 | 1001011 | 1000100 |
Color Harmonies of #8D6FEA
Complementary color
Monochromatic Colors of #8D6FEA
Black with #8D6FEA
Text Example
Text Example
White with #8D6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6FEA; }
p { color: rgb(141,111,234); }
H1.HeaderClassName
{
color: #8D6FEA;
}
.AnyTagClassName
{
color: #8D6FEA;
}
</style>
background-color css
<style>
a { background-color: #8D6FEA; }
a { background-color: rgb(141,111,234); }
div.DivClassName
{
background-color: #8D6FEA;
}
.BgClassName
{
background-color: #8D6FEA;
}
</style>
border-color css
<style>
span { border-color: #8D6FEA; }
span { border-color: rgb(141,111,234); }
td.TdClassName
{
border-color: #8D6FEA;
}
.TagClassName
{
border-color: #8D6FEA;
}
</style>