Html Css Color HEX #8D76AA Purple Mountain's Majesty
📋 copy color: '#8D76AA'red 141 ◦ green 118 ◦ blue 170
Shades of Purple Mountain's Majesty #8D76AA
Tints of Purple Mountain's Majesty #8D76AA
RGB
CMYK
RGB Variations
Color information
#8D76AA (or 0x8D76AA) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 76 and AA. RGB value is (141,118,170). Sum of RGB (Red+Green+Blue) = 141+118+170=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D76AA is #728955. Grayscale: #828282. Windows color (decimal): -7506262 or 11171469. OLE color: 11171469.
HSL color Cylindrical-coordinate representation of color #8D76AA: hue angle of 266.54º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D76AA is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 118 | 170 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.33 |
| HSL | 266.54º | 0.23% | 0.56% | - |
| HSV(B) | 266.54º | 0.31% | 0.67% | - |
| XYZ | 24.72 | 21.52 | 40.88 | - |
| YUV | 130.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 170 | 0.17 | 0.31 | 0 | 0.33 | 266.54 | 0.23 | 0.56 |
| Hex | 8D | 76 | AA | 11 | 1F | 0 | 21 | 10B | 17 | 38 |
| Octal | 215 | 166 | 252 | 21 | 37 | 0 | 41 | 413 | 27 | 70 |
| Binary | 10001101 | 1110110 | 10101010 | 10001 | 11111 | 0 | 100001 | 100001011 | 10111 | 111000 |
Color Harmonies of #8D76AA
Complementary color
Monochromatic Colors of #8D76AA
Black with #8D76AA
Text Example
Text Example
White with #8D76AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D76AA; }
p { color: rgb(141,118,170); }
H1.HeaderClassName
{
color: #8D76AA;
}
.AnyTagClassName
{
color: #8D76AA;
}
</style>
background-color css
<style>
a { background-color: #8D76AA; }
a { background-color: rgb(141,118,170); }
div.DivClassName
{
background-color: #8D76AA;
}
.BgClassName
{
background-color: #8D76AA;
}
</style>
border-color css
<style>
span { border-color: #8D76AA; }
span { border-color: rgb(141,118,170); }
td.TdClassName
{
border-color: #8D76AA;
}
.TagClassName
{
border-color: #8D76AA;
}
</style>