Html Css Color HEX #9970B6 Purple Mountain's Majesty
📋 copy color: '#9970B6'red 153 ◦ green 112 ◦ blue 182
Shades of Purple Mountain's Majesty #9970B6
Tints of Purple Mountain's Majesty #9970B6
RGB
CMYK
RGB Variations
Color information
#9970B6 (or 0x9970B6) is known color: Purple Mountain's Majesty. HEX triplet: 99, 70 and B6. RGB value is (153,112,182). Sum of RGB (Red+Green+Blue) = 153+112+182=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 182 - color contains mainly: blue. Hex color #9970B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970B6 is #668F49. Grayscale: #848484. Windows color (decimal): -6721354 or 11956377. OLE color: 11956377.
HSL color Cylindrical-coordinate representation of color #9970B6: hue angle of 275.14º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9970B6 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 112 | 182 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.29 |
| HSL | 275.14º | 0.32% | 0.58% | - |
| HSV(B) | 275.14º | 0.38% | 0.71% | - |
| XYZ | 27.37 | 21.74 | 47.01 | - |
| YUV | 132.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 182 | 0.16 | 0.38 | 0 | 0.29 | 275.14 | 0.32 | 0.58 |
| Hex | 99 | 70 | B6 | 10 | 26 | 0 | 1D | 113 | 20 | 3A |
| Octal | 231 | 160 | 266 | 20 | 46 | 0 | 35 | 423 | 40 | 72 |
| Binary | 10011001 | 1110000 | 10110110 | 10000 | 100110 | 0 | 11101 | 100010011 | 100000 | 111010 |
Color Harmonies of #9970B6
Complementary color
Monochromatic Colors of #9970B6
Black with #9970B6
Text Example
Text Example
White with #9970B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9970B6; }
p { color: rgb(153,112,182); }
H1.HeaderClassName
{
color: #9970B6;
}
.AnyTagClassName
{
color: #9970B6;
}
</style>
background-color css
<style>
a { background-color: #9970B6; }
a { background-color: rgb(153,112,182); }
div.DivClassName
{
background-color: #9970B6;
}
.BgClassName
{
background-color: #9970B6;
}
</style>
border-color css
<style>
span { border-color: #9970B6; }
span { border-color: rgb(153,112,182); }
td.TdClassName
{
border-color: #9970B6;
}
.TagClassName
{
border-color: #9970B6;
}
</style>