Shades of Medium Purple #8D72DD
Tints of Medium Purple #8D72DD
RGB
CMYK
RGB Variations
Color information
#8D72DD (or 0x8D72DD) is known color: Medium Purple. HEX triplet: 8D, 72 and DD. RGB value is (141,114,221). Sum of RGB (Red+Green+Blue) = 141+114+221=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D72DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D72DD is #728D22. Grayscale: #858585. Windows color (decimal): -7507235 or 14512781. OLE color: 14512781.
HSL color Cylindrical-coordinate representation of color #8D72DD: hue angle of 255.14º 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 #8D72DD is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 114 | 221 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.13 |
| HSL | 255.14º | 0.61% | 0.66% | - |
| HSV(B) | 255.14º | 0.48% | 0.87% | - |
| XYZ | 30.05 | 22.92 | 71.25 | - |
| YUV | 134.27 | 176.95 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 221 | 0.36 | 0.48 | 0 | 0.13 | 255.14 | 0.61 | 0.66 |
| Hex | 8D | 72 | DD | 24 | 30 | 0 | D | FF | 3D | 42 |
| Octal | 215 | 162 | 335 | 44 | 60 | 0 | 15 | 377 | 75 | 102 |
| Binary | 10001101 | 1110010 | 11011101 | 100100 | 110000 | 0 | 1101 | 11111111 | 111101 | 1000010 |
Color Harmonies of #8D72DD
Complementary color
Monochromatic Colors of #8D72DD
Black with #8D72DD
Text Example
Text Example
White with #8D72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D72DD; }
p { color: rgb(141,114,221); }
H1.HeaderClassName
{
color: #8D72DD;
}
.AnyTagClassName
{
color: #8D72DD;
}
</style>
background-color css
<style>
a { background-color: #8D72DD; }
a { background-color: rgb(141,114,221); }
div.DivClassName
{
background-color: #8D72DD;
}
.BgClassName
{
background-color: #8D72DD;
}
</style>
border-color css
<style>
span { border-color: #8D72DD; }
span { border-color: rgb(141,114,221); }
td.TdClassName
{
border-color: #8D72DD;
}
.TagClassName
{
border-color: #8D72DD;
}
</style>