Html Css Color HEX #8F7FAB Purple Mountain's Majesty
📋 copy color: '#8F7FAB'red 143 ◦ green 127 ◦ blue 171
Shades of Purple Mountain's Majesty #8F7FAB
Tints of Purple Mountain's Majesty #8F7FAB
RGB
CMYK
RGB Variations
Color information
#8F7FAB (or 0x8F7FAB) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7F and AB. RGB value is (143,127,171). Sum of RGB (Red+Green+Blue) = 143+127+171=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7FAB is #708054. Grayscale: #888888. Windows color (decimal): -7372885 or 11239311. OLE color: 11239311.
HSL color Cylindrical-coordinate representation of color #8F7FAB: hue angle of 261.82º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F7FAB is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 127 | 171 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.33 |
| HSL | 261.82º | 0.21% | 0.58% | - |
| HSV(B) | 261.82º | 0.26% | 0.67% | - |
| XYZ | 26.27 | 23.96 | 41.77 | - |
| YUV | 136.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 171 | 0.16 | 0.26 | 0 | 0.33 | 261.82 | 0.21 | 0.58 |
| Hex | 8F | 7F | AB | 10 | 1A | 0 | 21 | 106 | 15 | 3A |
| Octal | 217 | 177 | 253 | 20 | 32 | 0 | 41 | 406 | 25 | 72 |
| Binary | 10001111 | 1111111 | 10101011 | 10000 | 11010 | 0 | 100001 | 100000110 | 10101 | 111010 |
Color Harmonies of #8F7FAB
Complementary color
Monochromatic Colors of #8F7FAB
Black with #8F7FAB
Text Example
Text Example
White with #8F7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7FAB; }
p { color: rgb(143,127,171); }
H1.HeaderClassName
{
color: #8F7FAB;
}
.AnyTagClassName
{
color: #8F7FAB;
}
</style>
background-color css
<style>
a { background-color: #8F7FAB; }
a { background-color: rgb(143,127,171); }
div.DivClassName
{
background-color: #8F7FAB;
}
.BgClassName
{
background-color: #8F7FAB;
}
</style>
border-color css
<style>
span { border-color: #8F7FAB; }
span { border-color: rgb(143,127,171); }
td.TdClassName
{
border-color: #8F7FAB;
}
.TagClassName
{
border-color: #8F7FAB;
}
</style>