Html Css Color HEX #9585AC Purple Mountain's Majesty
📋 copy color: '#9585AC'red 149 ◦ green 133 ◦ blue 172
Shades of Purple Mountain's Majesty #9585AC
Tints of Purple Mountain's Majesty #9585AC
RGB
CMYK
RGB Variations
Color information
#9585AC (or 0x9585AC) is known color: Purple Mountain's Majesty. HEX triplet: 95, 85 and AC. RGB value is (149,133,172). Sum of RGB (Red+Green+Blue) = 149+133+172=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #9585AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9585AC is #6A7A53. Grayscale: #8E8E8E. Windows color (decimal): -6978132 or 11306389. OLE color: 11306389.
HSL color Cylindrical-coordinate representation of color #9585AC: hue angle of 264.62º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9585AC is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 133 | 172 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.33 |
| HSL | 264.62º | 0.19% | 0.6% | - |
| HSV(B) | 264.62º | 0.23% | 0.67% | - |
| XYZ | 28.23 | 26.14 | 42.59 | - |
| YUV | 142.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 172 | 0.13 | 0.23 | 0 | 0.33 | 264.62 | 0.19 | 0.6 |
| Hex | 95 | 85 | AC | D | 17 | 0 | 21 | 109 | 13 | 3C |
| Octal | 225 | 205 | 254 | 15 | 27 | 0 | 41 | 411 | 23 | 74 |
| Binary | 10010101 | 10000101 | 10101100 | 1101 | 10111 | 0 | 100001 | 100001001 | 10011 | 111100 |
Color Harmonies of #9585AC
Complementary color
Monochromatic Colors of #9585AC
Black with #9585AC
Text Example
Text Example
White with #9585AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585AC; }
p { color: rgb(149,133,172); }
H1.HeaderClassName
{
color: #9585AC;
}
.AnyTagClassName
{
color: #9585AC;
}
</style>
background-color css
<style>
a { background-color: #9585AC; }
a { background-color: rgb(149,133,172); }
div.DivClassName
{
background-color: #9585AC;
}
.BgClassName
{
background-color: #9585AC;
}
</style>
border-color css
<style>
span { border-color: #9585AC; }
span { border-color: rgb(149,133,172); }
td.TdClassName
{
border-color: #9585AC;
}
.TagClassName
{
border-color: #9585AC;
}
</style>