Html Css Color HEX #8D78AE Purple Mountain's Majesty
📋 copy color: '#8D78AE'red 141 ◦ green 120 ◦ blue 174
Shades of Purple Mountain's Majesty #8D78AE
Tints of Purple Mountain's Majesty #8D78AE
RGB
CMYK
RGB Variations
Color information
#8D78AE (or 0x8D78AE) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 78 and AE. RGB value is (141,120,174). Sum of RGB (Red+Green+Blue) = 141+120+174=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D78AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D78AE is #728751. Grayscale: #848484. Windows color (decimal): -7505746 or 11434125. OLE color: 11434125.
HSL color Cylindrical-coordinate representation of color #8D78AE: hue angle of 263.33º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D78AE is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 120 | 174 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.32 |
| HSL | 263.33º | 0.25% | 0.58% | - |
| HSV(B) | 263.33º | 0.31% | 0.68% | - |
| XYZ | 25.34 | 22.15 | 42.98 | - |
| YUV | 132.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 174 | 0.19 | 0.31 | 0 | 0.32 | 263.33 | 0.25 | 0.58 |
| Hex | 8D | 78 | AE | 13 | 1F | 0 | 20 | 107 | 19 | 3A |
| Octal | 215 | 170 | 256 | 23 | 37 | 0 | 40 | 407 | 31 | 72 |
| Binary | 10001101 | 1111000 | 10101110 | 10011 | 11111 | 0 | 100000 | 100000111 | 11001 | 111010 |
Color Harmonies of #8D78AE
Complementary color
Monochromatic Colors of #8D78AE
Black with #8D78AE
Text Example
Text Example
White with #8D78AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D78AE; }
p { color: rgb(141,120,174); }
H1.HeaderClassName
{
color: #8D78AE;
}
.AnyTagClassName
{
color: #8D78AE;
}
</style>
background-color css
<style>
a { background-color: #8D78AE; }
a { background-color: rgb(141,120,174); }
div.DivClassName
{
background-color: #8D78AE;
}
.BgClassName
{
background-color: #8D78AE;
}
</style>
border-color css
<style>
span { border-color: #8D78AE; }
span { border-color: rgb(141,120,174); }
td.TdClassName
{
border-color: #8D78AE;
}
.TagClassName
{
border-color: #8D78AE;
}
</style>