Html Css Color HEX #9079AD Purple Mountain's Majesty
📋 copy color: '#9079AD'red 144 ◦ green 121 ◦ blue 173
Shades of Purple Mountain's Majesty #9079AD
Tints of Purple Mountain's Majesty #9079AD
RGB
CMYK
RGB Variations
Color information
#9079AD (or 0x9079AD) is known color: Purple Mountain's Majesty. HEX triplet: 90, 79 and AD. RGB value is (144,121,173). Sum of RGB (Red+Green+Blue) = 144+121+173=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #9079AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9079AD is #6F8652. Grayscale: #858585. Windows color (decimal): -7308883 or 11368848. OLE color: 11368848.
HSL color Cylindrical-coordinate representation of color #9079AD: hue angle of 266.54º 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 #9079AD is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 121 | 173 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.32 |
| HSL | 266.54º | 0.24% | 0.58% | - |
| HSV(B) | 266.54º | 0.3% | 0.68% | - |
| XYZ | 25.88 | 22.62 | 42.54 | - |
| YUV | 133.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 173 | 0.17 | 0.30 | 0 | 0.32 | 266.54 | 0.24 | 0.58 |
| Hex | 90 | 79 | AD | 11 | 1E | 0 | 20 | 10B | 18 | 3A |
| Octal | 220 | 171 | 255 | 21 | 36 | 0 | 40 | 413 | 30 | 72 |
| Binary | 10010000 | 1111001 | 10101101 | 10001 | 11110 | 0 | 100000 | 100001011 | 11000 | 111010 |
Color Harmonies of #9079AD
Complementary color
Monochromatic Colors of #9079AD
Black with #9079AD
Text Example
Text Example
White with #9079AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9079AD; }
p { color: rgb(144,121,173); }
H1.HeaderClassName
{
color: #9079AD;
}
.AnyTagClassName
{
color: #9079AD;
}
</style>
background-color css
<style>
a { background-color: #9079AD; }
a { background-color: rgb(144,121,173); }
div.DivClassName
{
background-color: #9079AD;
}
.BgClassName
{
background-color: #9079AD;
}
</style>
border-color css
<style>
span { border-color: #9079AD; }
span { border-color: rgb(144,121,173); }
td.TdClassName
{
border-color: #9079AD;
}
.TagClassName
{
border-color: #9079AD;
}
</style>