Html Css Color HEX #9970B4 Purple Mountain's Majesty
📋 copy color: '#9970B4'red 153 ◦ green 112 ◦ blue 180
Shades of Purple Mountain's Majesty #9970B4
Tints of Purple Mountain's Majesty #9970B4
RGB
CMYK
RGB Variations
Color information
#9970B4 (or 0x9970B4) is known color: Purple Mountain's Majesty. HEX triplet: 99, 70 and B4. RGB value is (153,112,180). Sum of RGB (Red+Green+Blue) = 153+112+180=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #9970B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970B4 is #668F4B. Grayscale: #838383. Windows color (decimal): -6721356 or 11825305. OLE color: 11825305.
HSL color Cylindrical-coordinate representation of color #9970B4: hue angle of 276.18º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9970B4 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 112 | 180 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.29 |
| HSL | 276.18º | 0.31% | 0.57% | - |
| HSV(B) | 276.18º | 0.38% | 0.71% | - |
| XYZ | 27.17 | 21.66 | 45.93 | - |
| YUV | 132.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 180 | 0.15 | 0.38 | 0 | 0.29 | 276.18 | 0.31 | 0.57 |
| Hex | 99 | 70 | B4 | F | 26 | 0 | 1D | 114 | 1F | 39 |
| Octal | 231 | 160 | 264 | 17 | 46 | 0 | 35 | 424 | 37 | 71 |
| Binary | 10011001 | 1110000 | 10110100 | 1111 | 100110 | 0 | 11101 | 100010100 | 11111 | 111001 |
Color Harmonies of #9970B4
Complementary color
Monochromatic Colors of #9970B4
Black with #9970B4
Text Example
Text Example
White with #9970B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9970B4; }
p { color: rgb(153,112,180); }
H1.HeaderClassName
{
color: #9970B4;
}
.AnyTagClassName
{
color: #9970B4;
}
</style>
background-color css
<style>
a { background-color: #9970B4; }
a { background-color: rgb(153,112,180); }
div.DivClassName
{
background-color: #9970B4;
}
.BgClassName
{
background-color: #9970B4;
}
</style>
border-color css
<style>
span { border-color: #9970B4; }
span { border-color: rgb(153,112,180); }
td.TdClassName
{
border-color: #9970B4;
}
.TagClassName
{
border-color: #9970B4;
}
</style>