Html Css Color HEX #8D76AB Purple Mountain's Majesty
📋 copy color: '#8D76AB'red 141 ◦ green 118 ◦ blue 171
Shades of Purple Mountain's Majesty #8D76AB
Tints of Purple Mountain's Majesty #8D76AB
RGB
CMYK
RGB Variations
Color information
#8D76AB (or 0x8D76AB) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 76 and AB. RGB value is (141,118,171). Sum of RGB (Red+Green+Blue) = 141+118+171=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D76AB is #728954. Grayscale: #828282. Windows color (decimal): -7506261 or 11237005. OLE color: 11237005.
HSL color Cylindrical-coordinate representation of color #8D76AB: hue angle of 266.04º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D76AB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 118 | 171 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.33 |
| HSL | 266.04º | 0.24% | 0.57% | - |
| HSV(B) | 266.04º | 0.31% | 0.67% | - |
| XYZ | 24.81 | 21.56 | 41.38 | - |
| YUV | 130.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 171 | 0.18 | 0.31 | 0 | 0.33 | 266.04 | 0.24 | 0.57 |
| Hex | 8D | 76 | AB | 12 | 1F | 0 | 21 | 10A | 18 | 39 |
| Octal | 215 | 166 | 253 | 22 | 37 | 0 | 41 | 412 | 30 | 71 |
| Binary | 10001101 | 1110110 | 10101011 | 10010 | 11111 | 0 | 100001 | 100001010 | 11000 | 111001 |
Color Harmonies of #8D76AB
Complementary color
Monochromatic Colors of #8D76AB
Black with #8D76AB
Text Example
Text Example
White with #8D76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D76AB; }
p { color: rgb(141,118,171); }
H1.HeaderClassName
{
color: #8D76AB;
}
.AnyTagClassName
{
color: #8D76AB;
}
</style>
background-color css
<style>
a { background-color: #8D76AB; }
a { background-color: rgb(141,118,171); }
div.DivClassName
{
background-color: #8D76AB;
}
.BgClassName
{
background-color: #8D76AB;
}
</style>
border-color css
<style>
span { border-color: #8D76AB; }
span { border-color: rgb(141,118,171); }
td.TdClassName
{
border-color: #8D76AB;
}
.TagClassName
{
border-color: #8D76AB;
}
</style>