Html Css Color HEX #987ABA Purple Mountain's Majesty
📋 copy color: '#987ABA'red 152 ◦ green 122 ◦ blue 186
Shades of Purple Mountain's Majesty #987ABA
Tints of Purple Mountain's Majesty #987ABA
RGB
CMYK
RGB Variations
Color information
#987ABA (or 0x987ABA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7A and BA. RGB value is (152,122,186). Sum of RGB (Red+Green+Blue) = 152+122+186=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #987ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ABA is #678545. Grayscale: #8A8A8A. Windows color (decimal): -6784326 or 12221080. OLE color: 12221080.
HSL color Cylindrical-coordinate representation of color #987ABA: hue angle of 268.12º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #987ABA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 122 | 186 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.27 |
| HSL | 268.13º | 0.32% | 0.6% | - |
| HSV(B) | 268.13º | 0.34% | 0.73% | - |
| XYZ | 28.77 | 24.14 | 49.6 | - |
| YUV | 138.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 186 | 0.18 | 0.34 | 0 | 0.27 | 268.13 | 0.32 | 0.6 |
| Hex | 98 | 7A | BA | 12 | 22 | 0 | 1B | 10C | 20 | 3C |
| Octal | 230 | 172 | 272 | 22 | 42 | 0 | 33 | 414 | 40 | 74 |
| Binary | 10011000 | 1111010 | 10111010 | 10010 | 100010 | 0 | 11011 | 100001100 | 100000 | 111100 |
Color Harmonies of #987ABA
Complementary color
Monochromatic Colors of #987ABA
Black with #987ABA
Text Example
Text Example
White with #987ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ABA; }
p { color: rgb(152,122,186); }
H1.HeaderClassName
{
color: #987ABA;
}
.AnyTagClassName
{
color: #987ABA;
}
</style>
background-color css
<style>
a { background-color: #987ABA; }
a { background-color: rgb(152,122,186); }
div.DivClassName
{
background-color: #987ABA;
}
.BgClassName
{
background-color: #987ABA;
}
</style>
border-color css
<style>
span { border-color: #987ABA; }
span { border-color: rgb(152,122,186); }
td.TdClassName
{
border-color: #987ABA;
}
.TagClassName
{
border-color: #987ABA;
}
</style>