Html Css Color HEX #8F76AB Purple Mountain's Majesty
📋 copy color: '#8F76AB'red 143 ◦ green 118 ◦ blue 171
Shades of Purple Mountain's Majesty #8F76AB
Tints of Purple Mountain's Majesty #8F76AB
RGB
CMYK
RGB Variations
Color information
#8F76AB (or 0x8F76AB) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 76 and AB. RGB value is (143,118,171). Sum of RGB (Red+Green+Blue) = 143+118+171=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F76AB is #708954. Grayscale: #838383. Windows color (decimal): -7375189 or 11237007. OLE color: 11237007.
HSL color Cylindrical-coordinate representation of color #8F76AB: hue angle of 268.3º 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 #8F76AB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 118 | 171 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.33 |
| HSL | 268.3º | 0.24% | 0.57% | - |
| HSV(B) | 268.3º | 0.31% | 0.67% | - |
| XYZ | 25.16 | 21.74 | 41.4 | - |
| YUV | 131.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 171 | 0.16 | 0.31 | 0 | 0.33 | 268.3 | 0.24 | 0.57 |
| Hex | 8F | 76 | AB | 10 | 1F | 0 | 21 | 10C | 18 | 39 |
| Octal | 217 | 166 | 253 | 20 | 37 | 0 | 41 | 414 | 30 | 71 |
| Binary | 10001111 | 1110110 | 10101011 | 10000 | 11111 | 0 | 100001 | 100001100 | 11000 | 111001 |
Color Harmonies of #8F76AB
Complementary color
Monochromatic Colors of #8F76AB
Black with #8F76AB
Text Example
Text Example
White with #8F76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F76AB; }
p { color: rgb(143,118,171); }
H1.HeaderClassName
{
color: #8F76AB;
}
.AnyTagClassName
{
color: #8F76AB;
}
</style>
background-color css
<style>
a { background-color: #8F76AB; }
a { background-color: rgb(143,118,171); }
div.DivClassName
{
background-color: #8F76AB;
}
.BgClassName
{
background-color: #8F76AB;
}
</style>
border-color css
<style>
span { border-color: #8F76AB; }
span { border-color: rgb(143,118,171); }
td.TdClassName
{
border-color: #8F76AB;
}
.TagClassName
{
border-color: #8F76AB;
}
</style>