Html Css Color HEX #997EBB Purple Mountain's Majesty
📋 copy color: '#997EBB'red 153 ◦ green 126 ◦ blue 187
Shades of Purple Mountain's Majesty #997EBB
Tints of Purple Mountain's Majesty #997EBB
RGB
CMYK
RGB Variations
Color information
#997EBB (or 0x997EBB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7E and BB. RGB value is (153,126,187). Sum of RGB (Red+Green+Blue) = 153+126+187=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #997EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EBB is #668144. Grayscale: #8C8C8C. Windows color (decimal): -6717765 or 12287641. OLE color: 12287641.
HSL color Cylindrical-coordinate representation of color #997EBB: hue angle of 266.56º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #997EBB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 126 | 187 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.27 |
| HSL | 266.56º | 0.31% | 0.61% | - |
| HSV(B) | 266.56º | 0.33% | 0.73% | - |
| XYZ | 29.57 | 25.28 | 50.34 | - |
| YUV | 141.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 187 | 0.18 | 0.33 | 0 | 0.27 | 266.56 | 0.31 | 0.61 |
| Hex | 99 | 7E | BB | 12 | 21 | 0 | 1B | 10B | 1F | 3D |
| Octal | 231 | 176 | 273 | 22 | 41 | 0 | 33 | 413 | 37 | 75 |
| Binary | 10011001 | 1111110 | 10111011 | 10010 | 100001 | 0 | 11011 | 100001011 | 11111 | 111101 |
Color Harmonies of #997EBB
Complementary color
Monochromatic Colors of #997EBB
Black with #997EBB
Text Example
Text Example
White with #997EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997EBB; }
p { color: rgb(153,126,187); }
H1.HeaderClassName
{
color: #997EBB;
}
.AnyTagClassName
{
color: #997EBB;
}
</style>
background-color css
<style>
a { background-color: #997EBB; }
a { background-color: rgb(153,126,187); }
div.DivClassName
{
background-color: #997EBB;
}
.BgClassName
{
background-color: #997EBB;
}
</style>
border-color css
<style>
span { border-color: #997EBB; }
span { border-color: rgb(153,126,187); }
td.TdClassName
{
border-color: #997EBB;
}
.TagClassName
{
border-color: #997EBB;
}
</style>