Html Css Color HEX #9889AB Purple Mountain's Majesty
📋 copy color: '#9889AB'red 152 ◦ green 137 ◦ blue 171
Shades of Purple Mountain's Majesty #9889AB
Tints of Purple Mountain's Majesty #9889AB
RGB
CMYK
RGB Variations
Color information
#9889AB (or 0x9889AB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 89 and AB. RGB value is (152,137,171). Sum of RGB (Red+Green+Blue) = 152+137+171=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #9889AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9889AB is #677654. Grayscale: #919191. Windows color (decimal): -6780501 or 11241880. OLE color: 11241880.
HSL color Cylindrical-coordinate representation of color #9889AB: hue angle of 266.47º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9889AB is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 137 | 171 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.33 |
| HSL | 266.47º | 0.17% | 0.6% | - |
| HSV(B) | 266.47º | 0.2% | 0.67% | - |
| XYZ | 29.25 | 27.51 | 42.3 | - |
| YUV | 145.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 171 | 0.11 | 0.20 | 0 | 0.33 | 266.47 | 0.17 | 0.6 |
| Hex | 98 | 89 | AB | B | 14 | 0 | 21 | 10A | 11 | 3C |
| Octal | 230 | 211 | 253 | 13 | 24 | 0 | 41 | 412 | 21 | 74 |
| Binary | 10011000 | 10001001 | 10101011 | 1011 | 10100 | 0 | 100001 | 100001010 | 10001 | 111100 |
Color Harmonies of #9889AB
Complementary color
Monochromatic Colors of #9889AB
Black with #9889AB
Text Example
Text Example
White with #9889AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9889AB; }
p { color: rgb(152,137,171); }
H1.HeaderClassName
{
color: #9889AB;
}
.AnyTagClassName
{
color: #9889AB;
}
</style>
background-color css
<style>
a { background-color: #9889AB; }
a { background-color: rgb(152,137,171); }
div.DivClassName
{
background-color: #9889AB;
}
.BgClassName
{
background-color: #9889AB;
}
</style>
border-color css
<style>
span { border-color: #9889AB; }
span { border-color: rgb(152,137,171); }
td.TdClassName
{
border-color: #9889AB;
}
.TagClassName
{
border-color: #9889AB;
}
</style>