Html Css Color HEX #987AAE Purple Mountain's Majesty
📋 copy color: '#987AAE'red 152 ◦ green 122 ◦ blue 174
Shades of Purple Mountain's Majesty #987AAE
Tints of Purple Mountain's Majesty #987AAE
RGB
CMYK
RGB Variations
Color information
#987AAE (or 0x987AAE) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7A and AE. RGB value is (152,122,174). Sum of RGB (Red+Green+Blue) = 152+122+174=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #987AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987AAE is #678551. Grayscale: #888888. Windows color (decimal): -6784338 or 11434648. OLE color: 11434648.
HSL color Cylindrical-coordinate representation of color #987AAE: hue angle of 274.62º 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 #987AAE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 122 | 174 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.32 |
| HSL | 274.62º | 0.24% | 0.58% | - |
| HSV(B) | 274.62º | 0.3% | 0.68% | - |
| XYZ | 27.55 | 23.65 | 43.16 | - |
| YUV | 136.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 174 | 0.13 | 0.30 | 0 | 0.32 | 274.62 | 0.24 | 0.58 |
| Hex | 98 | 7A | AE | D | 1E | 0 | 20 | 113 | 18 | 3A |
| Octal | 230 | 172 | 256 | 15 | 36 | 0 | 40 | 423 | 30 | 72 |
| Binary | 10011000 | 1111010 | 10101110 | 1101 | 11110 | 0 | 100000 | 100010011 | 11000 | 111010 |
Color Harmonies of #987AAE
Complementary color
Monochromatic Colors of #987AAE
Black with #987AAE
Text Example
Text Example
White with #987AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987AAE; }
p { color: rgb(152,122,174); }
H1.HeaderClassName
{
color: #987AAE;
}
.AnyTagClassName
{
color: #987AAE;
}
</style>
background-color css
<style>
a { background-color: #987AAE; }
a { background-color: rgb(152,122,174); }
div.DivClassName
{
background-color: #987AAE;
}
.BgClassName
{
background-color: #987AAE;
}
</style>
border-color css
<style>
span { border-color: #987AAE; }
span { border-color: rgb(152,122,174); }
td.TdClassName
{
border-color: #987AAE;
}
.TagClassName
{
border-color: #987AAE;
}
</style>