Html Css Color HEX #8F80AB Purple Mountain's Majesty
📋 copy color: '#8F80AB'red 143 ◦ green 128 ◦ blue 171
Shades of Purple Mountain's Majesty #8F80AB
Tints of Purple Mountain's Majesty #8F80AB
RGB
CMYK
RGB Variations
Color information
#8F80AB (or 0x8F80AB) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 80 and AB. RGB value is (143,128,171). Sum of RGB (Red+Green+Blue) = 143+128+171=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F80AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F80AB is #707F54. Grayscale: #898989. Windows color (decimal): -7372629 or 11239567. OLE color: 11239567.
HSL color Cylindrical-coordinate representation of color #8F80AB: hue angle of 260.93º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F80AB is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 128 | 171 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.33 |
| HSL | 260.93º | 0.2% | 0.59% | - |
| HSV(B) | 260.93º | 0.25% | 0.67% | - |
| XYZ | 26.4 | 24.22 | 41.81 | - |
| YUV | 137.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 171 | 0.16 | 0.25 | 0 | 0.33 | 260.93 | 0.2 | 0.59 |
| Hex | 8F | 80 | AB | 10 | 19 | 0 | 21 | 105 | 14 | 3B |
| Octal | 217 | 200 | 253 | 20 | 31 | 0 | 41 | 405 | 24 | 73 |
| Binary | 10001111 | 10000000 | 10101011 | 10000 | 11001 | 0 | 100001 | 100000101 | 10100 | 111011 |
Color Harmonies of #8F80AB
Complementary color
Monochromatic Colors of #8F80AB
Black with #8F80AB
Text Example
Text Example
White with #8F80AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80AB; }
p { color: rgb(143,128,171); }
H1.HeaderClassName
{
color: #8F80AB;
}
.AnyTagClassName
{
color: #8F80AB;
}
</style>
background-color css
<style>
a { background-color: #8F80AB; }
a { background-color: rgb(143,128,171); }
div.DivClassName
{
background-color: #8F80AB;
}
.BgClassName
{
background-color: #8F80AB;
}
</style>
border-color css
<style>
span { border-color: #8F80AB; }
span { border-color: rgb(143,128,171); }
td.TdClassName
{
border-color: #8F80AB;
}
.TagClassName
{
border-color: #8F80AB;
}
</style>