Html Css Color HEX #9789A9 Purple Mountain's Majesty
📋 copy color: '#9789A9'red 151 ◦ green 137 ◦ blue 169
Shades of Purple Mountain's Majesty #9789A9
Tints of Purple Mountain's Majesty #9789A9
RGB
CMYK
RGB Variations
Color information
#9789A9 (or 0x9789A9) is known color: Purple Mountain's Majesty. HEX triplet: 97, 89 and A9. RGB value is (151,137,169). Sum of RGB (Red+Green+Blue) = 151+137+169=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 169 - color contains mainly: blue. Hex color #9789A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9789A9 is #687656. Grayscale: #909090. Windows color (decimal): -6846039 or 11110807. OLE color: 11110807.
HSL color Cylindrical-coordinate representation of color #9789A9: hue angle of 266.25º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9789A9 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 137 | 169 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.34 |
| HSL | 266.25º | 0.16% | 0.6% | - |
| HSV(B) | 266.25º | 0.19% | 0.66% | - |
| XYZ | 28.87 | 27.34 | 41.29 | - |
| YUV | 144.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 137 | 169 | 0.11 | 0.19 | 0 | 0.34 | 266.25 | 0.16 | 0.6 |
| Hex | 97 | 89 | A9 | B | 13 | 0 | 22 | 10A | 10 | 3C |
| Octal | 227 | 211 | 251 | 13 | 23 | 0 | 42 | 412 | 20 | 74 |
| Binary | 10010111 | 10001001 | 10101001 | 1011 | 10011 | 0 | 100010 | 100001010 | 10000 | 111100 |
Color Harmonies of #9789A9
Complementary color
Monochromatic Colors of #9789A9
Black with #9789A9
Text Example
Text Example
White with #9789A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9789A9; }
p { color: rgb(151,137,169); }
H1.HeaderClassName
{
color: #9789A9;
}
.AnyTagClassName
{
color: #9789A9;
}
</style>
background-color css
<style>
a { background-color: #9789A9; }
a { background-color: rgb(151,137,169); }
div.DivClassName
{
background-color: #9789A9;
}
.BgClassName
{
background-color: #9789A9;
}
</style>
border-color css
<style>
span { border-color: #9789A9; }
span { border-color: rgb(151,137,169); }
td.TdClassName
{
border-color: #9789A9;
}
.TagClassName
{
border-color: #9789A9;
}
</style>