Html Css Color HEX #997BBB Purple Mountain's Majesty
📋 copy color: '#997BBB'red 153 ◦ green 123 ◦ blue 187
Shades of Purple Mountain's Majesty #997BBB
Tints of Purple Mountain's Majesty #997BBB
RGB
CMYK
RGB Variations
Color information
#997BBB (or 0x997BBB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7B and BB. RGB value is (153,123,187). Sum of RGB (Red+Green+Blue) = 153+123+187=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #997BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BBB is #668444. Grayscale: #8B8B8B. Windows color (decimal): -6718533 or 12286873. OLE color: 12286873.
HSL color Cylindrical-coordinate representation of color #997BBB: hue angle of 268.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997BBB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 123 | 187 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.27 |
| HSL | 268.13º | 0.32% | 0.61% | - |
| HSV(B) | 268.13º | 0.34% | 0.73% | - |
| XYZ | 29.19 | 24.53 | 50.21 | - |
| YUV | 139.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 187 | 0.18 | 0.34 | 0 | 0.27 | 268.13 | 0.32 | 0.61 |
| Hex | 99 | 7B | BB | 12 | 22 | 0 | 1B | 10C | 20 | 3D |
| Octal | 231 | 173 | 273 | 22 | 42 | 0 | 33 | 414 | 40 | 75 |
| Binary | 10011001 | 1111011 | 10111011 | 10010 | 100010 | 0 | 11011 | 100001100 | 100000 | 111101 |
Color Harmonies of #997BBB
Complementary color
Monochromatic Colors of #997BBB
Black with #997BBB
Text Example
Text Example
White with #997BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BBB; }
p { color: rgb(153,123,187); }
H1.HeaderClassName
{
color: #997BBB;
}
.AnyTagClassName
{
color: #997BBB;
}
</style>
background-color css
<style>
a { background-color: #997BBB; }
a { background-color: rgb(153,123,187); }
div.DivClassName
{
background-color: #997BBB;
}
.BgClassName
{
background-color: #997BBB;
}
</style>
border-color css
<style>
span { border-color: #997BBB; }
span { border-color: rgb(153,123,187); }
td.TdClassName
{
border-color: #997BBB;
}
.TagClassName
{
border-color: #997BBB;
}
</style>