Shades of Medium Purple #8D80DD
Tints of Medium Purple #8D80DD
RGB
CMYK
RGB Variations
Color information
#8D80DD (or 0x8D80DD) is known color: Medium Purple. HEX triplet: 8D, 80 and DD. RGB value is (141,128,221). Sum of RGB (Red+Green+Blue) = 141+128+221=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D80DD is #727F22. Grayscale: #8E8E8E. Windows color (decimal): -7503651 or 14516365. OLE color: 14516365.
HSL color Cylindrical-coordinate representation of color #8D80DD: hue angle of 248.39º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D80DD is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 128 | 221 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.13 |
| HSL | 248.39º | 0.58% | 0.68% | - |
| HSV(B) | 248.39º | 0.42% | 0.87% | - |
| XYZ | 31.75 | 26.32 | 71.81 | - |
| YUV | 142.49 | 172.31 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 221 | 0.36 | 0.42 | 0 | 0.13 | 248.39 | 0.58 | 0.68 |
| Hex | 8D | 80 | DD | 24 | 2A | 0 | D | F8 | 3A | 44 |
| Octal | 215 | 200 | 335 | 44 | 52 | 0 | 15 | 370 | 72 | 104 |
| Binary | 10001101 | 10000000 | 11011101 | 100100 | 101010 | 0 | 1101 | 11111000 | 111010 | 1000100 |
Color Harmonies of #8D80DD
Complementary color
Monochromatic Colors of #8D80DD
Black with #8D80DD
Text Example
Text Example
White with #8D80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D80DD; }
p { color: rgb(141,128,221); }
H1.HeaderClassName
{
color: #8D80DD;
}
.AnyTagClassName
{
color: #8D80DD;
}
</style>
background-color css
<style>
a { background-color: #8D80DD; }
a { background-color: rgb(141,128,221); }
div.DivClassName
{
background-color: #8D80DD;
}
.BgClassName
{
background-color: #8D80DD;
}
</style>
border-color css
<style>
span { border-color: #8D80DD; }
span { border-color: rgb(141,128,221); }
td.TdClassName
{
border-color: #8D80DD;
}
.TagClassName
{
border-color: #8D80DD;
}
</style>