Html Css Color HEX #9585A7 Purple Mountain's Majesty
📋 copy color: '#9585A7'red 149 ◦ green 133 ◦ blue 167
Shades of Purple Mountain's Majesty #9585A7
Tints of Purple Mountain's Majesty #9585A7
RGB
CMYK
RGB Variations
Color information
#9585A7 (or 0x9585A7) is known color: Purple Mountain's Majesty. HEX triplet: 95, 85 and A7. RGB value is (149,133,167). Sum of RGB (Red+Green+Blue) = 149+133+167=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 167 - color contains mainly: blue. Hex color #9585A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9585A7 is #6A7A58. Grayscale: #8D8D8D. Windows color (decimal): -6978137 or 10978709. OLE color: 10978709.
HSL color Cylindrical-coordinate representation of color #9585A7: hue angle of 268.24º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9585A7 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 133 | 167 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.35 |
| HSL | 268.24º | 0.16% | 0.59% | - |
| HSV(B) | 268.24º | 0.2% | 0.65% | - |
| XYZ | 27.76 | 25.95 | 40.11 | - |
| YUV | 141.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 167 | 0.11 | 0.20 | 0 | 0.35 | 268.24 | 0.16 | 0.59 |
| Hex | 95 | 85 | A7 | B | 14 | 0 | 23 | 10C | 10 | 3B |
| Octal | 225 | 205 | 247 | 13 | 24 | 0 | 43 | 414 | 20 | 73 |
| Binary | 10010101 | 10000101 | 10100111 | 1011 | 10100 | 0 | 100011 | 100001100 | 10000 | 111011 |
Color Harmonies of #9585A7
Complementary color
Monochromatic Colors of #9585A7
Black with #9585A7
Text Example
Text Example
White with #9585A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585A7; }
p { color: rgb(149,133,167); }
H1.HeaderClassName
{
color: #9585A7;
}
.AnyTagClassName
{
color: #9585A7;
}
</style>
background-color css
<style>
a { background-color: #9585A7; }
a { background-color: rgb(149,133,167); }
div.DivClassName
{
background-color: #9585A7;
}
.BgClassName
{
background-color: #9585A7;
}
</style>
border-color css
<style>
span { border-color: #9585A7; }
span { border-color: rgb(149,133,167); }
td.TdClassName
{
border-color: #9585A7;
}
.TagClassName
{
border-color: #9585A7;
}
</style>