Html Css Color HEX #9975BD Purple Mountain's Majesty
📋 copy color: '#9975BD'red 153 ◦ green 117 ◦ blue 189
Shades of Purple Mountain's Majesty #9975BD
Tints of Purple Mountain's Majesty #9975BD
RGB
CMYK
RGB Variations
Color information
#9975BD (or 0x9975BD) is known color: Purple Mountain's Majesty. HEX triplet: 99, 75 and BD. RGB value is (153,117,189). Sum of RGB (Red+Green+Blue) = 153+117+189=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #9975BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9975BD is #668A42. Grayscale: #878787. Windows color (decimal): -6720067 or 12416409. OLE color: 12416409.
HSL color Cylindrical-coordinate representation of color #9975BD: hue angle of 270º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9975BD is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 117 | 189 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.26 |
| HSL | 270º | 0.35% | 0.6% | - |
| HSV(B) | 270º | 0.38% | 0.74% | - |
| XYZ | 28.68 | 23.17 | 51.1 | - |
| YUV | 135.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 189 | 0.19 | 0.38 | 0 | 0.26 | 270 | 0.35 | 0.6 |
| Hex | 99 | 75 | BD | 13 | 26 | 0 | 1A | 10E | 23 | 3C |
| Octal | 231 | 165 | 275 | 23 | 46 | 0 | 32 | 416 | 43 | 74 |
| Binary | 10011001 | 1110101 | 10111101 | 10011 | 100110 | 0 | 11010 | 100001110 | 100011 | 111100 |
Color Harmonies of #9975BD
Complementary color
Monochromatic Colors of #9975BD
Black with #9975BD
Text Example
Text Example
White with #9975BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9975BD; }
p { color: rgb(153,117,189); }
H1.HeaderClassName
{
color: #9975BD;
}
.AnyTagClassName
{
color: #9975BD;
}
</style>
background-color css
<style>
a { background-color: #9975BD; }
a { background-color: rgb(153,117,189); }
div.DivClassName
{
background-color: #9975BD;
}
.BgClassName
{
background-color: #9975BD;
}
</style>
border-color css
<style>
span { border-color: #9975BD; }
span { border-color: rgb(153,117,189); }
td.TdClassName
{
border-color: #9975BD;
}
.TagClassName
{
border-color: #9975BD;
}
</style>