Html Css Color HEX #8F7DAE Purple Mountain's Majesty
📋 copy color: '#8F7DAE'red 143 ◦ green 125 ◦ blue 174
Shades of Purple Mountain's Majesty #8F7DAE
Tints of Purple Mountain's Majesty #8F7DAE
RGB
CMYK
RGB Variations
Color information
#8F7DAE (or 0x8F7DAE) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7D and AE. RGB value is (143,125,174). Sum of RGB (Red+Green+Blue) = 143+125+174=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7DAE is #708251. Grayscale: #878787. Windows color (decimal): -7373394 or 11435407. OLE color: 11435407.
HSL color Cylindrical-coordinate representation of color #8F7DAE: hue angle of 262.04º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F7DAE is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 125 | 174 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.32 |
| HSL | 262.04º | 0.23% | 0.59% | - |
| HSV(B) | 262.04º | 0.28% | 0.68% | - |
| XYZ | 26.3 | 23.56 | 43.21 | - |
| YUV | 135.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 174 | 0.18 | 0.28 | 0 | 0.32 | 262.04 | 0.23 | 0.59 |
| Hex | 8F | 7D | AE | 12 | 1C | 0 | 20 | 106 | 17 | 3B |
| Octal | 217 | 175 | 256 | 22 | 34 | 0 | 40 | 406 | 27 | 73 |
| Binary | 10001111 | 1111101 | 10101110 | 10010 | 11100 | 0 | 100000 | 100000110 | 10111 | 111011 |
Color Harmonies of #8F7DAE
Complementary color
Monochromatic Colors of #8F7DAE
Black with #8F7DAE
Text Example
Text Example
White with #8F7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7DAE; }
p { color: rgb(143,125,174); }
H1.HeaderClassName
{
color: #8F7DAE;
}
.AnyTagClassName
{
color: #8F7DAE;
}
</style>
background-color css
<style>
a { background-color: #8F7DAE; }
a { background-color: rgb(143,125,174); }
div.DivClassName
{
background-color: #8F7DAE;
}
.BgClassName
{
background-color: #8F7DAE;
}
</style>
border-color css
<style>
span { border-color: #8F7DAE; }
span { border-color: rgb(143,125,174); }
td.TdClassName
{
border-color: #8F7DAE;
}
.TagClassName
{
border-color: #8F7DAE;
}
</style>