Html Css Color HEX #997DBC Purple Mountain's Majesty
📋 copy color: '#997DBC'red 153 ◦ green 125 ◦ blue 188
Shades of Purple Mountain's Majesty #997DBC
Tints of Purple Mountain's Majesty #997DBC
RGB
CMYK
RGB Variations
Color information
#997DBC (or 0x997DBC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7D and BC. RGB value is (153,125,188). Sum of RGB (Red+Green+Blue) = 153+125+188=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #997DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DBC is #668243. Grayscale: #8C8C8C. Windows color (decimal): -6718020 or 12352921. OLE color: 12352921.
HSL color Cylindrical-coordinate representation of color #997DBC: hue angle of 266.67º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997DBC is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 125 | 188 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.26 |
| HSL | 266.67º | 0.32% | 0.61% | - |
| HSV(B) | 266.67º | 0.34% | 0.74% | - |
| XYZ | 29.55 | 25.07 | 50.86 | - |
| YUV | 140.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 188 | 0.19 | 0.34 | 0 | 0.26 | 266.67 | 0.32 | 0.61 |
| Hex | 99 | 7D | BC | 13 | 22 | 0 | 1A | 10B | 20 | 3D |
| Octal | 231 | 175 | 274 | 23 | 42 | 0 | 32 | 413 | 40 | 75 |
| Binary | 10011001 | 1111101 | 10111100 | 10011 | 100010 | 0 | 11010 | 100001011 | 100000 | 111101 |
Color Harmonies of #997DBC
Complementary color
Monochromatic Colors of #997DBC
Black with #997DBC
Text Example
Text Example
White with #997DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DBC; }
p { color: rgb(153,125,188); }
H1.HeaderClassName
{
color: #997DBC;
}
.AnyTagClassName
{
color: #997DBC;
}
</style>
background-color css
<style>
a { background-color: #997DBC; }
a { background-color: rgb(153,125,188); }
div.DivClassName
{
background-color: #997DBC;
}
.BgClassName
{
background-color: #997DBC;
}
</style>
border-color css
<style>
span { border-color: #997DBC; }
span { border-color: rgb(153,125,188); }
td.TdClassName
{
border-color: #997DBC;
}
.TagClassName
{
border-color: #997DBC;
}
</style>