Shades of Medium Purple #8D68E9
Tints of Medium Purple #8D68E9
RGB
CMYK
RGB Variations
Color information
#8D68E9 (or 0x8D68E9) is known color: Medium Purple. HEX triplet: 8D, 68 and E9. RGB value is (141,104,233). Sum of RGB (Red+Green+Blue) = 141+104+233=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #8D68E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D68E9 is #729716. Grayscale: #818181. Windows color (decimal): -7509783 or 15296653. OLE color: 15296653.
HSL color Cylindrical-coordinate representation of color #8D68E9: hue angle of 257.21º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D68E9 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 104 | 233 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.09 |
| HSL | 257.21º | 0.75% | 0.66% | - |
| HSV(B) | 257.21º | 0.55% | 0.91% | - |
| XYZ | 30.64 | 21.45 | 79.62 | - |
| YUV | 129.77 | 186.26 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 233 | 0.39 | 0.55 | 0 | 0.09 | 257.21 | 0.75 | 0.66 |
| Hex | 8D | 68 | E9 | 27 | 37 | 0 | 9 | 101 | 4B | 42 |
| Octal | 215 | 150 | 351 | 47 | 67 | 0 | 11 | 401 | 113 | 102 |
| Binary | 10001101 | 1101000 | 11101001 | 100111 | 110111 | 0 | 1001 | 100000001 | 1001011 | 1000010 |
Color Harmonies of #8D68E9
Complementary color
Monochromatic Colors of #8D68E9
Black with #8D68E9
Text Example
Text Example
White with #8D68E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D68E9; }
p { color: rgb(141,104,233); }
H1.HeaderClassName
{
color: #8D68E9;
}
.AnyTagClassName
{
color: #8D68E9;
}
</style>
background-color css
<style>
a { background-color: #8D68E9; }
a { background-color: rgb(141,104,233); }
div.DivClassName
{
background-color: #8D68E9;
}
.BgClassName
{
background-color: #8D68E9;
}
</style>
border-color css
<style>
span { border-color: #8D68E9; }
span { border-color: rgb(141,104,233); }
td.TdClassName
{
border-color: #8D68E9;
}
.TagClassName
{
border-color: #8D68E9;
}
</style>