Html Css Color HEX #9880AC Purple Mountain's Majesty
📋 copy color: '#9880AC'red 152 ◦ green 128 ◦ blue 172
Shades of Purple Mountain's Majesty #9880AC
Tints of Purple Mountain's Majesty #9880AC
RGB
CMYK
RGB Variations
Color information
#9880AC (or 0x9880AC) is known color: Purple Mountain's Majesty. HEX triplet: 98, 80 and AC. RGB value is (152,128,172). Sum of RGB (Red+Green+Blue) = 152+128+172=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #9880AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9880AC is #677F53. Grayscale: #8C8C8C. Windows color (decimal): -6782804 or 11305112. OLE color: 11305112.
HSL color Cylindrical-coordinate representation of color #9880AC: hue angle of 272.73º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9880AC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 128 | 172 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.33 |
| HSL | 272.73º | 0.21% | 0.59% | - |
| HSV(B) | 272.73º | 0.26% | 0.67% | - |
| XYZ | 28.11 | 25.09 | 42.39 | - |
| YUV | 140.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 172 | 0.12 | 0.26 | 0 | 0.33 | 272.73 | 0.21 | 0.59 |
| Hex | 98 | 80 | AC | C | 1A | 0 | 21 | 111 | 15 | 3B |
| Octal | 230 | 200 | 254 | 14 | 32 | 0 | 41 | 421 | 25 | 73 |
| Binary | 10011000 | 10000000 | 10101100 | 1100 | 11010 | 0 | 100001 | 100010001 | 10101 | 111011 |
Color Harmonies of #9880AC
Complementary color
Monochromatic Colors of #9880AC
Black with #9880AC
Text Example
Text Example
White with #9880AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9880AC; }
p { color: rgb(152,128,172); }
H1.HeaderClassName
{
color: #9880AC;
}
.AnyTagClassName
{
color: #9880AC;
}
</style>
background-color css
<style>
a { background-color: #9880AC; }
a { background-color: rgb(152,128,172); }
div.DivClassName
{
background-color: #9880AC;
}
.BgClassName
{
background-color: #9880AC;
}
</style>
border-color css
<style>
span { border-color: #9880AC; }
span { border-color: rgb(152,128,172); }
td.TdClassName
{
border-color: #9880AC;
}
.TagClassName
{
border-color: #9880AC;
}
</style>