Html Css Color HEX #9588A7 Purple Mountain's Majesty
📋 copy color: '#9588A7'red 149 ◦ green 136 ◦ blue 167
Shades of Purple Mountain's Majesty #9588A7
Tints of Purple Mountain's Majesty #9588A7
RGB
CMYK
RGB Variations
Color information
#9588A7 (or 0x9588A7) is known color: Purple Mountain's Majesty. HEX triplet: 95, 88 and A7. RGB value is (149,136,167). Sum of RGB (Red+Green+Blue) = 149+136+167=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 167 - color contains mainly: blue. Hex color #9588A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9588A7 is #6A7758. Grayscale: #8F8F8F. Windows color (decimal): -6977369 or 10979477. OLE color: 10979477.
HSL color Cylindrical-coordinate representation of color #9588A7: hue angle of 265.16º 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 #9588A7 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 136 | 167 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.35 |
| HSL | 265.16º | 0.15% | 0.59% | - |
| HSV(B) | 265.16º | 0.19% | 0.65% | - |
| XYZ | 28.17 | 26.79 | 40.24 | - |
| YUV | 143.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 167 | 0.11 | 0.19 | 0 | 0.35 | 265.16 | 0.15 | 0.59 |
| Hex | 95 | 88 | A7 | B | 13 | 0 | 23 | 109 | F | 3B |
| Octal | 225 | 210 | 247 | 13 | 23 | 0 | 43 | 411 | 17 | 73 |
| Binary | 10010101 | 10001000 | 10100111 | 1011 | 10011 | 0 | 100011 | 100001001 | 1111 | 111011 |
Color Harmonies of #9588A7
Complementary color
Monochromatic Colors of #9588A7
Black with #9588A7
Text Example
Text Example
White with #9588A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588A7; }
p { color: rgb(149,136,167); }
H1.HeaderClassName
{
color: #9588A7;
}
.AnyTagClassName
{
color: #9588A7;
}
</style>
background-color css
<style>
a { background-color: #9588A7; }
a { background-color: rgb(149,136,167); }
div.DivClassName
{
background-color: #9588A7;
}
.BgClassName
{
background-color: #9588A7;
}
</style>
border-color css
<style>
span { border-color: #9588A7; }
span { border-color: rgb(149,136,167); }
td.TdClassName
{
border-color: #9588A7;
}
.TagClassName
{
border-color: #9588A7;
}
</style>