Html Css Color HEX #997FBB Purple Mountain's Majesty
📋 copy color: '#997FBB'red 153 ◦ green 127 ◦ blue 187
Shades of Purple Mountain's Majesty #997FBB
Tints of Purple Mountain's Majesty #997FBB
RGB
CMYK
RGB Variations
Color information
#997FBB (or 0x997FBB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7F and BB. RGB value is (153,127,187). Sum of RGB (Red+Green+Blue) = 153+127+187=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #997FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FBB is #668044. Grayscale: #8D8D8D. Windows color (decimal): -6717509 or 12287897. OLE color: 12287897.
HSL color Cylindrical-coordinate representation of color #997FBB: hue angle of 266º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #997FBB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 127 | 187 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.27 |
| HSL | 266º | 0.31% | 0.62% | - |
| HSV(B) | 266º | 0.32% | 0.73% | - |
| XYZ | 29.7 | 25.54 | 50.38 | - |
| YUV | 141.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 187 | 0.18 | 0.32 | 0 | 0.27 | 266 | 0.31 | 0.62 |
| Hex | 99 | 7F | BB | 12 | 20 | 0 | 1B | 10A | 1F | 3E |
| Octal | 231 | 177 | 273 | 22 | 40 | 0 | 33 | 412 | 37 | 76 |
| Binary | 10011001 | 1111111 | 10111011 | 10010 | 100000 | 0 | 11011 | 100001010 | 11111 | 111110 |
Color Harmonies of #997FBB
Complementary color
Monochromatic Colors of #997FBB
Black with #997FBB
Text Example
Text Example
White with #997FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FBB; }
p { color: rgb(153,127,187); }
H1.HeaderClassName
{
color: #997FBB;
}
.AnyTagClassName
{
color: #997FBB;
}
</style>
background-color css
<style>
a { background-color: #997FBB; }
a { background-color: rgb(153,127,187); }
div.DivClassName
{
background-color: #997FBB;
}
.BgClassName
{
background-color: #997FBB;
}
</style>
border-color css
<style>
span { border-color: #997FBB; }
span { border-color: rgb(153,127,187); }
td.TdClassName
{
border-color: #997FBB;
}
.TagClassName
{
border-color: #997FBB;
}
</style>