Html Css Color HEX #9978B9 Purple Mountain's Majesty
📋 copy color: '#9978B9'red 153 ◦ green 120 ◦ blue 185
Shades of Purple Mountain's Majesty #9978B9
Tints of Purple Mountain's Majesty #9978B9
RGB
CMYK
RGB Variations
Color information
#9978B9 (or 0x9978B9) is known color: Purple Mountain's Majesty. HEX triplet: 99, 78 and B9. RGB value is (153,120,185). Sum of RGB (Red+Green+Blue) = 153+120+185=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #9978B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9978B9 is #668746. Grayscale: #898989. Windows color (decimal): -6719303 or 12155033. OLE color: 12155033.
HSL color Cylindrical-coordinate representation of color #9978B9: hue angle of 270.46º degrees, saturation: 0.32, 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 #9978B9 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 120 | 185 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.27 |
| HSL | 270.46º | 0.32% | 0.6% | - |
| HSV(B) | 270.46º | 0.35% | 0.73% | - |
| XYZ | 28.61 | 23.71 | 48.97 | - |
| YUV | 137.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 185 | 0.17 | 0.35 | 0 | 0.27 | 270.46 | 0.32 | 0.6 |
| Hex | 99 | 78 | B9 | 11 | 23 | 0 | 1B | 10E | 20 | 3C |
| Octal | 231 | 170 | 271 | 21 | 43 | 0 | 33 | 416 | 40 | 74 |
| Binary | 10011001 | 1111000 | 10111001 | 10001 | 100011 | 0 | 11011 | 100001110 | 100000 | 111100 |
Color Harmonies of #9978B9
Complementary color
Monochromatic Colors of #9978B9
Black with #9978B9
Text Example
Text Example
White with #9978B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978B9; }
p { color: rgb(153,120,185); }
H1.HeaderClassName
{
color: #9978B9;
}
.AnyTagClassName
{
color: #9978B9;
}
</style>
background-color css
<style>
a { background-color: #9978B9; }
a { background-color: rgb(153,120,185); }
div.DivClassName
{
background-color: #9978B9;
}
.BgClassName
{
background-color: #9978B9;
}
</style>
border-color css
<style>
span { border-color: #9978B9; }
span { border-color: rgb(153,120,185); }
td.TdClassName
{
border-color: #9978B9;
}
.TagClassName
{
border-color: #9978B9;
}
</style>