Shades of Medium Purple #8D81DD
Tints of Medium Purple #8D81DD
RGB
CMYK
RGB Variations
Color information
#8D81DD (or 0x8D81DD) is known color: Medium Purple. HEX triplet: 8D, 81 and DD. RGB value is (141,129,221). Sum of RGB (Red+Green+Blue) = 141+129+221=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D81DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D81DD is #727E22. Grayscale: #8E8E8E. Windows color (decimal): -7503395 or 14516621. OLE color: 14516621.
HSL color Cylindrical-coordinate representation of color #8D81DD: hue angle of 247.83º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D81DD is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 129 | 221 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.13 |
| HSL | 247.83º | 0.58% | 0.69% | - |
| HSV(B) | 247.83º | 0.42% | 0.87% | - |
| XYZ | 31.89 | 26.58 | 71.86 | - |
| YUV | 143.08 | 171.98 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 221 | 0.36 | 0.42 | 0 | 0.13 | 247.83 | 0.58 | 0.69 |
| Hex | 8D | 81 | DD | 24 | 2A | 0 | D | F8 | 3A | 45 |
| Octal | 215 | 201 | 335 | 44 | 52 | 0 | 15 | 370 | 72 | 105 |
| Binary | 10001101 | 10000001 | 11011101 | 100100 | 101010 | 0 | 1101 | 11111000 | 111010 | 1000101 |
Color Harmonies of #8D81DD
Complementary color
Monochromatic Colors of #8D81DD
Black with #8D81DD
Text Example
Text Example
White with #8D81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D81DD; }
p { color: rgb(141,129,221); }
H1.HeaderClassName
{
color: #8D81DD;
}
.AnyTagClassName
{
color: #8D81DD;
}
</style>
background-color css
<style>
a { background-color: #8D81DD; }
a { background-color: rgb(141,129,221); }
div.DivClassName
{
background-color: #8D81DD;
}
.BgClassName
{
background-color: #8D81DD;
}
</style>
border-color css
<style>
span { border-color: #8D81DD; }
span { border-color: rgb(141,129,221); }
td.TdClassName
{
border-color: #8D81DD;
}
.TagClassName
{
border-color: #8D81DD;
}
</style>