Html Css Color HEX #9789AA Purple Mountain's Majesty
📋 copy color: '#9789AA'red 151 ◦ green 137 ◦ blue 170
Shades of Purple Mountain's Majesty #9789AA
Tints of Purple Mountain's Majesty #9789AA
RGB
CMYK
RGB Variations
Color information
#9789AA (or 0x9789AA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 89 and AA. RGB value is (151,137,170). Sum of RGB (Red+Green+Blue) = 151+137+170=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #9789AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9789AA is #687655. Grayscale: #909090. Windows color (decimal): -6846038 or 11176343. OLE color: 11176343.
HSL color Cylindrical-coordinate representation of color #9789AA: hue angle of 265.45º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9789AA is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 137 | 170 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.33 |
| HSL | 265.45º | 0.16% | 0.6% | - |
| HSV(B) | 265.45º | 0.19% | 0.67% | - |
| XYZ | 28.96 | 27.37 | 41.79 | - |
| YUV | 144.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 137 | 170 | 0.11 | 0.19 | 0 | 0.33 | 265.45 | 0.16 | 0.6 |
| Hex | 97 | 89 | AA | B | 13 | 0 | 21 | 109 | 10 | 3C |
| Octal | 227 | 211 | 252 | 13 | 23 | 0 | 41 | 411 | 20 | 74 |
| Binary | 10010111 | 10001001 | 10101010 | 1011 | 10011 | 0 | 100001 | 100001001 | 10000 | 111100 |
Color Harmonies of #9789AA
Complementary color
Monochromatic Colors of #9789AA
Black with #9789AA
Text Example
Text Example
White with #9789AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9789AA; }
p { color: rgb(151,137,170); }
H1.HeaderClassName
{
color: #9789AA;
}
.AnyTagClassName
{
color: #9789AA;
}
</style>
background-color css
<style>
a { background-color: #9789AA; }
a { background-color: rgb(151,137,170); }
div.DivClassName
{
background-color: #9789AA;
}
.BgClassName
{
background-color: #9789AA;
}
</style>
border-color css
<style>
span { border-color: #9789AA; }
span { border-color: rgb(151,137,170); }
td.TdClassName
{
border-color: #9789AA;
}
.TagClassName
{
border-color: #9789AA;
}
</style>