Html Css Color HEX #997CBA Purple Mountain's Majesty
📋 copy color: '#997CBA'red 153 ◦ green 124 ◦ blue 186
Shades of Purple Mountain's Majesty #997CBA
Tints of Purple Mountain's Majesty #997CBA
RGB
CMYK
RGB Variations
Color information
#997CBA (or 0x997CBA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7C and BA. RGB value is (153,124,186). Sum of RGB (Red+Green+Blue) = 153+124+186=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #997CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CBA is #668345. Grayscale: #8B8B8B. Windows color (decimal): -6718278 or 12221593. OLE color: 12221593.
HSL color Cylindrical-coordinate representation of color #997CBA: hue angle of 268.06º 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 #997CBA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 124 | 186 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.27 |
| HSL | 268.06º | 0.31% | 0.61% | - |
| HSV(B) | 268.06º | 0.33% | 0.73% | - |
| XYZ | 29.21 | 24.73 | 49.69 | - |
| YUV | 139.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 186 | 0.18 | 0.33 | 0 | 0.27 | 268.06 | 0.31 | 0.61 |
| Hex | 99 | 7C | BA | 12 | 21 | 0 | 1B | 10C | 1F | 3D |
| Octal | 231 | 174 | 272 | 22 | 41 | 0 | 33 | 414 | 37 | 75 |
| Binary | 10011001 | 1111100 | 10111010 | 10010 | 100001 | 0 | 11011 | 100001100 | 11111 | 111101 |
Color Harmonies of #997CBA
Complementary color
Monochromatic Colors of #997CBA
Black with #997CBA
Text Example
Text Example
White with #997CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997CBA; }
p { color: rgb(153,124,186); }
H1.HeaderClassName
{
color: #997CBA;
}
.AnyTagClassName
{
color: #997CBA;
}
</style>
background-color css
<style>
a { background-color: #997CBA; }
a { background-color: rgb(153,124,186); }
div.DivClassName
{
background-color: #997CBA;
}
.BgClassName
{
background-color: #997CBA;
}
</style>
border-color css
<style>
span { border-color: #997CBA; }
span { border-color: rgb(153,124,186); }
td.TdClassName
{
border-color: #997CBA;
}
.TagClassName
{
border-color: #997CBA;
}
</style>