Html Css Color HEX #8F77AA Purple Mountain's Majesty
📋 copy color: '#8F77AA'red 143 ◦ green 119 ◦ blue 170
Shades of Purple Mountain's Majesty #8F77AA
Tints of Purple Mountain's Majesty #8F77AA
RGB
CMYK
RGB Variations
Color information
#8F77AA (or 0x8F77AA) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 77 and AA. RGB value is (143,119,170). Sum of RGB (Red+Green+Blue) = 143+119+170=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F77AA is #708855. Grayscale: #838383. Windows color (decimal): -7374934 or 11171727. OLE color: 11171727.
HSL color Cylindrical-coordinate representation of color #8F77AA: hue angle of 268.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F77AA is Cyan = 0.16, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 119 | 170 | - |
| CMYK | 0.16 | 0.3 | 0 | 0.33 |
| HSL | 268.24º | 0.23% | 0.57% | - |
| HSV(B) | 268.24º | 0.3% | 0.67% | - |
| XYZ | 25.18 | 21.94 | 40.94 | - |
| YUV | 131.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 170 | 0.16 | 0.3 | 0 | 0.33 | 268.24 | 0.23 | 0.57 |
| Hex | 8F | 77 | AA | 10 | 1E | 0 | 21 | 10C | 17 | 39 |
| Octal | 217 | 167 | 252 | 20 | 36 | 0 | 41 | 414 | 27 | 71 |
| Binary | 10001111 | 1110111 | 10101010 | 10000 | 11110 | 0 | 100001 | 100001100 | 10111 | 111001 |
Color Harmonies of #8F77AA
Complementary color
Monochromatic Colors of #8F77AA
Black with #8F77AA
Text Example
Text Example
White with #8F77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F77AA; }
p { color: rgb(143,119,170); }
H1.HeaderClassName
{
color: #8F77AA;
}
.AnyTagClassName
{
color: #8F77AA;
}
</style>
background-color css
<style>
a { background-color: #8F77AA; }
a { background-color: rgb(143,119,170); }
div.DivClassName
{
background-color: #8F77AA;
}
.BgClassName
{
background-color: #8F77AA;
}
</style>
border-color css
<style>
span { border-color: #8F77AA; }
span { border-color: rgb(143,119,170); }
td.TdClassName
{
border-color: #8F77AA;
}
.TagClassName
{
border-color: #8F77AA;
}
</style>