Html Css Color HEX #987FBB Purple Mountain's Majesty
📋 copy color: '#987FBB'red 152 ◦ green 127 ◦ blue 187
Shades of Purple Mountain's Majesty #987FBB
Tints of Purple Mountain's Majesty #987FBB
RGB
CMYK
RGB Variations
Color information
#987FBB (or 0x987FBB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7F and BB. RGB value is (152,127,187). Sum of RGB (Red+Green+Blue) = 152+127+187=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #987FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FBB is #678044. Grayscale: #8D8D8D. Windows color (decimal): -6783045 or 12287896. OLE color: 12287896.
HSL color Cylindrical-coordinate representation of color #987FBB: hue angle of 265º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #987FBB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 127 | 187 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.27 |
| HSL | 265º | 0.31% | 0.62% | - |
| HSV(B) | 265º | 0.32% | 0.73% | - |
| XYZ | 29.51 | 25.44 | 50.37 | - |
| YUV | 141.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 187 | 0.19 | 0.32 | 0 | 0.27 | 265 | 0.31 | 0.62 |
| Hex | 98 | 7F | BB | 13 | 20 | 0 | 1B | 109 | 1F | 3E |
| Octal | 230 | 177 | 273 | 23 | 40 | 0 | 33 | 411 | 37 | 76 |
| Binary | 10011000 | 1111111 | 10111011 | 10011 | 100000 | 0 | 11011 | 100001001 | 11111 | 111110 |
Color Harmonies of #987FBB
Complementary color
Monochromatic Colors of #987FBB
Black with #987FBB
Text Example
Text Example
White with #987FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FBB; }
p { color: rgb(152,127,187); }
H1.HeaderClassName
{
color: #987FBB;
}
.AnyTagClassName
{
color: #987FBB;
}
</style>
background-color css
<style>
a { background-color: #987FBB; }
a { background-color: rgb(152,127,187); }
div.DivClassName
{
background-color: #987FBB;
}
.BgClassName
{
background-color: #987FBB;
}
</style>
border-color css
<style>
span { border-color: #987FBB; }
span { border-color: rgb(152,127,187); }
td.TdClassName
{
border-color: #987FBB;
}
.TagClassName
{
border-color: #987FBB;
}
</style>