Html Css Color HEX #9984B4 Purple Mountain's Majesty
📋 copy color: '#9984B4'red 153 ◦ green 132 ◦ blue 180
Shades of Purple Mountain's Majesty #9984B4
Tints of Purple Mountain's Majesty #9984B4
RGB
CMYK
RGB Variations
Color information
#9984B4 (or 0x9984B4) is known color: Purple Mountain's Majesty. HEX triplet: 99, 84 and B4. RGB value is (153,132,180). Sum of RGB (Red+Green+Blue) = 153+132+180=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #9984B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9984B4 is #667B4B. Grayscale: #8F8F8F. Windows color (decimal): -6716236 or 11830425. OLE color: 11830425.
HSL color Cylindrical-coordinate representation of color #9984B4: hue angle of 266.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9984B4 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 132 | 180 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.29 |
| HSL | 266.25º | 0.24% | 0.61% | - |
| HSV(B) | 266.25º | 0.27% | 0.71% | - |
| XYZ | 29.63 | 26.57 | 46.75 | - |
| YUV | 143.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 180 | 0.15 | 0.27 | 0 | 0.29 | 266.25 | 0.24 | 0.61 |
| Hex | 99 | 84 | B4 | F | 1B | 0 | 1D | 10A | 18 | 3D |
| Octal | 231 | 204 | 264 | 17 | 33 | 0 | 35 | 412 | 30 | 75 |
| Binary | 10011001 | 10000100 | 10110100 | 1111 | 11011 | 0 | 11101 | 100001010 | 11000 | 111101 |
Color Harmonies of #9984B4
Complementary color
Monochromatic Colors of #9984B4
Black with #9984B4
Text Example
Text Example
White with #9984B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9984B4; }
p { color: rgb(153,132,180); }
H1.HeaderClassName
{
color: #9984B4;
}
.AnyTagClassName
{
color: #9984B4;
}
</style>
background-color css
<style>
a { background-color: #9984B4; }
a { background-color: rgb(153,132,180); }
div.DivClassName
{
background-color: #9984B4;
}
.BgClassName
{
background-color: #9984B4;
}
</style>
border-color css
<style>
span { border-color: #9984B4; }
span { border-color: rgb(153,132,180); }
td.TdClassName
{
border-color: #9984B4;
}
.TagClassName
{
border-color: #9984B4;
}
</style>