Shades of Medium Purple #8D73DD
Tints of Medium Purple #8D73DD
RGB
CMYK
RGB Variations
Color information
#8D73DD (or 0x8D73DD) is known color: Medium Purple. HEX triplet: 8D, 73 and DD. RGB value is (141,115,221). Sum of RGB (Red+Green+Blue) = 141+115+221=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D73DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D73DD is #728C22. Grayscale: #868686. Windows color (decimal): -7506979 or 14513037. OLE color: 14513037.
HSL color Cylindrical-coordinate representation of color #8D73DD: hue angle of 254.72º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D73DD is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 115 | 221 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.13 |
| HSL | 254.72º | 0.61% | 0.66% | - |
| HSV(B) | 254.72º | 0.48% | 0.87% | - |
| XYZ | 30.17 | 23.14 | 71.28 | - |
| YUV | 134.86 | 176.61 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 221 | 0.36 | 0.48 | 0 | 0.13 | 254.72 | 0.61 | 0.66 |
| Hex | 8D | 73 | DD | 24 | 30 | 0 | D | FF | 3D | 42 |
| Octal | 215 | 163 | 335 | 44 | 60 | 0 | 15 | 377 | 75 | 102 |
| Binary | 10001101 | 1110011 | 11011101 | 100100 | 110000 | 0 | 1101 | 11111111 | 111101 | 1000010 |
Color Harmonies of #8D73DD
Complementary color
Monochromatic Colors of #8D73DD
Black with #8D73DD
Text Example
Text Example
White with #8D73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D73DD; }
p { color: rgb(141,115,221); }
H1.HeaderClassName
{
color: #8D73DD;
}
.AnyTagClassName
{
color: #8D73DD;
}
</style>
background-color css
<style>
a { background-color: #8D73DD; }
a { background-color: rgb(141,115,221); }
div.DivClassName
{
background-color: #8D73DD;
}
.BgClassName
{
background-color: #8D73DD;
}
</style>
border-color css
<style>
span { border-color: #8D73DD; }
span { border-color: rgb(141,115,221); }
td.TdClassName
{
border-color: #8D73DD;
}
.TagClassName
{
border-color: #8D73DD;
}
</style>