Html Css Color HEX #9975BA Purple Mountain's Majesty
📋 copy color: '#9975BA'red 153 ◦ green 117 ◦ blue 186
Shades of Purple Mountain's Majesty #9975BA
Tints of Purple Mountain's Majesty #9975BA
RGB
CMYK
RGB Variations
Color information
#9975BA (or 0x9975BA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 75 and BA. RGB value is (153,117,186). Sum of RGB (Red+Green+Blue) = 153+117+186=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #9975BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9975BA is #668A45. Grayscale: #878787. Windows color (decimal): -6720070 or 12219801. OLE color: 12219801.
HSL color Cylindrical-coordinate representation of color #9975BA: hue angle of 271.3º 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 #9975BA is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 117 | 186 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.27 |
| HSL | 271.3º | 0.33% | 0.59% | - |
| HSV(B) | 271.3º | 0.37% | 0.73% | - |
| XYZ | 28.36 | 23.04 | 49.41 | - |
| YUV | 135.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 186 | 0.18 | 0.37 | 0 | 0.27 | 271.3 | 0.33 | 0.59 |
| Hex | 99 | 75 | BA | 12 | 25 | 0 | 1B | 10F | 21 | 3B |
| Octal | 231 | 165 | 272 | 22 | 45 | 0 | 33 | 417 | 41 | 73 |
| Binary | 10011001 | 1110101 | 10111010 | 10010 | 100101 | 0 | 11011 | 100001111 | 100001 | 111011 |
Color Harmonies of #9975BA
Complementary color
Monochromatic Colors of #9975BA
Black with #9975BA
Text Example
Text Example
White with #9975BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9975BA; }
p { color: rgb(153,117,186); }
H1.HeaderClassName
{
color: #9975BA;
}
.AnyTagClassName
{
color: #9975BA;
}
</style>
background-color css
<style>
a { background-color: #9975BA; }
a { background-color: rgb(153,117,186); }
div.DivClassName
{
background-color: #9975BA;
}
.BgClassName
{
background-color: #9975BA;
}
</style>
border-color css
<style>
span { border-color: #9975BA; }
span { border-color: rgb(153,117,186); }
td.TdClassName
{
border-color: #9975BA;
}
.TagClassName
{
border-color: #9975BA;
}
</style>