Html Css Color HEX #9076AD Purple Mountain's Majesty
📋 copy color: '#9076AD'red 144 ◦ green 118 ◦ blue 173
Shades of Purple Mountain's Majesty #9076AD
Tints of Purple Mountain's Majesty #9076AD
RGB
CMYK
RGB Variations
Color information
#9076AD (or 0x9076AD) is known color: Purple Mountain's Majesty. HEX triplet: 90, 76 and AD. RGB value is (144,118,173). Sum of RGB (Red+Green+Blue) = 144+118+173=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #9076AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9076AD is #6F8952. Grayscale: #838383. Windows color (decimal): -7309651 or 11368080. OLE color: 11368080.
HSL color Cylindrical-coordinate representation of color #9076AD: hue angle of 268.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9076AD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 118 | 173 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.32 |
| HSL | 268.36º | 0.25% | 0.57% | - |
| HSV(B) | 268.36º | 0.32% | 0.68% | - |
| XYZ | 25.52 | 21.9 | 42.42 | - |
| YUV | 132.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 173 | 0.17 | 0.32 | 0 | 0.32 | 268.36 | 0.25 | 0.57 |
| Hex | 90 | 76 | AD | 11 | 20 | 0 | 20 | 10C | 19 | 39 |
| Octal | 220 | 166 | 255 | 21 | 40 | 0 | 40 | 414 | 31 | 71 |
| Binary | 10010000 | 1110110 | 10101101 | 10001 | 100000 | 0 | 100000 | 100001100 | 11001 | 111001 |
Color Harmonies of #9076AD
Complementary color
Monochromatic Colors of #9076AD
Black with #9076AD
Text Example
Text Example
White with #9076AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076AD; }
p { color: rgb(144,118,173); }
H1.HeaderClassName
{
color: #9076AD;
}
.AnyTagClassName
{
color: #9076AD;
}
</style>
background-color css
<style>
a { background-color: #9076AD; }
a { background-color: rgb(144,118,173); }
div.DivClassName
{
background-color: #9076AD;
}
.BgClassName
{
background-color: #9076AD;
}
</style>
border-color css
<style>
span { border-color: #9076AD; }
span { border-color: rgb(144,118,173); }
td.TdClassName
{
border-color: #9076AD;
}
.TagClassName
{
border-color: #9076AD;
}
</style>