Html Css Color HEX #9972BB Purple Mountain's Majesty
📋 copy color: '#9972BB'red 153 ◦ green 114 ◦ blue 187
Shades of Purple Mountain's Majesty #9972BB
Tints of Purple Mountain's Majesty #9972BB
RGB
CMYK
RGB Variations
Color information
#9972BB (or 0x9972BB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 72 and BB. RGB value is (153,114,187). Sum of RGB (Red+Green+Blue) = 153+114+187=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #9972BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972BB is #668D44. Grayscale: #858585. Windows color (decimal): -6720837 or 12284569. OLE color: 12284569.
HSL color Cylindrical-coordinate representation of color #9972BB: hue angle of 272.05º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9972BB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 114 | 187 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.27 |
| HSL | 272.05º | 0.35% | 0.59% | - |
| HSV(B) | 272.05º | 0.39% | 0.73% | - |
| XYZ | 28.12 | 22.39 | 49.85 | - |
| YUV | 133.98 | 157.92 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 187 | 0.18 | 0.39 | 0 | 0.27 | 272.05 | 0.35 | 0.59 |
| Hex | 99 | 72 | BB | 12 | 27 | 0 | 1B | 110 | 23 | 3B |
| Octal | 231 | 162 | 273 | 22 | 47 | 0 | 33 | 420 | 43 | 73 |
| Binary | 10011001 | 1110010 | 10111011 | 10010 | 100111 | 0 | 11011 | 100010000 | 100011 | 111011 |
Color Harmonies of #9972BB
Complementary color
Monochromatic Colors of #9972BB
Black with #9972BB
Text Example
Text Example
White with #9972BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9972BB; }
p { color: rgb(153,114,187); }
H1.HeaderClassName
{
color: #9972BB;
}
.AnyTagClassName
{
color: #9972BB;
}
</style>
background-color css
<style>
a { background-color: #9972BB; }
a { background-color: rgb(153,114,187); }
div.DivClassName
{
background-color: #9972BB;
}
.BgClassName
{
background-color: #9972BB;
}
</style>
border-color css
<style>
span { border-color: #9972BB; }
span { border-color: rgb(153,114,187); }
td.TdClassName
{
border-color: #9972BB;
}
.TagClassName
{
border-color: #9972BB;
}
</style>