Html Css Color HEX #997BBF Purple Mountain's Majesty
📋 copy color: '#997BBF'red 153 ◦ green 123 ◦ blue 191
Shades of Purple Mountain's Majesty #997BBF
Tints of Purple Mountain's Majesty #997BBF
RGB
CMYK
RGB Variations
Color information
#997BBF (or 0x997BBF) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7B and BF. RGB value is (153,123,191). Sum of RGB (Red+Green+Blue) = 153+123+191=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #997BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BBF is #668440. Grayscale: #8B8B8B. Windows color (decimal): -6718529 or 12549017. OLE color: 12549017.
HSL color Cylindrical-coordinate representation of color #997BBF: hue angle of 266.47º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #997BBF is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 123 | 191 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.25 |
| HSL | 266.47º | 0.35% | 0.62% | - |
| HSV(B) | 266.47º | 0.36% | 0.75% | - |
| XYZ | 29.62 | 24.7 | 52.5 | - |
| YUV | 139.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 191 | 0.20 | 0.36 | 0 | 0.25 | 266.47 | 0.35 | 0.62 |
| Hex | 99 | 7B | BF | 14 | 24 | 0 | 19 | 10A | 23 | 3E |
| Octal | 231 | 173 | 277 | 24 | 44 | 0 | 31 | 412 | 43 | 76 |
| Binary | 10011001 | 1111011 | 10111111 | 10100 | 100100 | 0 | 11001 | 100001010 | 100011 | 111110 |
Color Harmonies of #997BBF
Complementary color
Monochromatic Colors of #997BBF
Black with #997BBF
Text Example
Text Example
White with #997BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BBF; }
p { color: rgb(153,123,191); }
H1.HeaderClassName
{
color: #997BBF;
}
.AnyTagClassName
{
color: #997BBF;
}
</style>
background-color css
<style>
a { background-color: #997BBF; }
a { background-color: rgb(153,123,191); }
div.DivClassName
{
background-color: #997BBF;
}
.BgClassName
{
background-color: #997BBF;
}
</style>
border-color css
<style>
span { border-color: #997BBF; }
span { border-color: rgb(153,123,191); }
td.TdClassName
{
border-color: #997BBF;
}
.TagClassName
{
border-color: #997BBF;
}
</style>