Html Css Color HEX #8F7CAE Purple Mountain's Majesty
📋 copy color: '#8F7CAE'red 143 ◦ green 124 ◦ blue 174
Shades of Purple Mountain's Majesty #8F7CAE
Tints of Purple Mountain's Majesty #8F7CAE
RGB
CMYK
RGB Variations
Color information
#8F7CAE (or 0x8F7CAE) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7C and AE. RGB value is (143,124,174). Sum of RGB (Red+Green+Blue) = 143+124+174=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7CAE is #708351. Grayscale: #878787. Windows color (decimal): -7373650 or 11435151. OLE color: 11435151.
HSL color Cylindrical-coordinate representation of color #8F7CAE: hue angle of 262.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F7CAE is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 124 | 174 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.32 |
| HSL | 262.8º | 0.24% | 0.58% | - |
| HSV(B) | 262.8º | 0.29% | 0.68% | - |
| XYZ | 26.18 | 23.31 | 43.16 | - |
| YUV | 135.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 124 | 174 | 0.18 | 0.29 | 0 | 0.32 | 262.8 | 0.24 | 0.58 |
| Hex | 8F | 7C | AE | 12 | 1D | 0 | 20 | 107 | 18 | 3A |
| Octal | 217 | 174 | 256 | 22 | 35 | 0 | 40 | 407 | 30 | 72 |
| Binary | 10001111 | 1111100 | 10101110 | 10010 | 11101 | 0 | 100000 | 100000111 | 11000 | 111010 |
Color Harmonies of #8F7CAE
Complementary color
Monochromatic Colors of #8F7CAE
Black with #8F7CAE
Text Example
Text Example
White with #8F7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7CAE; }
p { color: rgb(143,124,174); }
H1.HeaderClassName
{
color: #8F7CAE;
}
.AnyTagClassName
{
color: #8F7CAE;
}
</style>
background-color css
<style>
a { background-color: #8F7CAE; }
a { background-color: rgb(143,124,174); }
div.DivClassName
{
background-color: #8F7CAE;
}
.BgClassName
{
background-color: #8F7CAE;
}
</style>
border-color css
<style>
span { border-color: #8F7CAE; }
span { border-color: rgb(143,124,174); }
td.TdClassName
{
border-color: #8F7CAE;
}
.TagClassName
{
border-color: #8F7CAE;
}
</style>