Html Css Color HEX #9972B4 Purple Mountain's Majesty
📋 copy color: '#9972B4'red 153 ◦ green 114 ◦ blue 180
Shades of Purple Mountain's Majesty #9972B4
Tints of Purple Mountain's Majesty #9972B4
RGB
CMYK
RGB Variations
Color information
#9972B4 (or 0x9972B4) is known color: Purple Mountain's Majesty. HEX triplet: 99, 72 and B4. RGB value is (153,114,180). Sum of RGB (Red+Green+Blue) = 153+114+180=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #9972B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972B4 is #668D4B. Grayscale: #848484. Windows color (decimal): -6720844 or 11825817. OLE color: 11825817.
HSL color Cylindrical-coordinate representation of color #9972B4: hue angle of 275.45º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9972B4 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 114 | 180 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.29 |
| HSL | 275.45º | 0.31% | 0.58% | - |
| HSV(B) | 275.45º | 0.37% | 0.71% | - |
| XYZ | 27.39 | 22.1 | 46 | - |
| YUV | 133.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 180 | 0.15 | 0.37 | 0 | 0.29 | 275.45 | 0.31 | 0.58 |
| Hex | 99 | 72 | B4 | F | 25 | 0 | 1D | 113 | 1F | 3A |
| Octal | 231 | 162 | 264 | 17 | 45 | 0 | 35 | 423 | 37 | 72 |
| Binary | 10011001 | 1110010 | 10110100 | 1111 | 100101 | 0 | 11101 | 100010011 | 11111 | 111010 |
Color Harmonies of #9972B4
Complementary color
Monochromatic Colors of #9972B4
Black with #9972B4
Text Example
Text Example
White with #9972B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9972B4; }
p { color: rgb(153,114,180); }
H1.HeaderClassName
{
color: #9972B4;
}
.AnyTagClassName
{
color: #9972B4;
}
</style>
background-color css
<style>
a { background-color: #9972B4; }
a { background-color: rgb(153,114,180); }
div.DivClassName
{
background-color: #9972B4;
}
.BgClassName
{
background-color: #9972B4;
}
</style>
border-color css
<style>
span { border-color: #9972B4; }
span { border-color: rgb(153,114,180); }
td.TdClassName
{
border-color: #9972B4;
}
.TagClassName
{
border-color: #9972B4;
}
</style>