Html Css Color HEX #997CC0 Purple Mountain's Majesty
📋 copy color: '#997CC0'red 153 ◦ green 124 ◦ blue 192
Shades of Purple Mountain's Majesty #997CC0
Tints of Purple Mountain's Majesty #997CC0
RGB
CMYK
RGB Variations
Color information
#997CC0 (or 0x997CC0) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7C and C0. RGB value is (153,124,192). Sum of RGB (Red+Green+Blue) = 153+124+192=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #997CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CC0 is #66833F. Grayscale: #8C8C8C. Windows color (decimal): -6718272 or 12614809. OLE color: 12614809.
HSL color Cylindrical-coordinate representation of color #997CC0: hue angle of 265.59º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #997CC0 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 124 | 192 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.25 |
| HSL | 265.59º | 0.35% | 0.62% | - |
| HSV(B) | 265.59º | 0.35% | 0.75% | - |
| XYZ | 29.86 | 24.99 | 53.12 | - |
| YUV | 140.42 | 157.11 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 192 | 0.20 | 0.35 | 0 | 0.25 | 265.59 | 0.35 | 0.62 |
| Hex | 99 | 7C | C0 | 14 | 23 | 0 | 19 | 10A | 23 | 3E |
| Octal | 231 | 174 | 300 | 24 | 43 | 0 | 31 | 412 | 43 | 76 |
| Binary | 10011001 | 1111100 | 11000000 | 10100 | 100011 | 0 | 11001 | 100001010 | 100011 | 111110 |
Color Harmonies of #997CC0
Complementary color
Monochromatic Colors of #997CC0
Black with #997CC0
Text Example
Text Example
White with #997CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997CC0; }
p { color: rgb(153,124,192); }
H1.HeaderClassName
{
color: #997CC0;
}
.AnyTagClassName
{
color: #997CC0;
}
</style>
background-color css
<style>
a { background-color: #997CC0; }
a { background-color: rgb(153,124,192); }
div.DivClassName
{
background-color: #997CC0;
}
.BgClassName
{
background-color: #997CC0;
}
</style>
border-color css
<style>
span { border-color: #997CC0; }
span { border-color: rgb(153,124,192); }
td.TdClassName
{
border-color: #997CC0;
}
.TagClassName
{
border-color: #997CC0;
}
</style>