Html Css Color HEX #8D78AD Purple Mountain's Majesty
📋 copy color: '#8D78AD'red 141 ◦ green 120 ◦ blue 173
Shades of Purple Mountain's Majesty #8D78AD
Tints of Purple Mountain's Majesty #8D78AD
RGB
CMYK
RGB Variations
Color information
#8D78AD (or 0x8D78AD) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 78 and AD. RGB value is (141,120,173). Sum of RGB (Red+Green+Blue) = 141+120+173=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D78AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D78AD is #728752. Grayscale: #848484. Windows color (decimal): -7505747 or 11368589. OLE color: 11368589.
HSL color Cylindrical-coordinate representation of color #8D78AD: hue angle of 263.77º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D78AD is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 120 | 173 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.32 |
| HSL | 263.77º | 0.24% | 0.57% | - |
| HSV(B) | 263.77º | 0.31% | 0.68% | - |
| XYZ | 25.24 | 22.11 | 42.47 | - |
| YUV | 132.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 173 | 0.18 | 0.31 | 0 | 0.32 | 263.77 | 0.24 | 0.57 |
| Hex | 8D | 78 | AD | 12 | 1F | 0 | 20 | 108 | 18 | 39 |
| Octal | 215 | 170 | 255 | 22 | 37 | 0 | 40 | 410 | 30 | 71 |
| Binary | 10001101 | 1111000 | 10101101 | 10010 | 11111 | 0 | 100000 | 100001000 | 11000 | 111001 |
Color Harmonies of #8D78AD
Complementary color
Monochromatic Colors of #8D78AD
Black with #8D78AD
Text Example
Text Example
White with #8D78AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D78AD; }
p { color: rgb(141,120,173); }
H1.HeaderClassName
{
color: #8D78AD;
}
.AnyTagClassName
{
color: #8D78AD;
}
</style>
background-color css
<style>
a { background-color: #8D78AD; }
a { background-color: rgb(141,120,173); }
div.DivClassName
{
background-color: #8D78AD;
}
.BgClassName
{
background-color: #8D78AD;
}
</style>
border-color css
<style>
span { border-color: #8D78AD; }
span { border-color: rgb(141,120,173); }
td.TdClassName
{
border-color: #8D78AD;
}
.TagClassName
{
border-color: #8D78AD;
}
</style>