Html Css Color HEX #8D77AA Purple Mountain's Majesty
📋 copy color: '#8D77AA'red 141 ◦ green 119 ◦ blue 170
Shades of Purple Mountain's Majesty #8D77AA
Tints of Purple Mountain's Majesty #8D77AA
RGB
CMYK
RGB Variations
Color information
#8D77AA (or 0x8D77AA) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 77 and AA. RGB value is (141,119,170). Sum of RGB (Red+Green+Blue) = 141+119+170=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D77AA is #728855. Grayscale: #838383. Windows color (decimal): -7506006 or 11171725. OLE color: 11171725.
HSL color Cylindrical-coordinate representation of color #8D77AA: hue angle of 265.88º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D77AA is Cyan = 0.17, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 119 | 170 | - |
| CMYK | 0.17 | 0.3 | 0 | 0.33 |
| HSL | 265.88º | 0.23% | 0.57% | - |
| HSV(B) | 265.88º | 0.3% | 0.67% | - |
| XYZ | 24.84 | 21.76 | 40.92 | - |
| YUV | 131.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 170 | 0.17 | 0.3 | 0 | 0.33 | 265.88 | 0.23 | 0.57 |
| Hex | 8D | 77 | AA | 11 | 1E | 0 | 21 | 10A | 17 | 39 |
| Octal | 215 | 167 | 252 | 21 | 36 | 0 | 41 | 412 | 27 | 71 |
| Binary | 10001101 | 1110111 | 10101010 | 10001 | 11110 | 0 | 100001 | 100001010 | 10111 | 111001 |
Color Harmonies of #8D77AA
Complementary color
Monochromatic Colors of #8D77AA
Black with #8D77AA
Text Example
Text Example
White with #8D77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D77AA; }
p { color: rgb(141,119,170); }
H1.HeaderClassName
{
color: #8D77AA;
}
.AnyTagClassName
{
color: #8D77AA;
}
</style>
background-color css
<style>
a { background-color: #8D77AA; }
a { background-color: rgb(141,119,170); }
div.DivClassName
{
background-color: #8D77AA;
}
.BgClassName
{
background-color: #8D77AA;
}
</style>
border-color css
<style>
span { border-color: #8D77AA; }
span { border-color: rgb(141,119,170); }
td.TdClassName
{
border-color: #8D77AA;
}
.TagClassName
{
border-color: #8D77AA;
}
</style>