Html Css Color HEX #8D72B8 Purple Mountain's Majesty
📋 copy color: '#8D72B8'red 141 ◦ green 114 ◦ blue 184
Shades of Purple Mountain's Majesty #8D72B8
Tints of Purple Mountain's Majesty #8D72B8
RGB
CMYK
RGB Variations
Color information
#8D72B8 (or 0x8D72B8) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 72 and B8. RGB value is (141,114,184). Sum of RGB (Red+Green+Blue) = 141+114+184=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 184 - color contains mainly: blue. Hex color #8D72B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D72B8 is #728D47. Grayscale: #818181. Windows color (decimal): -7507272 or 12087949. OLE color: 12087949.
HSL color Cylindrical-coordinate representation of color #8D72B8: hue angle of 263.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D72B8 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 114 | 184 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.28 |
| HSL | 263.14º | 0.33% | 0.58% | - |
| HSV(B) | 263.14º | 0.38% | 0.72% | - |
| XYZ | 25.65 | 21.16 | 48.08 | - |
| YUV | 130.05 | 158.45 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 184 | 0.23 | 0.38 | 0 | 0.28 | 263.14 | 0.33 | 0.58 |
| Hex | 8D | 72 | B8 | 17 | 26 | 0 | 1C | 107 | 21 | 3A |
| Octal | 215 | 162 | 270 | 27 | 46 | 0 | 34 | 407 | 41 | 72 |
| Binary | 10001101 | 1110010 | 10111000 | 10111 | 100110 | 0 | 11100 | 100000111 | 100001 | 111010 |
Color Harmonies of #8D72B8
Complementary color
Monochromatic Colors of #8D72B8
Black with #8D72B8
Text Example
Text Example
White with #8D72B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D72B8; }
p { color: rgb(141,114,184); }
H1.HeaderClassName
{
color: #8D72B8;
}
.AnyTagClassName
{
color: #8D72B8;
}
</style>
background-color css
<style>
a { background-color: #8D72B8; }
a { background-color: rgb(141,114,184); }
div.DivClassName
{
background-color: #8D72B8;
}
.BgClassName
{
background-color: #8D72B8;
}
</style>
border-color css
<style>
span { border-color: #8D72B8; }
span { border-color: rgb(141,114,184); }
td.TdClassName
{
border-color: #8D72B8;
}
.TagClassName
{
border-color: #8D72B8;
}
</style>