Html Css Color HEX #9584AA Purple Mountain's Majesty
📋 copy color: '#9584AA'red 149 ◦ green 132 ◦ blue 170
Shades of Purple Mountain's Majesty #9584AA
Tints of Purple Mountain's Majesty #9584AA
RGB
CMYK
RGB Variations
Color information
#9584AA (or 0x9584AA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 84 and AA. RGB value is (149,132,170). Sum of RGB (Red+Green+Blue) = 149+132+170=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #9584AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9584AA is #6A7B55. Grayscale: #8D8D8D. Windows color (decimal): -6978390 or 11175061. OLE color: 11175061.
HSL color Cylindrical-coordinate representation of color #9584AA: hue angle of 266.84º 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 #9584AA is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 132 | 170 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.33 |
| HSL | 266.84º | 0.18% | 0.59% | - |
| HSV(B) | 266.84º | 0.22% | 0.67% | - |
| XYZ | 27.9 | 25.79 | 41.54 | - |
| YUV | 141.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 170 | 0.12 | 0.22 | 0 | 0.33 | 266.84 | 0.18 | 0.59 |
| Hex | 95 | 84 | AA | C | 16 | 0 | 21 | 10B | 12 | 3B |
| Octal | 225 | 204 | 252 | 14 | 26 | 0 | 41 | 413 | 22 | 73 |
| Binary | 10010101 | 10000100 | 10101010 | 1100 | 10110 | 0 | 100001 | 100001011 | 10010 | 111011 |
Color Harmonies of #9584AA
Complementary color
Monochromatic Colors of #9584AA
Black with #9584AA
Text Example
Text Example
White with #9584AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584AA; }
p { color: rgb(149,132,170); }
H1.HeaderClassName
{
color: #9584AA;
}
.AnyTagClassName
{
color: #9584AA;
}
</style>
background-color css
<style>
a { background-color: #9584AA; }
a { background-color: rgb(149,132,170); }
div.DivClassName
{
background-color: #9584AA;
}
.BgClassName
{
background-color: #9584AA;
}
</style>
border-color css
<style>
span { border-color: #9584AA; }
span { border-color: rgb(149,132,170); }
td.TdClassName
{
border-color: #9584AA;
}
.TagClassName
{
border-color: #9584AA;
}
</style>