Shades of Medium Purple #8D68EC
Tints of Medium Purple #8D68EC
RGB
CMYK
RGB Variations
Color information
#8D68EC (or 0x8D68EC) is known color: Medium Purple. HEX triplet: 8D, 68 and EC. RGB value is (141,104,236). Sum of RGB (Red+Green+Blue) = 141+104+236=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D68EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D68EC is #729713. Grayscale: #818181. Windows color (decimal): -7509780 or 15493261. OLE color: 15493261.
HSL color Cylindrical-coordinate representation of color #8D68EC: hue angle of 256.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D68EC is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 104 | 236 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.07 |
| HSL | 256.82º | 0.78% | 0.67% | - |
| HSV(B) | 256.82º | 0.56% | 0.93% | - |
| XYZ | 31.08 | 21.62 | 81.89 | - |
| YUV | 130.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 236 | 0.40 | 0.56 | 0 | 0.07 | 256.82 | 0.78 | 0.67 |
| Hex | 8D | 68 | EC | 28 | 38 | 0 | 7 | 101 | 4E | 43 |
| Octal | 215 | 150 | 354 | 50 | 70 | 0 | 7 | 401 | 116 | 103 |
| Binary | 10001101 | 1101000 | 11101100 | 101000 | 111000 | 0 | 111 | 100000001 | 1001110 | 1000011 |
Color Harmonies of #8D68EC
Complementary color
Monochromatic Colors of #8D68EC
Black with #8D68EC
Text Example
Text Example
White with #8D68EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D68EC; }
p { color: rgb(141,104,236); }
H1.HeaderClassName
{
color: #8D68EC;
}
.AnyTagClassName
{
color: #8D68EC;
}
</style>
background-color css
<style>
a { background-color: #8D68EC; }
a { background-color: rgb(141,104,236); }
div.DivClassName
{
background-color: #8D68EC;
}
.BgClassName
{
background-color: #8D68EC;
}
</style>
border-color css
<style>
span { border-color: #8D68EC; }
span { border-color: rgb(141,104,236); }
td.TdClassName
{
border-color: #8D68EC;
}
.TagClassName
{
border-color: #8D68EC;
}
</style>