Html Css Color HEX #8F7EAA Purple Mountain's Majesty
📋 copy color: '#8F7EAA'red 143 ◦ green 126 ◦ blue 170
Shades of Purple Mountain's Majesty #8F7EAA
Tints of Purple Mountain's Majesty #8F7EAA
RGB
CMYK
RGB Variations
Color information
#8F7EAA (or 0x8F7EAA) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7E and AA. RGB value is (143,126,170). Sum of RGB (Red+Green+Blue) = 143+126+170=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7EAA is #708155. Grayscale: #878787. Windows color (decimal): -7373142 or 11173519. OLE color: 11173519.
HSL color Cylindrical-coordinate representation of color #8F7EAA: hue angle of 263.18º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F7EAA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 126 | 170 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.33 |
| HSL | 263.18º | 0.21% | 0.58% | - |
| HSV(B) | 263.18º | 0.26% | 0.67% | - |
| XYZ | 26.04 | 23.66 | 41.23 | - |
| YUV | 136.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 170 | 0.16 | 0.26 | 0 | 0.33 | 263.18 | 0.21 | 0.58 |
| Hex | 8F | 7E | AA | 10 | 1A | 0 | 21 | 107 | 15 | 3A |
| Octal | 217 | 176 | 252 | 20 | 32 | 0 | 41 | 407 | 25 | 72 |
| Binary | 10001111 | 1111110 | 10101010 | 10000 | 11010 | 0 | 100001 | 100000111 | 10101 | 111010 |
Color Harmonies of #8F7EAA
Complementary color
Monochromatic Colors of #8F7EAA
Black with #8F7EAA
Text Example
Text Example
White with #8F7EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7EAA; }
p { color: rgb(143,126,170); }
H1.HeaderClassName
{
color: #8F7EAA;
}
.AnyTagClassName
{
color: #8F7EAA;
}
</style>
background-color css
<style>
a { background-color: #8F7EAA; }
a { background-color: rgb(143,126,170); }
div.DivClassName
{
background-color: #8F7EAA;
}
.BgClassName
{
background-color: #8F7EAA;
}
</style>
border-color css
<style>
span { border-color: #8F7EAA; }
span { border-color: rgb(143,126,170); }
td.TdClassName
{
border-color: #8F7EAA;
}
.TagClassName
{
border-color: #8F7EAA;
}
</style>