Html Css Color HEX #9579AD Purple Mountain's Majesty
📋 copy color: '#9579AD'red 149 ◦ green 121 ◦ blue 173
Shades of Purple Mountain's Majesty #9579AD
Tints of Purple Mountain's Majesty #9579AD
RGB
CMYK
RGB Variations
Color information
#9579AD (or 0x9579AD) is known color: Purple Mountain's Majesty. HEX triplet: 95, 79 and AD. RGB value is (149,121,173). Sum of RGB (Red+Green+Blue) = 149+121+173=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #9579AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9579AD is #6A8652. Grayscale: #878787. Windows color (decimal): -6981203 or 11368853. OLE color: 11368853.
HSL color Cylindrical-coordinate representation of color #9579AD: hue angle of 272.31º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9579AD is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 121 | 173 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.32 |
| HSL | 272.31º | 0.24% | 0.58% | - |
| HSV(B) | 272.31º | 0.3% | 0.68% | - |
| XYZ | 26.77 | 23.08 | 42.58 | - |
| YUV | 135.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 173 | 0.14 | 0.30 | 0 | 0.32 | 272.31 | 0.24 | 0.58 |
| Hex | 95 | 79 | AD | E | 1E | 0 | 20 | 110 | 18 | 3A |
| Octal | 225 | 171 | 255 | 16 | 36 | 0 | 40 | 420 | 30 | 72 |
| Binary | 10010101 | 1111001 | 10101101 | 1110 | 11110 | 0 | 100000 | 100010000 | 11000 | 111010 |
Color Harmonies of #9579AD
Complementary color
Monochromatic Colors of #9579AD
Black with #9579AD
Text Example
Text Example
White with #9579AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9579AD; }
p { color: rgb(149,121,173); }
H1.HeaderClassName
{
color: #9579AD;
}
.AnyTagClassName
{
color: #9579AD;
}
</style>
background-color css
<style>
a { background-color: #9579AD; }
a { background-color: rgb(149,121,173); }
div.DivClassName
{
background-color: #9579AD;
}
.BgClassName
{
background-color: #9579AD;
}
</style>
border-color css
<style>
span { border-color: #9579AD; }
span { border-color: rgb(149,121,173); }
td.TdClassName
{
border-color: #9579AD;
}
.TagClassName
{
border-color: #9579AD;
}
</style>