Html Css Color HEX #987CBA Purple Mountain's Majesty
📋 copy color: '#987CBA'red 152 ◦ green 124 ◦ blue 186
Shades of Purple Mountain's Majesty #987CBA
Tints of Purple Mountain's Majesty #987CBA
RGB
CMYK
RGB Variations
Color information
#987CBA (or 0x987CBA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7C and BA. RGB value is (152,124,186). Sum of RGB (Red+Green+Blue) = 152+124+186=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #987CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CBA is #678345. Grayscale: #8B8B8B. Windows color (decimal): -6783814 or 12221592. OLE color: 12221592.
HSL color Cylindrical-coordinate representation of color #987CBA: hue angle of 267.1º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #987CBA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 124 | 186 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.27 |
| HSL | 267.1º | 0.31% | 0.61% | - |
| HSV(B) | 267.1º | 0.33% | 0.73% | - |
| XYZ | 29.02 | 24.64 | 49.68 | - |
| YUV | 139.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 186 | 0.18 | 0.33 | 0 | 0.27 | 267.1 | 0.31 | 0.61 |
| Hex | 98 | 7C | BA | 12 | 21 | 0 | 1B | 10B | 1F | 3D |
| Octal | 230 | 174 | 272 | 22 | 41 | 0 | 33 | 413 | 37 | 75 |
| Binary | 10011000 | 1111100 | 10111010 | 10010 | 100001 | 0 | 11011 | 100001011 | 11111 | 111101 |
Color Harmonies of #987CBA
Complementary color
Monochromatic Colors of #987CBA
Black with #987CBA
Text Example
Text Example
White with #987CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987CBA; }
p { color: rgb(152,124,186); }
H1.HeaderClassName
{
color: #987CBA;
}
.AnyTagClassName
{
color: #987CBA;
}
</style>
background-color css
<style>
a { background-color: #987CBA; }
a { background-color: rgb(152,124,186); }
div.DivClassName
{
background-color: #987CBA;
}
.BgClassName
{
background-color: #987CBA;
}
</style>
border-color css
<style>
span { border-color: #987CBA; }
span { border-color: rgb(152,124,186); }
td.TdClassName
{
border-color: #987CBA;
}
.TagClassName
{
border-color: #987CBA;
}
</style>