Html Css Color HEX #8F7FAA Purple Mountain's Majesty
📋 copy color: '#8F7FAA'red 143 ◦ green 127 ◦ blue 170
Shades of Purple Mountain's Majesty #8F7FAA
Tints of Purple Mountain's Majesty #8F7FAA
RGB
CMYK
RGB Variations
Color information
#8F7FAA (or 0x8F7FAA) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7F and AA. RGB value is (143,127,170). Sum of RGB (Red+Green+Blue) = 143+127+170=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F7FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7FAA is #708055. Grayscale: #888888. Windows color (decimal): -7372886 or 11173775. OLE color: 11173775.
HSL color Cylindrical-coordinate representation of color #8F7FAA: hue angle of 262.33º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F7FAA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 127 | 170 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.33 |
| HSL | 262.33º | 0.2% | 0.58% | - |
| HSV(B) | 262.33º | 0.25% | 0.67% | - |
| XYZ | 26.17 | 23.92 | 41.27 | - |
| YUV | 136.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 170 | 0.16 | 0.25 | 0 | 0.33 | 262.33 | 0.2 | 0.58 |
| Hex | 8F | 7F | AA | 10 | 19 | 0 | 21 | 106 | 14 | 3A |
| Octal | 217 | 177 | 252 | 20 | 31 | 0 | 41 | 406 | 24 | 72 |
| Binary | 10001111 | 1111111 | 10101010 | 10000 | 11001 | 0 | 100001 | 100000110 | 10100 | 111010 |
Color Harmonies of #8F7FAA
Complementary color
Monochromatic Colors of #8F7FAA
Black with #8F7FAA
Text Example
Text Example
White with #8F7FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7FAA; }
p { color: rgb(143,127,170); }
H1.HeaderClassName
{
color: #8F7FAA;
}
.AnyTagClassName
{
color: #8F7FAA;
}
</style>
background-color css
<style>
a { background-color: #8F7FAA; }
a { background-color: rgb(143,127,170); }
div.DivClassName
{
background-color: #8F7FAA;
}
.BgClassName
{
background-color: #8F7FAA;
}
</style>
border-color css
<style>
span { border-color: #8F7FAA; }
span { border-color: rgb(143,127,170); }
td.TdClassName
{
border-color: #8F7FAA;
}
.TagClassName
{
border-color: #8F7FAA;
}
</style>