Html Css Color HEX #9975B4 Purple Mountain's Majesty
📋 copy color: '#9975B4'red 153 ◦ green 117 ◦ blue 180
Shades of Purple Mountain's Majesty #9975B4
Tints of Purple Mountain's Majesty #9975B4
RGB
CMYK
RGB Variations
Color information
#9975B4 (or 0x9975B4) is known color: Purple Mountain's Majesty. HEX triplet: 99, 75 and B4. RGB value is (153,117,180). Sum of RGB (Red+Green+Blue) = 153+117+180=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #9975B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9975B4 is #668A4B. Grayscale: #868686. Windows color (decimal): -6720076 or 11826585. OLE color: 11826585.
HSL color Cylindrical-coordinate representation of color #9975B4: hue angle of 274.29º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9975B4 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 117 | 180 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.29 |
| HSL | 274.29º | 0.3% | 0.58% | - |
| HSV(B) | 274.29º | 0.35% | 0.71% | - |
| XYZ | 27.74 | 22.79 | 46.12 | - |
| YUV | 134.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 180 | 0.15 | 0.35 | 0 | 0.29 | 274.29 | 0.3 | 0.58 |
| Hex | 99 | 75 | B4 | F | 23 | 0 | 1D | 112 | 1E | 3A |
| Octal | 231 | 165 | 264 | 17 | 43 | 0 | 35 | 422 | 36 | 72 |
| Binary | 10011001 | 1110101 | 10110100 | 1111 | 100011 | 0 | 11101 | 100010010 | 11110 | 111010 |
Color Harmonies of #9975B4
Complementary color
Monochromatic Colors of #9975B4
Black with #9975B4
Text Example
Text Example
White with #9975B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9975B4; }
p { color: rgb(153,117,180); }
H1.HeaderClassName
{
color: #9975B4;
}
.AnyTagClassName
{
color: #9975B4;
}
</style>
background-color css
<style>
a { background-color: #9975B4; }
a { background-color: rgb(153,117,180); }
div.DivClassName
{
background-color: #9975B4;
}
.BgClassName
{
background-color: #9975B4;
}
</style>
border-color css
<style>
span { border-color: #9975B4; }
span { border-color: rgb(153,117,180); }
td.TdClassName
{
border-color: #9975B4;
}
.TagClassName
{
border-color: #9975B4;
}
</style>