Html Css Color HEX #8F7AAC Purple Mountain's Majesty
📋 copy color: '#8F7AAC'red 143 ◦ green 122 ◦ blue 172
Shades of Purple Mountain's Majesty #8F7AAC
Tints of Purple Mountain's Majesty #8F7AAC
RGB
CMYK
RGB Variations
Color information
#8F7AAC (or 0x8F7AAC) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7A and AC. RGB value is (143,122,172). Sum of RGB (Red+Green+Blue) = 143+122+172=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7AAC is #708553. Grayscale: #858585. Windows color (decimal): -7374164 or 11303567. OLE color: 11303567.
HSL color Cylindrical-coordinate representation of color #8F7AAC: hue angle of 265.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F7AAC is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 122 | 172 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.33 |
| HSL | 265.2º | 0.23% | 0.58% | - |
| HSV(B) | 265.2º | 0.29% | 0.67% | - |
| XYZ | 25.73 | 22.74 | 42.06 | - |
| YUV | 133.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 172 | 0.17 | 0.29 | 0 | 0.33 | 265.2 | 0.23 | 0.58 |
| Hex | 8F | 7A | AC | 11 | 1D | 0 | 21 | 109 | 17 | 3A |
| Octal | 217 | 172 | 254 | 21 | 35 | 0 | 41 | 411 | 27 | 72 |
| Binary | 10001111 | 1111010 | 10101100 | 10001 | 11101 | 0 | 100001 | 100001001 | 10111 | 111010 |
Color Harmonies of #8F7AAC
Complementary color
Monochromatic Colors of #8F7AAC
Black with #8F7AAC
Text Example
Text Example
White with #8F7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7AAC; }
p { color: rgb(143,122,172); }
H1.HeaderClassName
{
color: #8F7AAC;
}
.AnyTagClassName
{
color: #8F7AAC;
}
</style>
background-color css
<style>
a { background-color: #8F7AAC; }
a { background-color: rgb(143,122,172); }
div.DivClassName
{
background-color: #8F7AAC;
}
.BgClassName
{
background-color: #8F7AAC;
}
</style>
border-color css
<style>
span { border-color: #8F7AAC; }
span { border-color: rgb(143,122,172); }
td.TdClassName
{
border-color: #8F7AAC;
}
.TagClassName
{
border-color: #8F7AAC;
}
</style>