Html Css Color HEX #8F7CAC Purple Mountain's Majesty
📋 copy color: '#8F7CAC'red 143 ◦ green 124 ◦ blue 172
Shades of Purple Mountain's Majesty #8F7CAC
Tints of Purple Mountain's Majesty #8F7CAC
RGB
CMYK
RGB Variations
Color information
#8F7CAC (or 0x8F7CAC) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7C and AC. RGB value is (143,124,172). Sum of RGB (Red+Green+Blue) = 143+124+172=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F7CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7CAC is #708353. Grayscale: #868686. Windows color (decimal): -7373652 or 11304079. OLE color: 11304079.
HSL color Cylindrical-coordinate representation of color #8F7CAC: hue angle of 263.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F7CAC is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 124 | 172 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.33 |
| HSL | 263.75º | 0.22% | 0.58% | - |
| HSV(B) | 263.75º | 0.28% | 0.67% | - |
| XYZ | 25.98 | 23.23 | 42.14 | - |
| YUV | 135.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 124 | 172 | 0.17 | 0.28 | 0 | 0.33 | 263.75 | 0.22 | 0.58 |
| Hex | 8F | 7C | AC | 11 | 1C | 0 | 21 | 108 | 16 | 3A |
| Octal | 217 | 174 | 254 | 21 | 34 | 0 | 41 | 410 | 26 | 72 |
| Binary | 10001111 | 1111100 | 10101100 | 10001 | 11100 | 0 | 100001 | 100001000 | 10110 | 111010 |
Color Harmonies of #8F7CAC
Complementary color
Monochromatic Colors of #8F7CAC
Black with #8F7CAC
Text Example
Text Example
White with #8F7CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7CAC; }
p { color: rgb(143,124,172); }
H1.HeaderClassName
{
color: #8F7CAC;
}
.AnyTagClassName
{
color: #8F7CAC;
}
</style>
background-color css
<style>
a { background-color: #8F7CAC; }
a { background-color: rgb(143,124,172); }
div.DivClassName
{
background-color: #8F7CAC;
}
.BgClassName
{
background-color: #8F7CAC;
}
</style>
border-color css
<style>
span { border-color: #8F7CAC; }
span { border-color: rgb(143,124,172); }
td.TdClassName
{
border-color: #8F7CAC;
}
.TagClassName
{
border-color: #8F7CAC;
}
</style>