Html Css Color HEX #997EBA Purple Mountain's Majesty
📋 copy color: '#997EBA'red 153 ◦ green 126 ◦ blue 186
Shades of Purple Mountain's Majesty #997EBA
Tints of Purple Mountain's Majesty #997EBA
RGB
CMYK
RGB Variations
Color information
#997EBA (or 0x997EBA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7E and BA. RGB value is (153,126,186). Sum of RGB (Red+Green+Blue) = 153+126+186=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #997EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EBA is #668145. Grayscale: #8C8C8C. Windows color (decimal): -6717766 or 12222105. OLE color: 12222105.
HSL color Cylindrical-coordinate representation of color #997EBA: hue angle of 267º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #997EBA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 126 | 186 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.27 |
| HSL | 267º | 0.3% | 0.61% | - |
| HSV(B) | 267º | 0.32% | 0.73% | - |
| XYZ | 29.46 | 25.24 | 49.77 | - |
| YUV | 140.91 | 153.45 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 186 | 0.18 | 0.32 | 0 | 0.27 | 267 | 0.3 | 0.61 |
| Hex | 99 | 7E | BA | 12 | 20 | 0 | 1B | 10B | 1E | 3D |
| Octal | 231 | 176 | 272 | 22 | 40 | 0 | 33 | 413 | 36 | 75 |
| Binary | 10011001 | 1111110 | 10111010 | 10010 | 100000 | 0 | 11011 | 100001011 | 11110 | 111101 |
Color Harmonies of #997EBA
Complementary color
Monochromatic Colors of #997EBA
Black with #997EBA
Text Example
Text Example
White with #997EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997EBA; }
p { color: rgb(153,126,186); }
H1.HeaderClassName
{
color: #997EBA;
}
.AnyTagClassName
{
color: #997EBA;
}
</style>
background-color css
<style>
a { background-color: #997EBA; }
a { background-color: rgb(153,126,186); }
div.DivClassName
{
background-color: #997EBA;
}
.BgClassName
{
background-color: #997EBA;
}
</style>
border-color css
<style>
span { border-color: #997EBA; }
span { border-color: rgb(153,126,186); }
td.TdClassName
{
border-color: #997EBA;
}
.TagClassName
{
border-color: #997EBA;
}
</style>