Shades of Medium Purple #8D77D5
Tints of Medium Purple #8D77D5
RGB
CMYK
RGB Variations
Color information
#8D77D5 (or 0x8D77D5) is known color: Medium Purple. HEX triplet: 8D, 77 and D5. RGB value is (141,119,213). Sum of RGB (Red+Green+Blue) = 141+119+213=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D77D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D77D5 is #72882A. Grayscale: #878787. Windows color (decimal): -7505963 or 13989773. OLE color: 13989773.
HSL color Cylindrical-coordinate representation of color #8D77D5: hue angle of 254.04º degrees, saturation: 0.53, 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 #8D77D5 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 119 | 213 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.16 |
| HSL | 254.04º | 0.53% | 0.65% | - |
| HSV(B) | 254.04º | 0.44% | 0.84% | - |
| XYZ | 29.59 | 23.66 | 65.96 | - |
| YUV | 136.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 213 | 0.34 | 0.44 | 0 | 0.16 | 254.04 | 0.53 | 0.65 |
| Hex | 8D | 77 | D5 | 22 | 2C | 0 | 10 | FE | 35 | 41 |
| Octal | 215 | 167 | 325 | 42 | 54 | 0 | 20 | 376 | 65 | 101 |
| Binary | 10001101 | 1110111 | 11010101 | 100010 | 101100 | 0 | 10000 | 11111110 | 110101 | 1000001 |
Color Harmonies of #8D77D5
Complementary color
Monochromatic Colors of #8D77D5
Black with #8D77D5
Text Example
Text Example
White with #8D77D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D77D5; }
p { color: rgb(141,119,213); }
H1.HeaderClassName
{
color: #8D77D5;
}
.AnyTagClassName
{
color: #8D77D5;
}
</style>
background-color css
<style>
a { background-color: #8D77D5; }
a { background-color: rgb(141,119,213); }
div.DivClassName
{
background-color: #8D77D5;
}
.BgClassName
{
background-color: #8D77D5;
}
</style>
border-color css
<style>
span { border-color: #8D77D5; }
span { border-color: rgb(141,119,213); }
td.TdClassName
{
border-color: #8D77D5;
}
.TagClassName
{
border-color: #8D77D5;
}
</style>