Html Css Color HEX #9587AA Purple Mountain's Majesty
📋 copy color: '#9587AA'red 149 ◦ green 135 ◦ blue 170
Shades of Purple Mountain's Majesty #9587AA
Tints of Purple Mountain's Majesty #9587AA
RGB
CMYK
RGB Variations
Color information
#9587AA (or 0x9587AA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 87 and AA. RGB value is (149,135,170). Sum of RGB (Red+Green+Blue) = 149+135+170=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #9587AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9587AA is #6A7855. Grayscale: #8F8F8F. Windows color (decimal): -6977622 or 11175829. OLE color: 11175829.
HSL color Cylindrical-coordinate representation of color #9587AA: hue angle of 264º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9587AA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 135 | 170 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.33 |
| HSL | 264º | 0.17% | 0.6% | - |
| HSV(B) | 264º | 0.21% | 0.67% | - |
| XYZ | 28.31 | 26.62 | 41.68 | - |
| YUV | 143.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 170 | 0.12 | 0.21 | 0 | 0.33 | 264 | 0.17 | 0.6 |
| Hex | 95 | 87 | AA | C | 15 | 0 | 21 | 108 | 11 | 3C |
| Octal | 225 | 207 | 252 | 14 | 25 | 0 | 41 | 410 | 21 | 74 |
| Binary | 10010101 | 10000111 | 10101010 | 1100 | 10101 | 0 | 100001 | 100001000 | 10001 | 111100 |
Color Harmonies of #9587AA
Complementary color
Monochromatic Colors of #9587AA
Black with #9587AA
Text Example
Text Example
White with #9587AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9587AA; }
p { color: rgb(149,135,170); }
H1.HeaderClassName
{
color: #9587AA;
}
.AnyTagClassName
{
color: #9587AA;
}
</style>
background-color css
<style>
a { background-color: #9587AA; }
a { background-color: rgb(149,135,170); }
div.DivClassName
{
background-color: #9587AA;
}
.BgClassName
{
background-color: #9587AA;
}
</style>
border-color css
<style>
span { border-color: #9587AA; }
span { border-color: rgb(149,135,170); }
td.TdClassName
{
border-color: #9587AA;
}
.TagClassName
{
border-color: #9587AA;
}
</style>