Html Css Color HEX #997FB8 Purple Mountain's Majesty
📋 copy color: '#997FB8'red 153 ◦ green 127 ◦ blue 184
Shades of Purple Mountain's Majesty #997FB8
Tints of Purple Mountain's Majesty #997FB8
RGB
CMYK
RGB Variations
Color information
#997FB8 (or 0x997FB8) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7F and B8. RGB value is (153,127,184). Sum of RGB (Red+Green+Blue) = 153+127+184=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 184 - color contains mainly: blue. Hex color #997FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FB8 is #668047. Grayscale: #8D8D8D. Windows color (decimal): -6717512 or 12091289. OLE color: 12091289.
HSL color Cylindrical-coordinate representation of color #997FB8: hue angle of 267.37º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #997FB8 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 127 | 184 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.28 |
| HSL | 267.37º | 0.29% | 0.61% | - |
| HSV(B) | 267.37º | 0.31% | 0.72% | - |
| XYZ | 29.38 | 25.41 | 48.7 | - |
| YUV | 141.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 184 | 0.17 | 0.31 | 0 | 0.28 | 267.37 | 0.29 | 0.61 |
| Hex | 99 | 7F | B8 | 11 | 1F | 0 | 1C | 10B | 1D | 3D |
| Octal | 231 | 177 | 270 | 21 | 37 | 0 | 34 | 413 | 35 | 75 |
| Binary | 10011001 | 1111111 | 10111000 | 10001 | 11111 | 0 | 11100 | 100001011 | 11101 | 111101 |
Color Harmonies of #997FB8
Complementary color
Monochromatic Colors of #997FB8
Black with #997FB8
Text Example
Text Example
White with #997FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FB8; }
p { color: rgb(153,127,184); }
H1.HeaderClassName
{
color: #997FB8;
}
.AnyTagClassName
{
color: #997FB8;
}
</style>
background-color css
<style>
a { background-color: #997FB8; }
a { background-color: rgb(153,127,184); }
div.DivClassName
{
background-color: #997FB8;
}
.BgClassName
{
background-color: #997FB8;
}
</style>
border-color css
<style>
span { border-color: #997FB8; }
span { border-color: rgb(153,127,184); }
td.TdClassName
{
border-color: #997FB8;
}
.TagClassName
{
border-color: #997FB8;
}
</style>