Html Css Color HEX #9970BD Purple Mountain's Majesty
📋 copy color: '#9970BD'red 153 ◦ green 112 ◦ blue 189
Shades of Purple Mountain's Majesty #9970BD
Tints of Purple Mountain's Majesty #9970BD
RGB
CMYK
RGB Variations
Color information
#9970BD (or 0x9970BD) is known color: Purple Mountain's Majesty. HEX triplet: 99, 70 and BD. RGB value is (153,112,189). Sum of RGB (Red+Green+Blue) = 153+112+189=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #9970BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970BD is #668F42. Grayscale: #848484. Windows color (decimal): -6721347 or 12415129. OLE color: 12415129.
HSL color Cylindrical-coordinate representation of color #9970BD: hue angle of 271.95º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9970BD is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 112 | 189 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.26 |
| HSL | 271.95º | 0.37% | 0.59% | - |
| HSV(B) | 271.95º | 0.41% | 0.74% | - |
| XYZ | 28.12 | 22.03 | 50.92 | - |
| YUV | 133.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 189 | 0.19 | 0.41 | 0 | 0.26 | 271.95 | 0.37 | 0.59 |
| Hex | 99 | 70 | BD | 13 | 29 | 0 | 1A | 110 | 25 | 3B |
| Octal | 231 | 160 | 275 | 23 | 51 | 0 | 32 | 420 | 45 | 73 |
| Binary | 10011001 | 1110000 | 10111101 | 10011 | 101001 | 0 | 11010 | 100010000 | 100101 | 111011 |
Color Harmonies of #9970BD
Complementary color
Monochromatic Colors of #9970BD
Black with #9970BD
Text Example
Text Example
White with #9970BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9970BD; }
p { color: rgb(153,112,189); }
H1.HeaderClassName
{
color: #9970BD;
}
.AnyTagClassName
{
color: #9970BD;
}
</style>
background-color css
<style>
a { background-color: #9970BD; }
a { background-color: rgb(153,112,189); }
div.DivClassName
{
background-color: #9970BD;
}
.BgClassName
{
background-color: #9970BD;
}
</style>
border-color css
<style>
span { border-color: #9970BD; }
span { border-color: rgb(153,112,189); }
td.TdClassName
{
border-color: #9970BD;
}
.TagClassName
{
border-color: #9970BD;
}
</style>