Html Css Color HEX #8D78AA Purple Mountain's Majesty
📋 copy color: '#8D78AA'red 141 ◦ green 120 ◦ blue 170
Shades of Purple Mountain's Majesty #8D78AA
Tints of Purple Mountain's Majesty #8D78AA
RGB
CMYK
RGB Variations
Color information
#8D78AA (or 0x8D78AA) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 78 and AA. RGB value is (141,120,170). Sum of RGB (Red+Green+Blue) = 141+120+170=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D78AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D78AA is #728755. Grayscale: #838383. Windows color (decimal): -7505750 or 11171981. OLE color: 11171981.
HSL color Cylindrical-coordinate representation of color #8D78AA: hue angle of 265.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D78AA is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 120 | 170 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.33 |
| HSL | 265.2º | 0.23% | 0.57% | - |
| HSV(B) | 265.2º | 0.29% | 0.67% | - |
| XYZ | 24.96 | 22 | 40.96 | - |
| YUV | 131.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 170 | 0.17 | 0.29 | 0 | 0.33 | 265.2 | 0.23 | 0.57 |
| Hex | 8D | 78 | AA | 11 | 1D | 0 | 21 | 109 | 17 | 39 |
| Octal | 215 | 170 | 252 | 21 | 35 | 0 | 41 | 411 | 27 | 71 |
| Binary | 10001101 | 1111000 | 10101010 | 10001 | 11101 | 0 | 100001 | 100001001 | 10111 | 111001 |
Color Harmonies of #8D78AA
Complementary color
Monochromatic Colors of #8D78AA
Black with #8D78AA
Text Example
Text Example
White with #8D78AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D78AA; }
p { color: rgb(141,120,170); }
H1.HeaderClassName
{
color: #8D78AA;
}
.AnyTagClassName
{
color: #8D78AA;
}
</style>
background-color css
<style>
a { background-color: #8D78AA; }
a { background-color: rgb(141,120,170); }
div.DivClassName
{
background-color: #8D78AA;
}
.BgClassName
{
background-color: #8D78AA;
}
</style>
border-color css
<style>
span { border-color: #8D78AA; }
span { border-color: rgb(141,120,170); }
td.TdClassName
{
border-color: #8D78AA;
}
.TagClassName
{
border-color: #8D78AA;
}
</style>