Shades of Medium Purple #8D77D6
Tints of Medium Purple #8D77D6
RGB
CMYK
RGB Variations
Color information
#8D77D6 (or 0x8D77D6) is known color: Medium Purple. HEX triplet: 8D, 77 and D6. RGB value is (141,119,214). Sum of RGB (Red+Green+Blue) = 141+119+214=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #8D77D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D77D6 is #728829. Grayscale: #888888. Windows color (decimal): -7505962 or 14055309. OLE color: 14055309.
HSL color Cylindrical-coordinate representation of color #8D77D6: hue angle of 253.89º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D77D6 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 119 | 214 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.16 |
| HSL | 253.89º | 0.54% | 0.65% | - |
| HSV(B) | 253.89º | 0.44% | 0.84% | - |
| XYZ | 29.72 | 23.71 | 66.63 | - |
| YUV | 136.41 | 171.79 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 214 | 0.34 | 0.44 | 0 | 0.16 | 253.89 | 0.54 | 0.65 |
| Hex | 8D | 77 | D6 | 22 | 2C | 0 | 10 | FE | 36 | 41 |
| Octal | 215 | 167 | 326 | 42 | 54 | 0 | 20 | 376 | 66 | 101 |
| Binary | 10001101 | 1110111 | 11010110 | 100010 | 101100 | 0 | 10000 | 11111110 | 110110 | 1000001 |
Color Harmonies of #8D77D6
Complementary color
Monochromatic Colors of #8D77D6
Black with #8D77D6
Text Example
Text Example
White with #8D77D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D77D6; }
p { color: rgb(141,119,214); }
H1.HeaderClassName
{
color: #8D77D6;
}
.AnyTagClassName
{
color: #8D77D6;
}
</style>
background-color css
<style>
a { background-color: #8D77D6; }
a { background-color: rgb(141,119,214); }
div.DivClassName
{
background-color: #8D77D6;
}
.BgClassName
{
background-color: #8D77D6;
}
</style>
border-color css
<style>
span { border-color: #8D77D6; }
span { border-color: rgb(141,119,214); }
td.TdClassName
{
border-color: #8D77D6;
}
.TagClassName
{
border-color: #8D77D6;
}
</style>