Html Css Color HEX #9880B4 Purple Mountain's Majesty
📋 copy color: '#9880B4'red 152 ◦ green 128 ◦ blue 180
Shades of Purple Mountain's Majesty #9880B4
Tints of Purple Mountain's Majesty #9880B4
RGB
CMYK
RGB Variations
Color information
#9880B4 (or 0x9880B4) is known color: Purple Mountain's Majesty. HEX triplet: 98, 80 and B4. RGB value is (152,128,180). Sum of RGB (Red+Green+Blue) = 152+128+180=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 180 - color contains mainly: blue. Hex color #9880B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880B4 is #677F4B. Grayscale: #8C8C8C. Windows color (decimal): -6782796 or 11829400. OLE color: 11829400.
HSL color Cylindrical-coordinate representation of color #9880B4: hue angle of 267.69º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9880B4 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 128 | 180 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.29 |
| HSL | 267.69º | 0.26% | 0.6% | - |
| HSV(B) | 267.69º | 0.29% | 0.71% | - |
| XYZ | 28.91 | 25.41 | 46.56 | - |
| YUV | 141.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 180 | 0.16 | 0.29 | 0 | 0.29 | 267.69 | 0.26 | 0.6 |
| Hex | 98 | 80 | B4 | 10 | 1D | 0 | 1D | 10C | 1A | 3C |
| Octal | 230 | 200 | 264 | 20 | 35 | 0 | 35 | 414 | 32 | 74 |
| Binary | 10011000 | 10000000 | 10110100 | 10000 | 11101 | 0 | 11101 | 100001100 | 11010 | 111100 |
Color Harmonies of #9880B4
Complementary color
Monochromatic Colors of #9880B4
Black with #9880B4
Text Example
Text Example
White with #9880B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9880B4; }
p { color: rgb(152,128,180); }
H1.HeaderClassName
{
color: #9880B4;
}
.AnyTagClassName
{
color: #9880B4;
}
</style>
background-color css
<style>
a { background-color: #9880B4; }
a { background-color: rgb(152,128,180); }
div.DivClassName
{
background-color: #9880B4;
}
.BgClassName
{
background-color: #9880B4;
}
</style>
border-color css
<style>
span { border-color: #9880B4; }
span { border-color: rgb(152,128,180); }
td.TdClassName
{
border-color: #9880B4;
}
.TagClassName
{
border-color: #9880B4;
}
</style>