Html Css Color HEX #9970BB Purple Mountain's Majesty
📋 copy color: '#9970BB'red 153 ◦ green 112 ◦ blue 187
Shades of Purple Mountain's Majesty #9970BB
Tints of Purple Mountain's Majesty #9970BB
RGB
CMYK
RGB Variations
Color information
#9970BB (or 0x9970BB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 70 and BB. RGB value is (153,112,187). Sum of RGB (Red+Green+Blue) = 153+112+187=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #9970BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970BB is #668F44. Grayscale: #848484. Windows color (decimal): -6721349 or 12284057. OLE color: 12284057.
HSL color Cylindrical-coordinate representation of color #9970BB: hue angle of 272.8º degrees, saturation: 0.36, 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 #9970BB is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 112 | 187 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.27 |
| HSL | 272.8º | 0.36% | 0.59% | - |
| HSV(B) | 272.8º | 0.4% | 0.73% | - |
| XYZ | 27.9 | 21.95 | 49.78 | - |
| YUV | 132.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 187 | 0.18 | 0.40 | 0 | 0.27 | 272.8 | 0.36 | 0.59 |
| Hex | 99 | 70 | BB | 12 | 28 | 0 | 1B | 111 | 24 | 3B |
| Octal | 231 | 160 | 273 | 22 | 50 | 0 | 33 | 421 | 44 | 73 |
| Binary | 10011001 | 1110000 | 10111011 | 10010 | 101000 | 0 | 11011 | 100010001 | 100100 | 111011 |
Color Harmonies of #9970BB
Complementary color
Monochromatic Colors of #9970BB
Black with #9970BB
Text Example
Text Example
White with #9970BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9970BB; }
p { color: rgb(153,112,187); }
H1.HeaderClassName
{
color: #9970BB;
}
.AnyTagClassName
{
color: #9970BB;
}
</style>
background-color css
<style>
a { background-color: #9970BB; }
a { background-color: rgb(153,112,187); }
div.DivClassName
{
background-color: #9970BB;
}
.BgClassName
{
background-color: #9970BB;
}
</style>
border-color css
<style>
span { border-color: #9970BB; }
span { border-color: rgb(153,112,187); }
td.TdClassName
{
border-color: #9970BB;
}
.TagClassName
{
border-color: #9970BB;
}
</style>