Shades of Medium Purple #8D72DC
Tints of Medium Purple #8D72DC
RGB
CMYK
RGB Variations
Color information
#8D72DC (or 0x8D72DC) is known color: Medium Purple. HEX triplet: 8D, 72 and DC. RGB value is (141,114,220). Sum of RGB (Red+Green+Blue) = 141+114+220=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D72DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D72DC is #728D23. Grayscale: #858585. Windows color (decimal): -7507236 or 14447245. OLE color: 14447245.
HSL color Cylindrical-coordinate representation of color #8D72DC: hue angle of 255.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D72DC is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 114 | 220 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.14 |
| HSL | 255.28º | 0.6% | 0.65% | - |
| HSV(B) | 255.28º | 0.48% | 0.86% | - |
| XYZ | 29.92 | 22.86 | 70.55 | - |
| YUV | 134.16 | 176.45 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 220 | 0.36 | 0.48 | 0 | 0.14 | 255.28 | 0.6 | 0.65 |
| Hex | 8D | 72 | DC | 24 | 30 | 0 | E | FF | 3C | 41 |
| Octal | 215 | 162 | 334 | 44 | 60 | 0 | 16 | 377 | 74 | 101 |
| Binary | 10001101 | 1110010 | 11011100 | 100100 | 110000 | 0 | 1110 | 11111111 | 111100 | 1000001 |
Color Harmonies of #8D72DC
Complementary color
Monochromatic Colors of #8D72DC
Black with #8D72DC
Text Example
Text Example
White with #8D72DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D72DC; }
p { color: rgb(141,114,220); }
H1.HeaderClassName
{
color: #8D72DC;
}
.AnyTagClassName
{
color: #8D72DC;
}
</style>
background-color css
<style>
a { background-color: #8D72DC; }
a { background-color: rgb(141,114,220); }
div.DivClassName
{
background-color: #8D72DC;
}
.BgClassName
{
background-color: #8D72DC;
}
</style>
border-color css
<style>
span { border-color: #8D72DC; }
span { border-color: rgb(141,114,220); }
td.TdClassName
{
border-color: #8D72DC;
}
.TagClassName
{
border-color: #8D72DC;
}
</style>