Html Css Color HEX #8F77B9 Purple Mountain's Majesty
📋 copy color: '#8F77B9'red 143 ◦ green 119 ◦ blue 185
Shades of Purple Mountain's Majesty #8F77B9
Tints of Purple Mountain's Majesty #8F77B9
RGB
CMYK
RGB Variations
Color information
#8F77B9 (or 0x8F77B9) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 77 and B9. RGB value is (143,119,185). Sum of RGB (Red+Green+Blue) = 143+119+185=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F77B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F77B9 is #708846. Grayscale: #858585. Windows color (decimal): -7374919 or 12154767. OLE color: 12154767.
HSL color Cylindrical-coordinate representation of color #8F77B9: hue angle of 261.82º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F77B9 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 119 | 185 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.27 |
| HSL | 261.82º | 0.32% | 0.6% | - |
| HSV(B) | 261.82º | 0.36% | 0.73% | - |
| XYZ | 26.68 | 22.54 | 48.84 | - |
| YUV | 133.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 185 | 0.23 | 0.36 | 0 | 0.27 | 261.82 | 0.32 | 0.6 |
| Hex | 8F | 77 | B9 | 17 | 24 | 0 | 1B | 106 | 20 | 3C |
| Octal | 217 | 167 | 271 | 27 | 44 | 0 | 33 | 406 | 40 | 74 |
| Binary | 10001111 | 1110111 | 10111001 | 10111 | 100100 | 0 | 11011 | 100000110 | 100000 | 111100 |
Color Harmonies of #8F77B9
Complementary color
Monochromatic Colors of #8F77B9
Black with #8F77B9
Text Example
Text Example
White with #8F77B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F77B9; }
p { color: rgb(143,119,185); }
H1.HeaderClassName
{
color: #8F77B9;
}
.AnyTagClassName
{
color: #8F77B9;
}
</style>
background-color css
<style>
a { background-color: #8F77B9; }
a { background-color: rgb(143,119,185); }
div.DivClassName
{
background-color: #8F77B9;
}
.BgClassName
{
background-color: #8F77B9;
}
</style>
border-color css
<style>
span { border-color: #8F77B9; }
span { border-color: rgb(143,119,185); }
td.TdClassName
{
border-color: #8F77B9;
}
.TagClassName
{
border-color: #8F77B9;
}
</style>