Shades of Medium Purple #8D72DF
Tints of Medium Purple #8D72DF
RGB
CMYK
RGB Variations
Color information
#8D72DF (or 0x8D72DF) is known color: Medium Purple. HEX triplet: 8D, 72 and DF. RGB value is (141,114,223). Sum of RGB (Red+Green+Blue) = 141+114+223=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D72DF is #728D20. Grayscale: #868686. Windows color (decimal): -7507233 or 14643853. OLE color: 14643853.
HSL color Cylindrical-coordinate representation of color #8D72DF: hue angle of 254.86º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D72DF is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 114 | 223 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.13 |
| HSL | 254.86º | 0.63% | 0.66% | - |
| HSV(B) | 254.86º | 0.49% | 0.87% | - |
| XYZ | 30.32 | 23.03 | 72.66 | - |
| YUV | 134.5 | 177.95 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 223 | 0.37 | 0.49 | 0 | 0.13 | 254.86 | 0.63 | 0.66 |
| Hex | 8D | 72 | DF | 25 | 31 | 0 | D | FF | 3F | 42 |
| Octal | 215 | 162 | 337 | 45 | 61 | 0 | 15 | 377 | 77 | 102 |
| Binary | 10001101 | 1110010 | 11011111 | 100101 | 110001 | 0 | 1101 | 11111111 | 111111 | 1000010 |
Color Harmonies of #8D72DF
Complementary color
Monochromatic Colors of #8D72DF
Black with #8D72DF
Text Example
Text Example
White with #8D72DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D72DF; }
p { color: rgb(141,114,223); }
H1.HeaderClassName
{
color: #8D72DF;
}
.AnyTagClassName
{
color: #8D72DF;
}
</style>
background-color css
<style>
a { background-color: #8D72DF; }
a { background-color: rgb(141,114,223); }
div.DivClassName
{
background-color: #8D72DF;
}
.BgClassName
{
background-color: #8D72DF;
}
</style>
border-color css
<style>
span { border-color: #8D72DF; }
span { border-color: rgb(141,114,223); }
td.TdClassName
{
border-color: #8D72DF;
}
.TagClassName
{
border-color: #8D72DF;
}
</style>