Html Css Color HEX #997DB5 Purple Mountain's Majesty
📋 copy color: '#997DB5'red 153 ◦ green 125 ◦ blue 181
Shades of Purple Mountain's Majesty #997DB5
Tints of Purple Mountain's Majesty #997DB5
RGB
CMYK
RGB Variations
Color information
#997DB5 (or 0x997DB5) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7D and B5. RGB value is (153,125,181). Sum of RGB (Red+Green+Blue) = 153+125+181=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 181 - color contains mainly: blue. Hex color #997DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DB5 is #66824A. Grayscale: #8B8B8B. Windows color (decimal): -6718027 or 11894169. OLE color: 11894169.
HSL color Cylindrical-coordinate representation of color #997DB5: hue angle of 270º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #997DB5 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 125 | 181 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.29 |
| HSL | 270º | 0.27% | 0.6% | - |
| HSV(B) | 270º | 0.31% | 0.71% | - |
| XYZ | 28.81 | 24.78 | 46.98 | - |
| YUV | 139.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 181 | 0.15 | 0.31 | 0 | 0.29 | 270 | 0.27 | 0.6 |
| Hex | 99 | 7D | B5 | F | 1F | 0 | 1D | 10E | 1B | 3C |
| Octal | 231 | 175 | 265 | 17 | 37 | 0 | 35 | 416 | 33 | 74 |
| Binary | 10011001 | 1111101 | 10110101 | 1111 | 11111 | 0 | 11101 | 100001110 | 11011 | 111100 |
Color Harmonies of #997DB5
Complementary color
Monochromatic Colors of #997DB5
Black with #997DB5
Text Example
Text Example
White with #997DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DB5; }
p { color: rgb(153,125,181); }
H1.HeaderClassName
{
color: #997DB5;
}
.AnyTagClassName
{
color: #997DB5;
}
</style>
background-color css
<style>
a { background-color: #997DB5; }
a { background-color: rgb(153,125,181); }
div.DivClassName
{
background-color: #997DB5;
}
.BgClassName
{
background-color: #997DB5;
}
</style>
border-color css
<style>
span { border-color: #997DB5; }
span { border-color: rgb(153,125,181); }
td.TdClassName
{
border-color: #997DB5;
}
.TagClassName
{
border-color: #997DB5;
}
</style>