Html Css Color HEX #9978BF Purple Mountain's Majesty
📋 copy color: '#9978BF'red 153 ◦ green 120 ◦ blue 191
Shades of Purple Mountain's Majesty #9978BF
Tints of Purple Mountain's Majesty #9978BF
RGB
CMYK
RGB Variations
Color information
#9978BF (or 0x9978BF) is known color: Purple Mountain's Majesty. HEX triplet: 99, 78 and BF. RGB value is (153,120,191). Sum of RGB (Red+Green+Blue) = 153+120+191=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #9978BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9978BF is #668740. Grayscale: #898989. Windows color (decimal): -6719297 or 12548249. OLE color: 12548249.
HSL color Cylindrical-coordinate representation of color #9978BF: hue angle of 267.89º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9978BF is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 120 | 191 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.25 |
| HSL | 267.89º | 0.36% | 0.61% | - |
| HSV(B) | 267.89º | 0.37% | 0.75% | - |
| XYZ | 29.26 | 23.97 | 52.37 | - |
| YUV | 137.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 191 | 0.20 | 0.37 | 0 | 0.25 | 267.89 | 0.36 | 0.61 |
| Hex | 99 | 78 | BF | 14 | 25 | 0 | 19 | 10C | 24 | 3D |
| Octal | 231 | 170 | 277 | 24 | 45 | 0 | 31 | 414 | 44 | 75 |
| Binary | 10011001 | 1111000 | 10111111 | 10100 | 100101 | 0 | 11001 | 100001100 | 100100 | 111101 |
Color Harmonies of #9978BF
Complementary color
Monochromatic Colors of #9978BF
Black with #9978BF
Text Example
Text Example
White with #9978BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978BF; }
p { color: rgb(153,120,191); }
H1.HeaderClassName
{
color: #9978BF;
}
.AnyTagClassName
{
color: #9978BF;
}
</style>
background-color css
<style>
a { background-color: #9978BF; }
a { background-color: rgb(153,120,191); }
div.DivClassName
{
background-color: #9978BF;
}
.BgClassName
{
background-color: #9978BF;
}
</style>
border-color css
<style>
span { border-color: #9978BF; }
span { border-color: rgb(153,120,191); }
td.TdClassName
{
border-color: #9978BF;
}
.TagClassName
{
border-color: #9978BF;
}
</style>