Html Css Color HEX #9978B5 Purple Mountain's Majesty
📋 copy color: '#9978B5'red 153 ◦ green 120 ◦ blue 181
Shades of Purple Mountain's Majesty #9978B5
Tints of Purple Mountain's Majesty #9978B5
RGB
CMYK
RGB Variations
Color information
#9978B5 (or 0x9978B5) is known color: Purple Mountain's Majesty. HEX triplet: 99, 78 and B5. RGB value is (153,120,181). Sum of RGB (Red+Green+Blue) = 153+120+181=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 181 - color contains mainly: blue. Hex color #9978B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9978B5 is #66874A. Grayscale: #888888. Windows color (decimal): -6719307 or 11892889. OLE color: 11892889.
HSL color Cylindrical-coordinate representation of color #9978B5: hue angle of 272.46º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9978B5 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 120 | 181 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.29 |
| HSL | 272.46º | 0.29% | 0.59% | - |
| HSV(B) | 272.46º | 0.34% | 0.71% | - |
| XYZ | 28.19 | 23.54 | 46.77 | - |
| YUV | 136.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 181 | 0.15 | 0.34 | 0 | 0.29 | 272.46 | 0.29 | 0.59 |
| Hex | 99 | 78 | B5 | F | 22 | 0 | 1D | 110 | 1D | 3B |
| Octal | 231 | 170 | 265 | 17 | 42 | 0 | 35 | 420 | 35 | 73 |
| Binary | 10011001 | 1111000 | 10110101 | 1111 | 100010 | 0 | 11101 | 100010000 | 11101 | 111011 |
Color Harmonies of #9978B5
Complementary color
Monochromatic Colors of #9978B5
Black with #9978B5
Text Example
Text Example
White with #9978B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978B5; }
p { color: rgb(153,120,181); }
H1.HeaderClassName
{
color: #9978B5;
}
.AnyTagClassName
{
color: #9978B5;
}
</style>
background-color css
<style>
a { background-color: #9978B5; }
a { background-color: rgb(153,120,181); }
div.DivClassName
{
background-color: #9978B5;
}
.BgClassName
{
background-color: #9978B5;
}
</style>
border-color css
<style>
span { border-color: #9978B5; }
span { border-color: rgb(153,120,181); }
td.TdClassName
{
border-color: #9978B5;
}
.TagClassName
{
border-color: #9978B5;
}
</style>