Html Css Color HEX #9587A7 Purple Mountain's Majesty
📋 copy color: '#9587A7'red 149 ◦ green 135 ◦ blue 167
Shades of Purple Mountain's Majesty #9587A7
Tints of Purple Mountain's Majesty #9587A7
RGB
CMYK
RGB Variations
Color information
#9587A7 (or 0x9587A7) is known color: Purple Mountain's Majesty. HEX triplet: 95, 87 and A7. RGB value is (149,135,167). Sum of RGB (Red+Green+Blue) = 149+135+167=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 167 - color contains mainly: blue. Hex color #9587A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9587A7 is #6A7858. Grayscale: #8E8E8E. Windows color (decimal): -6977625 or 10979221. OLE color: 10979221.
HSL color Cylindrical-coordinate representation of color #9587A7: hue angle of 266.25º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9587A7 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 135 | 167 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.35 |
| HSL | 266.25º | 0.15% | 0.59% | - |
| HSV(B) | 266.25º | 0.19% | 0.65% | - |
| XYZ | 28.03 | 26.51 | 40.2 | - |
| YUV | 142.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 167 | 0.11 | 0.19 | 0 | 0.35 | 266.25 | 0.15 | 0.59 |
| Hex | 95 | 87 | A7 | B | 13 | 0 | 23 | 10A | F | 3B |
| Octal | 225 | 207 | 247 | 13 | 23 | 0 | 43 | 412 | 17 | 73 |
| Binary | 10010101 | 10000111 | 10100111 | 1011 | 10011 | 0 | 100011 | 100001010 | 1111 | 111011 |
Color Harmonies of #9587A7
Complementary color
Monochromatic Colors of #9587A7
Black with #9587A7
Text Example
Text Example
White with #9587A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9587A7; }
p { color: rgb(149,135,167); }
H1.HeaderClassName
{
color: #9587A7;
}
.AnyTagClassName
{
color: #9587A7;
}
</style>
background-color css
<style>
a { background-color: #9587A7; }
a { background-color: rgb(149,135,167); }
div.DivClassName
{
background-color: #9587A7;
}
.BgClassName
{
background-color: #9587A7;
}
</style>
border-color css
<style>
span { border-color: #9587A7; }
span { border-color: rgb(149,135,167); }
td.TdClassName
{
border-color: #9587A7;
}
.TagClassName
{
border-color: #9587A7;
}
</style>