Html Css Color HEX #9978B6 Purple Mountain's Majesty
📋 copy color: '#9978B6'red 153 ◦ green 120 ◦ blue 182
Shades of Purple Mountain's Majesty #9978B6
Tints of Purple Mountain's Majesty #9978B6
RGB
CMYK
RGB Variations
Color information
#9978B6 (or 0x9978B6) is known color: Purple Mountain's Majesty. HEX triplet: 99, 78 and B6. RGB value is (153,120,182). Sum of RGB (Red+Green+Blue) = 153+120+182=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: blue. Hex color #9978B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9978B6 is #668749. Grayscale: #888888. Windows color (decimal): -6719306 or 11958425. OLE color: 11958425.
HSL color Cylindrical-coordinate representation of color #9978B6: hue angle of 271.94º degrees, saturation: 0.3, 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 #9978B6 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 120 | 182 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.29 |
| HSL | 271.94º | 0.3% | 0.59% | - |
| HSV(B) | 271.94º | 0.34% | 0.71% | - |
| XYZ | 28.3 | 23.58 | 47.32 | - |
| YUV | 136.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 182 | 0.16 | 0.34 | 0 | 0.29 | 271.94 | 0.3 | 0.59 |
| Hex | 99 | 78 | B6 | 10 | 22 | 0 | 1D | 110 | 1E | 3B |
| Octal | 231 | 170 | 266 | 20 | 42 | 0 | 35 | 420 | 36 | 73 |
| Binary | 10011001 | 1111000 | 10110110 | 10000 | 100010 | 0 | 11101 | 100010000 | 11110 | 111011 |
Color Harmonies of #9978B6
Complementary color
Monochromatic Colors of #9978B6
Black with #9978B6
Text Example
Text Example
White with #9978B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978B6; }
p { color: rgb(153,120,182); }
H1.HeaderClassName
{
color: #9978B6;
}
.AnyTagClassName
{
color: #9978B6;
}
</style>
background-color css
<style>
a { background-color: #9978B6; }
a { background-color: rgb(153,120,182); }
div.DivClassName
{
background-color: #9978B6;
}
.BgClassName
{
background-color: #9978B6;
}
</style>
border-color css
<style>
span { border-color: #9978B6; }
span { border-color: rgb(153,120,182); }
td.TdClassName
{
border-color: #9978B6;
}
.TagClassName
{
border-color: #9978B6;
}
</style>