Html Css Color HEX #9779B4 Purple Mountain's Majesty
📋 copy color: '#9779B4'red 151 ◦ green 121 ◦ blue 180
Shades of Purple Mountain's Majesty #9779B4
Tints of Purple Mountain's Majesty #9779B4
RGB
CMYK
RGB Variations
Color information
#9779B4 (or 0x9779B4) is known color: Purple Mountain's Majesty. HEX triplet: 97, 79 and B4. RGB value is (151,121,180). Sum of RGB (Red+Green+Blue) = 151+121+180=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #9779B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9779B4 is #68864B. Grayscale: #888888. Windows color (decimal): -6850124 or 11827607. OLE color: 11827607.
HSL color Cylindrical-coordinate representation of color #9779B4: hue angle of 270.51º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9779B4 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 121 | 180 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.29 |
| HSL | 270.51º | 0.28% | 0.59% | - |
| HSV(B) | 270.51º | 0.33% | 0.71% | - |
| XYZ | 27.84 | 23.55 | 46.26 | - |
| YUV | 136.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 121 | 180 | 0.16 | 0.33 | 0 | 0.29 | 270.51 | 0.28 | 0.59 |
| Hex | 97 | 79 | B4 | 10 | 21 | 0 | 1D | 10F | 1C | 3B |
| Octal | 227 | 171 | 264 | 20 | 41 | 0 | 35 | 417 | 34 | 73 |
| Binary | 10010111 | 1111001 | 10110100 | 10000 | 100001 | 0 | 11101 | 100001111 | 11100 | 111011 |
Color Harmonies of #9779B4
Complementary color
Monochromatic Colors of #9779B4
Black with #9779B4
Text Example
Text Example
White with #9779B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9779B4; }
p { color: rgb(151,121,180); }
H1.HeaderClassName
{
color: #9779B4;
}
.AnyTagClassName
{
color: #9779B4;
}
</style>
background-color css
<style>
a { background-color: #9779B4; }
a { background-color: rgb(151,121,180); }
div.DivClassName
{
background-color: #9779B4;
}
.BgClassName
{
background-color: #9779B4;
}
</style>
border-color css
<style>
span { border-color: #9779B4; }
span { border-color: rgb(151,121,180); }
td.TdClassName
{
border-color: #9779B4;
}
.TagClassName
{
border-color: #9779B4;
}
</style>