Html Css Color HEX #997DBA Purple Mountain's Majesty
📋 copy color: '#997DBA'red 153 ◦ green 125 ◦ blue 186
Shades of Purple Mountain's Majesty #997DBA
Tints of Purple Mountain's Majesty #997DBA
RGB
CMYK
RGB Variations
Color information
#997DBA (or 0x997DBA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7D and BA. RGB value is (153,125,186). Sum of RGB (Red+Green+Blue) = 153+125+186=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #997DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DBA is #668245. Grayscale: #8C8C8C. Windows color (decimal): -6718022 or 12221849. OLE color: 12221849.
HSL color Cylindrical-coordinate representation of color #997DBA: hue angle of 267.54º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #997DBA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 125 | 186 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.27 |
| HSL | 267.54º | 0.31% | 0.61% | - |
| HSV(B) | 267.54º | 0.33% | 0.73% | - |
| XYZ | 29.33 | 24.98 | 49.73 | - |
| YUV | 140.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 186 | 0.18 | 0.33 | 0 | 0.27 | 267.54 | 0.31 | 0.61 |
| Hex | 99 | 7D | BA | 12 | 21 | 0 | 1B | 10C | 1F | 3D |
| Octal | 231 | 175 | 272 | 22 | 41 | 0 | 33 | 414 | 37 | 75 |
| Binary | 10011001 | 1111101 | 10111010 | 10010 | 100001 | 0 | 11011 | 100001100 | 11111 | 111101 |
Color Harmonies of #997DBA
Complementary color
Monochromatic Colors of #997DBA
Black with #997DBA
Text Example
Text Example
White with #997DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DBA; }
p { color: rgb(153,125,186); }
H1.HeaderClassName
{
color: #997DBA;
}
.AnyTagClassName
{
color: #997DBA;
}
</style>
background-color css
<style>
a { background-color: #997DBA; }
a { background-color: rgb(153,125,186); }
div.DivClassName
{
background-color: #997DBA;
}
.BgClassName
{
background-color: #997DBA;
}
</style>
border-color css
<style>
span { border-color: #997DBA; }
span { border-color: rgb(153,125,186); }
td.TdClassName
{
border-color: #997DBA;
}
.TagClassName
{
border-color: #997DBA;
}
</style>