Html Css Color HEX #987BBA Purple Mountain's Majesty
📋 copy color: '#987BBA'red 152 ◦ green 123 ◦ blue 186
Shades of Purple Mountain's Majesty #987BBA
Tints of Purple Mountain's Majesty #987BBA
RGB
CMYK
RGB Variations
Color information
#987BBA (or 0x987BBA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7B and BA. RGB value is (152,123,186). Sum of RGB (Red+Green+Blue) = 152+123+186=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #987BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BBA is #678445. Grayscale: #8A8A8A. Windows color (decimal): -6784070 or 12221336. OLE color: 12221336.
HSL color Cylindrical-coordinate representation of color #987BBA: hue angle of 267.62º degrees, saturation: 0.31, 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 #987BBA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 123 | 186 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.27 |
| HSL | 267.62º | 0.31% | 0.61% | - |
| HSV(B) | 267.62º | 0.34% | 0.73% | - |
| XYZ | 28.89 | 24.39 | 49.64 | - |
| YUV | 138.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 186 | 0.18 | 0.34 | 0 | 0.27 | 267.62 | 0.31 | 0.61 |
| Hex | 98 | 7B | BA | 12 | 22 | 0 | 1B | 10C | 1F | 3D |
| Octal | 230 | 173 | 272 | 22 | 42 | 0 | 33 | 414 | 37 | 75 |
| Binary | 10011000 | 1111011 | 10111010 | 10010 | 100010 | 0 | 11011 | 100001100 | 11111 | 111101 |
Color Harmonies of #987BBA
Complementary color
Monochromatic Colors of #987BBA
Black with #987BBA
Text Example
Text Example
White with #987BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BBA; }
p { color: rgb(152,123,186); }
H1.HeaderClassName
{
color: #987BBA;
}
.AnyTagClassName
{
color: #987BBA;
}
</style>
background-color css
<style>
a { background-color: #987BBA; }
a { background-color: rgb(152,123,186); }
div.DivClassName
{
background-color: #987BBA;
}
.BgClassName
{
background-color: #987BBA;
}
</style>
border-color css
<style>
span { border-color: #987BBA; }
span { border-color: rgb(152,123,186); }
td.TdClassName
{
border-color: #987BBA;
}
.TagClassName
{
border-color: #987BBA;
}
</style>