Html Css Color HEX #9076AC Purple Mountain's Majesty
📋 copy color: '#9076AC'red 144 ◦ green 118 ◦ blue 172
Shades of Purple Mountain's Majesty #9076AC
Tints of Purple Mountain's Majesty #9076AC
RGB
CMYK
RGB Variations
Color information
#9076AC (or 0x9076AC) is known color: Purple Mountain's Majesty. HEX triplet: 90, 76 and AC. RGB value is (144,118,172). Sum of RGB (Red+Green+Blue) = 144+118+172=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #9076AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9076AC is #6F8953. Grayscale: #838383. Windows color (decimal): -7309652 or 11302544. OLE color: 11302544.
HSL color Cylindrical-coordinate representation of color #9076AC: hue angle of 268.89º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9076AC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 118 | 172 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.33 |
| HSL | 268.89º | 0.25% | 0.57% | - |
| HSV(B) | 268.89º | 0.31% | 0.67% | - |
| XYZ | 25.43 | 21.86 | 41.91 | - |
| YUV | 131.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 172 | 0.16 | 0.31 | 0 | 0.33 | 268.89 | 0.25 | 0.57 |
| Hex | 90 | 76 | AC | 10 | 1F | 0 | 21 | 10D | 19 | 39 |
| Octal | 220 | 166 | 254 | 20 | 37 | 0 | 41 | 415 | 31 | 71 |
| Binary | 10010000 | 1110110 | 10101100 | 10000 | 11111 | 0 | 100001 | 100001101 | 11001 | 111001 |
Color Harmonies of #9076AC
Complementary color
Monochromatic Colors of #9076AC
Black with #9076AC
Text Example
Text Example
White with #9076AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076AC; }
p { color: rgb(144,118,172); }
H1.HeaderClassName
{
color: #9076AC;
}
.AnyTagClassName
{
color: #9076AC;
}
</style>
background-color css
<style>
a { background-color: #9076AC; }
a { background-color: rgb(144,118,172); }
div.DivClassName
{
background-color: #9076AC;
}
.BgClassName
{
background-color: #9076AC;
}
</style>
border-color css
<style>
span { border-color: #9076AC; }
span { border-color: rgb(144,118,172); }
td.TdClassName
{
border-color: #9076AC;
}
.TagClassName
{
border-color: #9076AC;
}
</style>