Html Css Color HEX #8F77B4 Purple Mountain's Majesty
📋 copy color: '#8F77B4'red 143 ◦ green 119 ◦ blue 180
Shades of Purple Mountain's Majesty #8F77B4
Tints of Purple Mountain's Majesty #8F77B4
RGB
CMYK
RGB Variations
Color information
#8F77B4 (or 0x8F77B4) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 77 and B4. RGB value is (143,119,180). Sum of RGB (Red+Green+Blue) = 143+119+180=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #8F77B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F77B4 is #70884B. Grayscale: #848484. Windows color (decimal): -7374924 or 11827087. OLE color: 11827087.
HSL color Cylindrical-coordinate representation of color #8F77B4: hue angle of 263.61º degrees, saturation: 0.29, 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 #8F77B4 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 119 | 180 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.29 |
| HSL | 263.61º | 0.29% | 0.59% | - |
| HSV(B) | 263.61º | 0.34% | 0.71% | - |
| XYZ | 26.16 | 22.33 | 46.11 | - |
| YUV | 133.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 180 | 0.21 | 0.34 | 0 | 0.29 | 263.61 | 0.29 | 0.59 |
| Hex | 8F | 77 | B4 | 15 | 22 | 0 | 1D | 108 | 1D | 3B |
| Octal | 217 | 167 | 264 | 25 | 42 | 0 | 35 | 410 | 35 | 73 |
| Binary | 10001111 | 1110111 | 10110100 | 10101 | 100010 | 0 | 11101 | 100001000 | 11101 | 111011 |
Color Harmonies of #8F77B4
Complementary color
Monochromatic Colors of #8F77B4
Black with #8F77B4
Text Example
Text Example
White with #8F77B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F77B4; }
p { color: rgb(143,119,180); }
H1.HeaderClassName
{
color: #8F77B4;
}
.AnyTagClassName
{
color: #8F77B4;
}
</style>
background-color css
<style>
a { background-color: #8F77B4; }
a { background-color: rgb(143,119,180); }
div.DivClassName
{
background-color: #8F77B4;
}
.BgClassName
{
background-color: #8F77B4;
}
</style>
border-color css
<style>
span { border-color: #8F77B4; }
span { border-color: rgb(143,119,180); }
td.TdClassName
{
border-color: #8F77B4;
}
.TagClassName
{
border-color: #8F77B4;
}
</style>