Html Css Color HEX #997CB8 Purple Mountain's Majesty
📋 copy color: '#997CB8'red 153 ◦ green 124 ◦ blue 184
Shades of Purple Mountain's Majesty #997CB8
Tints of Purple Mountain's Majesty #997CB8
RGB
CMYK
RGB Variations
Color information
#997CB8 (or 0x997CB8) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7C and B8. RGB value is (153,124,184). Sum of RGB (Red+Green+Blue) = 153+124+184=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 184 - color contains mainly: blue. Hex color #997CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CB8 is #668347. Grayscale: #8B8B8B. Windows color (decimal): -6718280 or 12090521. OLE color: 12090521.
HSL color Cylindrical-coordinate representation of color #997CB8: hue angle of 269º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #997CB8 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 124 | 184 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.28 |
| HSL | 269º | 0.3% | 0.6% | - |
| HSV(B) | 269º | 0.33% | 0.72% | - |
| XYZ | 29 | 24.65 | 48.58 | - |
| YUV | 139.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 184 | 0.17 | 0.33 | 0 | 0.28 | 269 | 0.3 | 0.6 |
| Hex | 99 | 7C | B8 | 11 | 21 | 0 | 1C | 10D | 1E | 3C |
| Octal | 231 | 174 | 270 | 21 | 41 | 0 | 34 | 415 | 36 | 74 |
| Binary | 10011001 | 1111100 | 10111000 | 10001 | 100001 | 0 | 11100 | 100001101 | 11110 | 111100 |
Color Harmonies of #997CB8
Complementary color
Monochromatic Colors of #997CB8
Black with #997CB8
Text Example
Text Example
White with #997CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997CB8; }
p { color: rgb(153,124,184); }
H1.HeaderClassName
{
color: #997CB8;
}
.AnyTagClassName
{
color: #997CB8;
}
</style>
background-color css
<style>
a { background-color: #997CB8; }
a { background-color: rgb(153,124,184); }
div.DivClassName
{
background-color: #997CB8;
}
.BgClassName
{
background-color: #997CB8;
}
</style>
border-color css
<style>
span { border-color: #997CB8; }
span { border-color: rgb(153,124,184); }
td.TdClassName
{
border-color: #997CB8;
}
.TagClassName
{
border-color: #997CB8;
}
</style>