Html Css Color HEX #8D72AD Purple Mountain's Majesty
📋 copy color: '#8D72AD'red 141 ◦ green 114 ◦ blue 173
Shades of Purple Mountain's Majesty #8D72AD
Tints of Purple Mountain's Majesty #8D72AD
RGB
CMYK
RGB Variations
Color information
#8D72AD (or 0x8D72AD) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 72 and AD. RGB value is (141,114,173). Sum of RGB (Red+Green+Blue) = 141+114+173=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D72AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D72AD is #728D52. Grayscale: #808080. Windows color (decimal): -7507283 or 11367053. OLE color: 11367053.
HSL color Cylindrical-coordinate representation of color #8D72AD: hue angle of 267.46º 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 #8D72AD is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 114 | 173 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.32 |
| HSL | 267.46º | 0.26% | 0.56% | - |
| HSV(B) | 267.46º | 0.34% | 0.68% | - |
| XYZ | 24.54 | 20.71 | 42.24 | - |
| YUV | 128.8 | 152.95 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 173 | 0.18 | 0.34 | 0 | 0.32 | 267.46 | 0.26 | 0.56 |
| Hex | 8D | 72 | AD | 12 | 22 | 0 | 20 | 10B | 1A | 38 |
| Octal | 215 | 162 | 255 | 22 | 42 | 0 | 40 | 413 | 32 | 70 |
| Binary | 10001101 | 1110010 | 10101101 | 10010 | 100010 | 0 | 100000 | 100001011 | 11010 | 111000 |
Color Harmonies of #8D72AD
Complementary color
Monochromatic Colors of #8D72AD
Black with #8D72AD
Text Example
Text Example
White with #8D72AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D72AD; }
p { color: rgb(141,114,173); }
H1.HeaderClassName
{
color: #8D72AD;
}
.AnyTagClassName
{
color: #8D72AD;
}
</style>
background-color css
<style>
a { background-color: #8D72AD; }
a { background-color: rgb(141,114,173); }
div.DivClassName
{
background-color: #8D72AD;
}
.BgClassName
{
background-color: #8D72AD;
}
</style>
border-color css
<style>
span { border-color: #8D72AD; }
span { border-color: rgb(141,114,173); }
td.TdClassName
{
border-color: #8D72AD;
}
.TagClassName
{
border-color: #8D72AD;
}
</style>