Html Css Color HEX #997FBA Purple Mountain's Majesty
📋 copy color: '#997FBA'red 153 ◦ green 127 ◦ blue 186
Shades of Purple Mountain's Majesty #997FBA
Tints of Purple Mountain's Majesty #997FBA
RGB
CMYK
RGB Variations
Color information
#997FBA (or 0x997FBA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7F and BA. RGB value is (153,127,186). Sum of RGB (Red+Green+Blue) = 153+127+186=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #997FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FBA is #668045. Grayscale: #8D8D8D. Windows color (decimal): -6717510 or 12222361. OLE color: 12222361.
HSL color Cylindrical-coordinate representation of color #997FBA: hue angle of 266.44º 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 #997FBA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 127 | 186 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.27 |
| HSL | 266.44º | 0.3% | 0.61% | - |
| HSV(B) | 266.44º | 0.32% | 0.73% | - |
| XYZ | 29.59 | 25.5 | 49.82 | - |
| YUV | 141.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 186 | 0.18 | 0.32 | 0 | 0.27 | 266.44 | 0.3 | 0.61 |
| Hex | 99 | 7F | BA | 12 | 20 | 0 | 1B | 10A | 1E | 3D |
| Octal | 231 | 177 | 272 | 22 | 40 | 0 | 33 | 412 | 36 | 75 |
| Binary | 10011001 | 1111111 | 10111010 | 10010 | 100000 | 0 | 11011 | 100001010 | 11110 | 111101 |
Color Harmonies of #997FBA
Complementary color
Monochromatic Colors of #997FBA
Black with #997FBA
Text Example
Text Example
White with #997FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FBA; }
p { color: rgb(153,127,186); }
H1.HeaderClassName
{
color: #997FBA;
}
.AnyTagClassName
{
color: #997FBA;
}
</style>
background-color css
<style>
a { background-color: #997FBA; }
a { background-color: rgb(153,127,186); }
div.DivClassName
{
background-color: #997FBA;
}
.BgClassName
{
background-color: #997FBA;
}
</style>
border-color css
<style>
span { border-color: #997FBA; }
span { border-color: rgb(153,127,186); }
td.TdClassName
{
border-color: #997FBA;
}
.TagClassName
{
border-color: #997FBA;
}
</style>