Html Css Color HEX #9A77BE Purple Mountain's Majesty
📋 copy color: '#9A77BE'red 154 ◦ green 119 ◦ blue 190
Shades of Purple Mountain's Majesty #9A77BE
Tints of Purple Mountain's Majesty #9A77BE
RGB
CMYK
RGB Variations
Color information
#9A77BE (or 0x9A77BE) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 77 and BE. RGB value is (154,119,190). Sum of RGB (Red+Green+Blue) = 154+119+190=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A77BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A77BE is #658841. Grayscale: #898989. Windows color (decimal): -6654018 or 12482458. OLE color: 12482458.
HSL color Cylindrical-coordinate representation of color #9A77BE: hue angle of 269.58º degrees, saturation: 0.35, 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 #9A77BE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 119 | 190 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.25 |
| HSL | 269.58º | 0.35% | 0.61% | - |
| HSV(B) | 269.58º | 0.37% | 0.75% | - |
| XYZ | 29.22 | 23.78 | 51.77 | - |
| YUV | 137.56 | 157.6 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 190 | 0.19 | 0.37 | 0 | 0.25 | 269.58 | 0.35 | 0.61 |
| Hex | 9A | 77 | BE | 13 | 25 | 0 | 19 | 10E | 23 | 3D |
| Octal | 232 | 167 | 276 | 23 | 45 | 0 | 31 | 416 | 43 | 75 |
| Binary | 10011010 | 1110111 | 10111110 | 10011 | 100101 | 0 | 11001 | 100001110 | 100011 | 111101 |
Color Harmonies of #9A77BE
Complementary color
Monochromatic Colors of #9A77BE
Black with #9A77BE
Text Example
Text Example
White with #9A77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A77BE; }
p { color: rgb(154,119,190); }
H1.HeaderClassName
{
color: #9A77BE;
}
.AnyTagClassName
{
color: #9A77BE;
}
</style>
background-color css
<style>
a { background-color: #9A77BE; }
a { background-color: rgb(154,119,190); }
div.DivClassName
{
background-color: #9A77BE;
}
.BgClassName
{
background-color: #9A77BE;
}
</style>
border-color css
<style>
span { border-color: #9A77BE; }
span { border-color: rgb(154,119,190); }
td.TdClassName
{
border-color: #9A77BE;
}
.TagClassName
{
border-color: #9A77BE;
}
</style>