Html Css Color HEX #9585AA Purple Mountain's Majesty
📋 copy color: '#9585AA'red 149 ◦ green 133 ◦ blue 170
Shades of Purple Mountain's Majesty #9585AA
Tints of Purple Mountain's Majesty #9585AA
RGB
CMYK
RGB Variations
Color information
#9585AA (or 0x9585AA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 85 and AA. RGB value is (149,133,170). Sum of RGB (Red+Green+Blue) = 149+133+170=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #9585AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9585AA is #6A7A55. Grayscale: #8D8D8D. Windows color (decimal): -6978134 or 11175317. OLE color: 11175317.
HSL color Cylindrical-coordinate representation of color #9585AA: hue angle of 265.95º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9585AA is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 133 | 170 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.33 |
| HSL | 265.95º | 0.18% | 0.59% | - |
| HSV(B) | 265.95º | 0.22% | 0.67% | - |
| XYZ | 28.04 | 26.07 | 41.58 | - |
| YUV | 142 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 170 | 0.12 | 0.22 | 0 | 0.33 | 265.95 | 0.18 | 0.59 |
| Hex | 95 | 85 | AA | C | 16 | 0 | 21 | 10A | 12 | 3B |
| Octal | 225 | 205 | 252 | 14 | 26 | 0 | 41 | 412 | 22 | 73 |
| Binary | 10010101 | 10000101 | 10101010 | 1100 | 10110 | 0 | 100001 | 100001010 | 10010 | 111011 |
Color Harmonies of #9585AA
Complementary color
Monochromatic Colors of #9585AA
Black with #9585AA
Text Example
Text Example
White with #9585AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585AA; }
p { color: rgb(149,133,170); }
H1.HeaderClassName
{
color: #9585AA;
}
.AnyTagClassName
{
color: #9585AA;
}
</style>
background-color css
<style>
a { background-color: #9585AA; }
a { background-color: rgb(149,133,170); }
div.DivClassName
{
background-color: #9585AA;
}
.BgClassName
{
background-color: #9585AA;
}
</style>
border-color css
<style>
span { border-color: #9585AA; }
span { border-color: rgb(149,133,170); }
td.TdClassName
{
border-color: #9585AA;
}
.TagClassName
{
border-color: #9585AA;
}
</style>