Html Css Color HEX #9788AA Purple Mountain's Majesty
📋 copy color: '#9788AA'red 151 ◦ green 136 ◦ blue 170
Shades of Purple Mountain's Majesty #9788AA
Tints of Purple Mountain's Majesty #9788AA
RGB
CMYK
RGB Variations
Color information
#9788AA (or 0x9788AA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 88 and AA. RGB value is (151,136,170). Sum of RGB (Red+Green+Blue) = 151+136+170=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #9788AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9788AA is #687755. Grayscale: #909090. Windows color (decimal): -6846294 or 11176087. OLE color: 11176087.
HSL color Cylindrical-coordinate representation of color #9788AA: 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 #9788AA is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 136 | 170 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.33 |
| HSL | 266.47º | 0.17% | 0.6% | - |
| HSV(B) | 266.47º | 0.2% | 0.67% | - |
| XYZ | 28.82 | 27.09 | 41.74 | - |
| YUV | 144.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 170 | 0.11 | 0.20 | 0 | 0.33 | 266.47 | 0.17 | 0.6 |
| Hex | 97 | 88 | AA | B | 14 | 0 | 21 | 10A | 11 | 3C |
| Octal | 227 | 210 | 252 | 13 | 24 | 0 | 41 | 412 | 21 | 74 |
| Binary | 10010111 | 10001000 | 10101010 | 1011 | 10100 | 0 | 100001 | 100001010 | 10001 | 111100 |
Color Harmonies of #9788AA
Complementary color
Monochromatic Colors of #9788AA
Black with #9788AA
Text Example
Text Example
White with #9788AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9788AA; }
p { color: rgb(151,136,170); }
H1.HeaderClassName
{
color: #9788AA;
}
.AnyTagClassName
{
color: #9788AA;
}
</style>
background-color css
<style>
a { background-color: #9788AA; }
a { background-color: rgb(151,136,170); }
div.DivClassName
{
background-color: #9788AA;
}
.BgClassName
{
background-color: #9788AA;
}
</style>
border-color css
<style>
span { border-color: #9788AA; }
span { border-color: rgb(151,136,170); }
td.TdClassName
{
border-color: #9788AA;
}
.TagClassName
{
border-color: #9788AA;
}
</style>