Html Css Color HEX #9584AE Purple Mountain's Majesty
📋 copy color: '#9584AE'red 149 ◦ green 132 ◦ blue 174
Shades of Purple Mountain's Majesty #9584AE
Tints of Purple Mountain's Majesty #9584AE
RGB
CMYK
RGB Variations
Color information
#9584AE (or 0x9584AE) is known color: Purple Mountain's Majesty. HEX triplet: 95, 84 and AE. RGB value is (149,132,174). Sum of RGB (Red+Green+Blue) = 149+132+174=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #9584AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9584AE is #6A7B51. Grayscale: #8D8D8D. Windows color (decimal): -6978386 or 11437205. OLE color: 11437205.
HSL color Cylindrical-coordinate representation of color #9584AE: hue angle of 264.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9584AE is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 132 | 174 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.32 |
| HSL | 264.29º | 0.21% | 0.6% | - |
| HSV(B) | 264.29º | 0.24% | 0.68% | - |
| XYZ | 28.29 | 25.95 | 43.56 | - |
| YUV | 141.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 174 | 0.14 | 0.24 | 0 | 0.32 | 264.29 | 0.21 | 0.6 |
| Hex | 95 | 84 | AE | E | 18 | 0 | 20 | 108 | 15 | 3C |
| Octal | 225 | 204 | 256 | 16 | 30 | 0 | 40 | 410 | 25 | 74 |
| Binary | 10010101 | 10000100 | 10101110 | 1110 | 11000 | 0 | 100000 | 100001000 | 10101 | 111100 |
Color Harmonies of #9584AE
Complementary color
Monochromatic Colors of #9584AE
Black with #9584AE
Text Example
Text Example
White with #9584AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584AE; }
p { color: rgb(149,132,174); }
H1.HeaderClassName
{
color: #9584AE;
}
.AnyTagClassName
{
color: #9584AE;
}
</style>
background-color css
<style>
a { background-color: #9584AE; }
a { background-color: rgb(149,132,174); }
div.DivClassName
{
background-color: #9584AE;
}
.BgClassName
{
background-color: #9584AE;
}
</style>
border-color css
<style>
span { border-color: #9584AE; }
span { border-color: rgb(149,132,174); }
td.TdClassName
{
border-color: #9584AE;
}
.TagClassName
{
border-color: #9584AE;
}
</style>