Html Css Color HEX #8D73AD Purple Mountain's Majesty
📋 copy color: '#8D73AD'red 141 ◦ green 115 ◦ blue 173
Shades of Purple Mountain's Majesty #8D73AD
Tints of Purple Mountain's Majesty #8D73AD
RGB
CMYK
RGB Variations
Color information
#8D73AD (or 0x8D73AD) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 73 and AD. RGB value is (141,115,173). Sum of RGB (Red+Green+Blue) = 141+115+173=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D73AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D73AD is #728C52. Grayscale: #818181. Windows color (decimal): -7507027 or 11367309. OLE color: 11367309.
HSL color Cylindrical-coordinate representation of color #8D73AD: hue angle of 266.9º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D73AD is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 115 | 173 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.32 |
| HSL | 266.9º | 0.26% | 0.56% | - |
| HSV(B) | 266.9º | 0.34% | 0.68% | - |
| XYZ | 24.66 | 20.94 | 42.28 | - |
| YUV | 129.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 173 | 0.18 | 0.34 | 0 | 0.32 | 266.9 | 0.26 | 0.56 |
| Hex | 8D | 73 | AD | 12 | 22 | 0 | 20 | 10B | 1A | 38 |
| Octal | 215 | 163 | 255 | 22 | 42 | 0 | 40 | 413 | 32 | 70 |
| Binary | 10001101 | 1110011 | 10101101 | 10010 | 100010 | 0 | 100000 | 100001011 | 11010 | 111000 |
Color Harmonies of #8D73AD
Complementary color
Monochromatic Colors of #8D73AD
Black with #8D73AD
Text Example
Text Example
White with #8D73AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D73AD; }
p { color: rgb(141,115,173); }
H1.HeaderClassName
{
color: #8D73AD;
}
.AnyTagClassName
{
color: #8D73AD;
}
</style>
background-color css
<style>
a { background-color: #8D73AD; }
a { background-color: rgb(141,115,173); }
div.DivClassName
{
background-color: #8D73AD;
}
.BgClassName
{
background-color: #8D73AD;
}
</style>
border-color css
<style>
span { border-color: #8D73AD; }
span { border-color: rgb(141,115,173); }
td.TdClassName
{
border-color: #8D73AD;
}
.TagClassName
{
border-color: #8D73AD;
}
</style>