Html Css Color HEX #997DBD Purple Mountain's Majesty
📋 copy color: '#997DBD'red 153 ◦ green 125 ◦ blue 189
Shades of Purple Mountain's Majesty #997DBD
Tints of Purple Mountain's Majesty #997DBD
RGB
CMYK
RGB Variations
Color information
#997DBD (or 0x997DBD) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7D and BD. RGB value is (153,125,189). Sum of RGB (Red+Green+Blue) = 153+125+189=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #997DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DBD is #668242. Grayscale: #8C8C8C. Windows color (decimal): -6718019 or 12418457. OLE color: 12418457.
HSL color Cylindrical-coordinate representation of color #997DBD: hue angle of 266.25º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997DBD is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 125 | 189 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.26 |
| HSL | 266.25º | 0.33% | 0.62% | - |
| HSV(B) | 266.25º | 0.34% | 0.74% | - |
| XYZ | 29.66 | 25.11 | 51.43 | - |
| YUV | 140.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 189 | 0.19 | 0.34 | 0 | 0.26 | 266.25 | 0.33 | 0.62 |
| Hex | 99 | 7D | BD | 13 | 22 | 0 | 1A | 10A | 21 | 3E |
| Octal | 231 | 175 | 275 | 23 | 42 | 0 | 32 | 412 | 41 | 76 |
| Binary | 10011001 | 1111101 | 10111101 | 10011 | 100010 | 0 | 11010 | 100001010 | 100001 | 111110 |
Color Harmonies of #997DBD
Complementary color
Monochromatic Colors of #997DBD
Black with #997DBD
Text Example
Text Example
White with #997DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DBD; }
p { color: rgb(153,125,189); }
H1.HeaderClassName
{
color: #997DBD;
}
.AnyTagClassName
{
color: #997DBD;
}
</style>
background-color css
<style>
a { background-color: #997DBD; }
a { background-color: rgb(153,125,189); }
div.DivClassName
{
background-color: #997DBD;
}
.BgClassName
{
background-color: #997DBD;
}
</style>
border-color css
<style>
span { border-color: #997DBD; }
span { border-color: rgb(153,125,189); }
td.TdClassName
{
border-color: #997DBD;
}
.TagClassName
{
border-color: #997DBD;
}
</style>