Html Css Color HEX #987AB3 Purple Mountain's Majesty
📋 copy color: '#987AB3'red 152 ◦ green 122 ◦ blue 179
Shades of Purple Mountain's Majesty #987AB3
Tints of Purple Mountain's Majesty #987AB3
RGB
CMYK
RGB Variations
Color information
#987AB3 (or 0x987AB3) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7A and B3. RGB value is (152,122,179). Sum of RGB (Red+Green+Blue) = 152+122+179=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 179 - color contains mainly: blue. Hex color #987AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987AB3 is #67854C. Grayscale: #898989. Windows color (decimal): -6784333 or 11762328. OLE color: 11762328.
HSL color Cylindrical-coordinate representation of color #987AB3: hue angle of 271.58º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #987AB3 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 122 | 179 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.30 |
| HSL | 271.58º | 0.27% | 0.59% | - |
| HSV(B) | 271.58º | 0.32% | 0.7% | - |
| XYZ | 28.05 | 23.85 | 45.77 | - |
| YUV | 137.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 179 | 0.15 | 0.32 | 0 | 0.30 | 271.58 | 0.27 | 0.59 |
| Hex | 98 | 7A | B3 | F | 20 | 0 | 1E | 110 | 1B | 3B |
| Octal | 230 | 172 | 263 | 17 | 40 | 0 | 36 | 420 | 33 | 73 |
| Binary | 10011000 | 1111010 | 10110011 | 1111 | 100000 | 0 | 11110 | 100010000 | 11011 | 111011 |
Color Harmonies of #987AB3
Complementary color
Monochromatic Colors of #987AB3
Black with #987AB3
Text Example
Text Example
White with #987AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987AB3; }
p { color: rgb(152,122,179); }
H1.HeaderClassName
{
color: #987AB3;
}
.AnyTagClassName
{
color: #987AB3;
}
</style>
background-color css
<style>
a { background-color: #987AB3; }
a { background-color: rgb(152,122,179); }
div.DivClassName
{
background-color: #987AB3;
}
.BgClassName
{
background-color: #987AB3;
}
</style>
border-color css
<style>
span { border-color: #987AB3; }
span { border-color: rgb(152,122,179); }
td.TdClassName
{
border-color: #987AB3;
}
.TagClassName
{
border-color: #987AB3;
}
</style>