Html Css Color HEX #997ABB Purple Mountain's Majesty
📋 copy color: '#997ABB'red 153 ◦ green 122 ◦ blue 187
Shades of Purple Mountain's Majesty #997ABB
Tints of Purple Mountain's Majesty #997ABB
RGB
CMYK
RGB Variations
Color information
#997ABB (or 0x997ABB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7A and BB. RGB value is (153,122,187). Sum of RGB (Red+Green+Blue) = 153+122+187=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #997ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ABB is #668544. Grayscale: #8A8A8A. Windows color (decimal): -6718789 or 12286617. OLE color: 12286617.
HSL color Cylindrical-coordinate representation of color #997ABB: hue angle of 268.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #997ABB is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 122 | 187 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.27 |
| HSL | 268.62º | 0.32% | 0.61% | - |
| HSV(B) | 268.62º | 0.35% | 0.73% | - |
| XYZ | 29.07 | 24.28 | 50.17 | - |
| YUV | 138.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 187 | 0.18 | 0.35 | 0 | 0.27 | 268.62 | 0.32 | 0.61 |
| Hex | 99 | 7A | BB | 12 | 23 | 0 | 1B | 10D | 20 | 3D |
| Octal | 231 | 172 | 273 | 22 | 43 | 0 | 33 | 415 | 40 | 75 |
| Binary | 10011001 | 1111010 | 10111011 | 10010 | 100011 | 0 | 11011 | 100001101 | 100000 | 111101 |
Color Harmonies of #997ABB
Complementary color
Monochromatic Colors of #997ABB
Black with #997ABB
Text Example
Text Example
White with #997ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997ABB; }
p { color: rgb(153,122,187); }
H1.HeaderClassName
{
color: #997ABB;
}
.AnyTagClassName
{
color: #997ABB;
}
</style>
background-color css
<style>
a { background-color: #997ABB; }
a { background-color: rgb(153,122,187); }
div.DivClassName
{
background-color: #997ABB;
}
.BgClassName
{
background-color: #997ABB;
}
</style>
border-color css
<style>
span { border-color: #997ABB; }
span { border-color: rgb(153,122,187); }
td.TdClassName
{
border-color: #997ABB;
}
.TagClassName
{
border-color: #997ABB;
}
</style>