Html Css Color HEX #997FB4 Purple Mountain's Majesty
📋 copy color: '#997FB4'red 153 ◦ green 127 ◦ blue 180
Shades of Purple Mountain's Majesty #997FB4
Tints of Purple Mountain's Majesty #997FB4
RGB
CMYK
RGB Variations
Color information
#997FB4 (or 0x997FB4) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7F and B4. RGB value is (153,127,180). Sum of RGB (Red+Green+Blue) = 153+127+180=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 180 - color contains mainly: blue. Hex color #997FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FB4 is #66804B. Grayscale: #8C8C8C. Windows color (decimal): -6717516 or 11829145. OLE color: 11829145.
HSL color Cylindrical-coordinate representation of color #997FB4: hue angle of 269.43º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #997FB4 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 127 | 180 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.29 |
| HSL | 269.43º | 0.26% | 0.6% | - |
| HSV(B) | 269.43º | 0.29% | 0.71% | - |
| XYZ | 28.96 | 25.25 | 46.53 | - |
| YUV | 140.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 180 | 0.15 | 0.29 | 0 | 0.29 | 269.43 | 0.26 | 0.6 |
| Hex | 99 | 7F | B4 | F | 1D | 0 | 1D | 10D | 1A | 3C |
| Octal | 231 | 177 | 264 | 17 | 35 | 0 | 35 | 415 | 32 | 74 |
| Binary | 10011001 | 1111111 | 10110100 | 1111 | 11101 | 0 | 11101 | 100001101 | 11010 | 111100 |
Color Harmonies of #997FB4
Complementary color
Monochromatic Colors of #997FB4
Black with #997FB4
Text Example
Text Example
White with #997FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FB4; }
p { color: rgb(153,127,180); }
H1.HeaderClassName
{
color: #997FB4;
}
.AnyTagClassName
{
color: #997FB4;
}
</style>
background-color css
<style>
a { background-color: #997FB4; }
a { background-color: rgb(153,127,180); }
div.DivClassName
{
background-color: #997FB4;
}
.BgClassName
{
background-color: #997FB4;
}
</style>
border-color css
<style>
span { border-color: #997FB4; }
span { border-color: rgb(153,127,180); }
td.TdClassName
{
border-color: #997FB4;
}
.TagClassName
{
border-color: #997FB4;
}
</style>