Html Css Color HEX #9979BB Purple Mountain's Majesty
📋 copy color: '#9979BB'red 153 ◦ green 121 ◦ blue 187
Shades of Purple Mountain's Majesty #9979BB
Tints of Purple Mountain's Majesty #9979BB
RGB
CMYK
RGB Variations
Color information
#9979BB (or 0x9979BB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 79 and BB. RGB value is (153,121,187). Sum of RGB (Red+Green+Blue) = 153+121+187=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #9979BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9979BB is #668644. Grayscale: #898989. Windows color (decimal): -6719045 or 12286361. OLE color: 12286361.
HSL color Cylindrical-coordinate representation of color #9979BB: hue angle of 269.09º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9979BB is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 121 | 187 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.27 |
| HSL | 269.09º | 0.33% | 0.6% | - |
| HSV(B) | 269.09º | 0.35% | 0.73% | - |
| XYZ | 28.94 | 24.03 | 50.13 | - |
| YUV | 138.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 187 | 0.18 | 0.35 | 0 | 0.27 | 269.09 | 0.33 | 0.6 |
| Hex | 99 | 79 | BB | 12 | 23 | 0 | 1B | 10D | 21 | 3C |
| Octal | 231 | 171 | 273 | 22 | 43 | 0 | 33 | 415 | 41 | 74 |
| Binary | 10011001 | 1111001 | 10111011 | 10010 | 100011 | 0 | 11011 | 100001101 | 100001 | 111100 |
Color Harmonies of #9979BB
Complementary color
Monochromatic Colors of #9979BB
Black with #9979BB
Text Example
Text Example
White with #9979BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9979BB; }
p { color: rgb(153,121,187); }
H1.HeaderClassName
{
color: #9979BB;
}
.AnyTagClassName
{
color: #9979BB;
}
</style>
background-color css
<style>
a { background-color: #9979BB; }
a { background-color: rgb(153,121,187); }
div.DivClassName
{
background-color: #9979BB;
}
.BgClassName
{
background-color: #9979BB;
}
</style>
border-color css
<style>
span { border-color: #9979BB; }
span { border-color: rgb(153,121,187); }
td.TdClassName
{
border-color: #9979BB;
}
.TagClassName
{
border-color: #9979BB;
}
</style>