Html Css Color HEX #987BBB Purple Mountain's Majesty
📋 copy color: '#987BBB'red 152 ◦ green 123 ◦ blue 187
Shades of Purple Mountain's Majesty #987BBB
Tints of Purple Mountain's Majesty #987BBB
RGB
CMYK
RGB Variations
Color information
#987BBB (or 0x987BBB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7B and BB. RGB value is (152,123,187). Sum of RGB (Red+Green+Blue) = 152+123+187=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #987BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BBB is #678444. Grayscale: #8A8A8A. Windows color (decimal): -6784069 or 12286872. OLE color: 12286872.
HSL color Cylindrical-coordinate representation of color #987BBB: hue angle of 267.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #987BBB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 123 | 187 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.27 |
| HSL | 267.19º | 0.32% | 0.61% | - |
| HSV(B) | 267.19º | 0.34% | 0.73% | - |
| XYZ | 29 | 24.43 | 50.2 | - |
| YUV | 138.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 187 | 0.19 | 0.34 | 0 | 0.27 | 267.19 | 0.32 | 0.61 |
| Hex | 98 | 7B | BB | 13 | 22 | 0 | 1B | 10B | 20 | 3D |
| Octal | 230 | 173 | 273 | 23 | 42 | 0 | 33 | 413 | 40 | 75 |
| Binary | 10011000 | 1111011 | 10111011 | 10011 | 100010 | 0 | 11011 | 100001011 | 100000 | 111101 |
Color Harmonies of #987BBB
Complementary color
Monochromatic Colors of #987BBB
Black with #987BBB
Text Example
Text Example
White with #987BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BBB; }
p { color: rgb(152,123,187); }
H1.HeaderClassName
{
color: #987BBB;
}
.AnyTagClassName
{
color: #987BBB;
}
</style>
background-color css
<style>
a { background-color: #987BBB; }
a { background-color: rgb(152,123,187); }
div.DivClassName
{
background-color: #987BBB;
}
.BgClassName
{
background-color: #987BBB;
}
</style>
border-color css
<style>
span { border-color: #987BBB; }
span { border-color: rgb(152,123,187); }
td.TdClassName
{
border-color: #987BBB;
}
.TagClassName
{
border-color: #987BBB;
}
</style>