Html Css Color HEX #9688AA Purple Mountain's Majesty
📋 copy color: '#9688AA'red 150 ◦ green 136 ◦ blue 170
Shades of Purple Mountain's Majesty #9688AA
Tints of Purple Mountain's Majesty #9688AA
RGB
CMYK
RGB Variations
Color information
#9688AA (or 0x9688AA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 88 and AA. RGB value is (150,136,170). Sum of RGB (Red+Green+Blue) = 150+136+170=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #9688AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9688AA is #697755. Grayscale: #8F8F8F. Windows color (decimal): -6911830 or 11176086. OLE color: 11176086.
HSL color Cylindrical-coordinate representation of color #9688AA: hue angle of 264.71º 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 #9688AA is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 136 | 170 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.33 |
| HSL | 264.71º | 0.17% | 0.6% | - |
| HSV(B) | 264.71º | 0.2% | 0.67% | - |
| XYZ | 28.64 | 26.99 | 41.73 | - |
| YUV | 144.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 170 | 0.12 | 0.20 | 0 | 0.33 | 264.71 | 0.17 | 0.6 |
| Hex | 96 | 88 | AA | C | 14 | 0 | 21 | 109 | 11 | 3C |
| Octal | 226 | 210 | 252 | 14 | 24 | 0 | 41 | 411 | 21 | 74 |
| Binary | 10010110 | 10001000 | 10101010 | 1100 | 10100 | 0 | 100001 | 100001001 | 10001 | 111100 |
Color Harmonies of #9688AA
Complementary color
Monochromatic Colors of #9688AA
Black with #9688AA
Text Example
Text Example
White with #9688AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9688AA; }
p { color: rgb(150,136,170); }
H1.HeaderClassName
{
color: #9688AA;
}
.AnyTagClassName
{
color: #9688AA;
}
</style>
background-color css
<style>
a { background-color: #9688AA; }
a { background-color: rgb(150,136,170); }
div.DivClassName
{
background-color: #9688AA;
}
.BgClassName
{
background-color: #9688AA;
}
</style>
border-color css
<style>
span { border-color: #9688AA; }
span { border-color: rgb(150,136,170); }
td.TdClassName
{
border-color: #9688AA;
}
.TagClassName
{
border-color: #9688AA;
}
</style>