Html Css Color HEX #9975B9 Purple Mountain's Majesty
📋 copy color: '#9975B9'red 153 ◦ green 117 ◦ blue 185
Shades of Purple Mountain's Majesty #9975B9
Tints of Purple Mountain's Majesty #9975B9
RGB
CMYK
RGB Variations
Color information
#9975B9 (or 0x9975B9) is known color: Purple Mountain's Majesty. HEX triplet: 99, 75 and B9. RGB value is (153,117,185). Sum of RGB (Red+Green+Blue) = 153+117+185=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #9975B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9975B9 is #668A46. Grayscale: #878787. Windows color (decimal): -6720071 or 12154265. OLE color: 12154265.
HSL color Cylindrical-coordinate representation of color #9975B9: hue angle of 271.76º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9975B9 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 117 | 185 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.27 |
| HSL | 271.76º | 0.33% | 0.59% | - |
| HSV(B) | 271.76º | 0.37% | 0.73% | - |
| XYZ | 28.26 | 23 | 48.85 | - |
| YUV | 135.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 185 | 0.17 | 0.37 | 0 | 0.27 | 271.76 | 0.33 | 0.59 |
| Hex | 99 | 75 | B9 | 11 | 25 | 0 | 1B | 110 | 21 | 3B |
| Octal | 231 | 165 | 271 | 21 | 45 | 0 | 33 | 420 | 41 | 73 |
| Binary | 10011001 | 1110101 | 10111001 | 10001 | 100101 | 0 | 11011 | 100010000 | 100001 | 111011 |
Color Harmonies of #9975B9
Complementary color
Monochromatic Colors of #9975B9
Black with #9975B9
Text Example
Text Example
White with #9975B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9975B9; }
p { color: rgb(153,117,185); }
H1.HeaderClassName
{
color: #9975B9;
}
.AnyTagClassName
{
color: #9975B9;
}
</style>
background-color css
<style>
a { background-color: #9975B9; }
a { background-color: rgb(153,117,185); }
div.DivClassName
{
background-color: #9975B9;
}
.BgClassName
{
background-color: #9975B9;
}
</style>
border-color css
<style>
span { border-color: #9975B9; }
span { border-color: rgb(153,117,185); }
td.TdClassName
{
border-color: #9975B9;
}
.TagClassName
{
border-color: #9975B9;
}
</style>