Html Css Color HEX #997EBE Purple Mountain's Majesty
📋 copy color: '#997EBE'red 153 ◦ green 126 ◦ blue 190
Shades of Purple Mountain's Majesty #997EBE
Tints of Purple Mountain's Majesty #997EBE
RGB
CMYK
RGB Variations
Color information
#997EBE (or 0x997EBE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7E and BE. RGB value is (153,126,190). Sum of RGB (Red+Green+Blue) = 153+126+190=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #997EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EBE is #668141. Grayscale: #8D8D8D. Windows color (decimal): -6717762 or 12484249. OLE color: 12484249.
HSL color Cylindrical-coordinate representation of color #997EBE: hue angle of 265.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997EBE is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 126 | 190 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.25 |
| HSL | 265.31º | 0.33% | 0.62% | - |
| HSV(B) | 265.31º | 0.34% | 0.75% | - |
| XYZ | 29.89 | 25.41 | 52.04 | - |
| YUV | 141.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 190 | 0.19 | 0.34 | 0 | 0.25 | 265.31 | 0.33 | 0.62 |
| Hex | 99 | 7E | BE | 13 | 22 | 0 | 19 | 109 | 21 | 3E |
| Octal | 231 | 176 | 276 | 23 | 42 | 0 | 31 | 411 | 41 | 76 |
| Binary | 10011001 | 1111110 | 10111110 | 10011 | 100010 | 0 | 11001 | 100001001 | 100001 | 111110 |
Color Harmonies of #997EBE
Complementary color
Monochromatic Colors of #997EBE
Black with #997EBE
Text Example
Text Example
White with #997EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997EBE; }
p { color: rgb(153,126,190); }
H1.HeaderClassName
{
color: #997EBE;
}
.AnyTagClassName
{
color: #997EBE;
}
</style>
background-color css
<style>
a { background-color: #997EBE; }
a { background-color: rgb(153,126,190); }
div.DivClassName
{
background-color: #997EBE;
}
.BgClassName
{
background-color: #997EBE;
}
</style>
border-color css
<style>
span { border-color: #997EBE; }
span { border-color: rgb(153,126,190); }
td.TdClassName
{
border-color: #997EBE;
}
.TagClassName
{
border-color: #997EBE;
}
</style>