Shades of Medium Purple #8D73DB
Tints of Medium Purple #8D73DB
RGB
CMYK
RGB Variations
Color information
#8D73DB (or 0x8D73DB) is known color: Medium Purple. HEX triplet: 8D, 73 and DB. RGB value is (141,115,219). Sum of RGB (Red+Green+Blue) = 141+115+219=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D73DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D73DB is #728C24. Grayscale: #868686. Windows color (decimal): -7506981 or 14381965. OLE color: 14381965.
HSL color Cylindrical-coordinate representation of color #8D73DB: hue angle of 255º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D73DB is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 115 | 219 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.14 |
| HSL | 255º | 0.59% | 0.65% | - |
| HSV(B) | 255º | 0.47% | 0.86% | - |
| XYZ | 29.9 | 23.04 | 69.89 | - |
| YUV | 134.63 | 175.61 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 219 | 0.36 | 0.47 | 0 | 0.14 | 255 | 0.59 | 0.65 |
| Hex | 8D | 73 | DB | 24 | 2F | 0 | E | FF | 3B | 41 |
| Octal | 215 | 163 | 333 | 44 | 57 | 0 | 16 | 377 | 73 | 101 |
| Binary | 10001101 | 1110011 | 11011011 | 100100 | 101111 | 0 | 1110 | 11111111 | 111011 | 1000001 |
Color Harmonies of #8D73DB
Complementary color
Monochromatic Colors of #8D73DB
Black with #8D73DB
Text Example
Text Example
White with #8D73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D73DB; }
p { color: rgb(141,115,219); }
H1.HeaderClassName
{
color: #8D73DB;
}
.AnyTagClassName
{
color: #8D73DB;
}
</style>
background-color css
<style>
a { background-color: #8D73DB; }
a { background-color: rgb(141,115,219); }
div.DivClassName
{
background-color: #8D73DB;
}
.BgClassName
{
background-color: #8D73DB;
}
</style>
border-color css
<style>
span { border-color: #8D73DB; }
span { border-color: rgb(141,115,219); }
td.TdClassName
{
border-color: #8D73DB;
}
.TagClassName
{
border-color: #8D73DB;
}
</style>