Shades of Medium Purple #8D73DF
Tints of Medium Purple #8D73DF
RGB
CMYK
RGB Variations
Color information
#8D73DF (or 0x8D73DF) is known color: Medium Purple. HEX triplet: 8D, 73 and DF. RGB value is (141,115,223). Sum of RGB (Red+Green+Blue) = 141+115+223=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D73DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D73DF is #728C20. Grayscale: #868686. Windows color (decimal): -7506977 or 14644109. OLE color: 14644109.
HSL color Cylindrical-coordinate representation of color #8D73DF: hue angle of 254.44º degrees, saturation: 0.63, 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 #8D73DF is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 115 | 223 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.13 |
| HSL | 254.44º | 0.63% | 0.66% | - |
| HSV(B) | 254.44º | 0.48% | 0.87% | - |
| XYZ | 30.43 | 23.25 | 72.7 | - |
| YUV | 135.09 | 177.61 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 223 | 0.37 | 0.48 | 0 | 0.13 | 254.44 | 0.63 | 0.66 |
| Hex | 8D | 73 | DF | 25 | 30 | 0 | D | FE | 3F | 42 |
| Octal | 215 | 163 | 337 | 45 | 60 | 0 | 15 | 376 | 77 | 102 |
| Binary | 10001101 | 1110011 | 11011111 | 100101 | 110000 | 0 | 1101 | 11111110 | 111111 | 1000010 |
Color Harmonies of #8D73DF
Complementary color
Monochromatic Colors of #8D73DF
Black with #8D73DF
Text Example
Text Example
White with #8D73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D73DF; }
p { color: rgb(141,115,223); }
H1.HeaderClassName
{
color: #8D73DF;
}
.AnyTagClassName
{
color: #8D73DF;
}
</style>
background-color css
<style>
a { background-color: #8D73DF; }
a { background-color: rgb(141,115,223); }
div.DivClassName
{
background-color: #8D73DF;
}
.BgClassName
{
background-color: #8D73DF;
}
</style>
border-color css
<style>
span { border-color: #8D73DF; }
span { border-color: rgb(141,115,223); }
td.TdClassName
{
border-color: #8D73DF;
}
.TagClassName
{
border-color: #8D73DF;
}
</style>