Html Css Color HEX #9971BB Purple Mountain's Majesty
📋 copy color: '#9971BB'red 153 ◦ green 113 ◦ blue 187
Shades of Purple Mountain's Majesty #9971BB
Tints of Purple Mountain's Majesty #9971BB
RGB
CMYK
RGB Variations
Color information
#9971BB (or 0x9971BB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 71 and BB. RGB value is (153,113,187). Sum of RGB (Red+Green+Blue) = 153+113+187=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #9971BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971BB is #668E44. Grayscale: #858585. Windows color (decimal): -6721093 or 12284313. OLE color: 12284313.
HSL color Cylindrical-coordinate representation of color #9971BB: hue angle of 272.43º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9971BB is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 113 | 187 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.27 |
| HSL | 272.43º | 0.35% | 0.59% | - |
| HSV(B) | 272.43º | 0.4% | 0.73% | - |
| XYZ | 28.01 | 22.17 | 49.82 | - |
| YUV | 133.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 187 | 0.18 | 0.40 | 0 | 0.27 | 272.43 | 0.35 | 0.59 |
| Hex | 99 | 71 | BB | 12 | 28 | 0 | 1B | 110 | 23 | 3B |
| Octal | 231 | 161 | 273 | 22 | 50 | 0 | 33 | 420 | 43 | 73 |
| Binary | 10011001 | 1110001 | 10111011 | 10010 | 101000 | 0 | 11011 | 100010000 | 100011 | 111011 |
Color Harmonies of #9971BB
Complementary color
Monochromatic Colors of #9971BB
Black with #9971BB
Text Example
Text Example
White with #9971BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9971BB; }
p { color: rgb(153,113,187); }
H1.HeaderClassName
{
color: #9971BB;
}
.AnyTagClassName
{
color: #9971BB;
}
</style>
background-color css
<style>
a { background-color: #9971BB; }
a { background-color: rgb(153,113,187); }
div.DivClassName
{
background-color: #9971BB;
}
.BgClassName
{
background-color: #9971BB;
}
</style>
border-color css
<style>
span { border-color: #9971BB; }
span { border-color: rgb(153,113,187); }
td.TdClassName
{
border-color: #9971BB;
}
.TagClassName
{
border-color: #9971BB;
}
</style>