Html Css Color HEX #8D77B4 Purple Mountain's Majesty
📋 copy color: '#8D77B4'red 141 ◦ green 119 ◦ blue 180
Shades of Purple Mountain's Majesty #8D77B4
Tints of Purple Mountain's Majesty #8D77B4
RGB
CMYK
RGB Variations
Color information
#8D77B4 (or 0x8D77B4) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 77 and B4. RGB value is (141,119,180). Sum of RGB (Red+Green+Blue) = 141+119+180=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #8D77B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D77B4 is #72884B. Grayscale: #848484. Windows color (decimal): -7505996 or 11827085. OLE color: 11827085.
HSL color Cylindrical-coordinate representation of color #8D77B4: hue angle of 261.64º 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 #8D77B4 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 119 | 180 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.29 |
| HSL | 261.64º | 0.29% | 0.59% | - |
| HSV(B) | 261.64º | 0.34% | 0.71% | - |
| XYZ | 25.82 | 22.15 | 46.09 | - |
| YUV | 132.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 180 | 0.22 | 0.34 | 0 | 0.29 | 261.64 | 0.29 | 0.59 |
| Hex | 8D | 77 | B4 | 16 | 22 | 0 | 1D | 106 | 1D | 3B |
| Octal | 215 | 167 | 264 | 26 | 42 | 0 | 35 | 406 | 35 | 73 |
| Binary | 10001101 | 1110111 | 10110100 | 10110 | 100010 | 0 | 11101 | 100000110 | 11101 | 111011 |
Color Harmonies of #8D77B4
Complementary color
Monochromatic Colors of #8D77B4
Black with #8D77B4
Text Example
Text Example
White with #8D77B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D77B4; }
p { color: rgb(141,119,180); }
H1.HeaderClassName
{
color: #8D77B4;
}
.AnyTagClassName
{
color: #8D77B4;
}
</style>
background-color css
<style>
a { background-color: #8D77B4; }
a { background-color: rgb(141,119,180); }
div.DivClassName
{
background-color: #8D77B4;
}
.BgClassName
{
background-color: #8D77B4;
}
</style>
border-color css
<style>
span { border-color: #8D77B4; }
span { border-color: rgb(141,119,180); }
td.TdClassName
{
border-color: #8D77B4;
}
.TagClassName
{
border-color: #8D77B4;
}
</style>