Html Css Color HEX #8F7AAE Purple Mountain's Majesty
📋 copy color: '#8F7AAE'red 143 ◦ green 122 ◦ blue 174
Shades of Purple Mountain's Majesty #8F7AAE
Tints of Purple Mountain's Majesty #8F7AAE
RGB
CMYK
RGB Variations
Color information
#8F7AAE (or 0x8F7AAE) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7A and AE. RGB value is (143,122,174). Sum of RGB (Red+Green+Blue) = 143+122+174=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7AAE is #708551. Grayscale: #868686. Windows color (decimal): -7374162 or 11434639. OLE color: 11434639.
HSL color Cylindrical-coordinate representation of color #8F7AAE: hue angle of 264.23º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F7AAE is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 122 | 174 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.32 |
| HSL | 264.23º | 0.24% | 0.58% | - |
| HSV(B) | 264.23º | 0.3% | 0.68% | - |
| XYZ | 25.93 | 22.81 | 43.08 | - |
| YUV | 134.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 174 | 0.18 | 0.30 | 0 | 0.32 | 264.23 | 0.24 | 0.58 |
| Hex | 8F | 7A | AE | 12 | 1E | 0 | 20 | 108 | 18 | 3A |
| Octal | 217 | 172 | 256 | 22 | 36 | 0 | 40 | 410 | 30 | 72 |
| Binary | 10001111 | 1111010 | 10101110 | 10010 | 11110 | 0 | 100000 | 100001000 | 11000 | 111010 |
Color Harmonies of #8F7AAE
Complementary color
Monochromatic Colors of #8F7AAE
Black with #8F7AAE
Text Example
Text Example
White with #8F7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7AAE; }
p { color: rgb(143,122,174); }
H1.HeaderClassName
{
color: #8F7AAE;
}
.AnyTagClassName
{
color: #8F7AAE;
}
</style>
background-color css
<style>
a { background-color: #8F7AAE; }
a { background-color: rgb(143,122,174); }
div.DivClassName
{
background-color: #8F7AAE;
}
.BgClassName
{
background-color: #8F7AAE;
}
</style>
border-color css
<style>
span { border-color: #8F7AAE; }
span { border-color: rgb(143,122,174); }
td.TdClassName
{
border-color: #8F7AAE;
}
.TagClassName
{
border-color: #8F7AAE;
}
</style>