Html Css Color HEX #8F7AAB Purple Mountain's Majesty
📋 copy color: '#8F7AAB'red 143 ◦ green 122 ◦ blue 171
Shades of Purple Mountain's Majesty #8F7AAB
Tints of Purple Mountain's Majesty #8F7AAB
RGB
CMYK
RGB Variations
Color information
#8F7AAB (or 0x8F7AAB) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7A and AB. RGB value is (143,122,171). Sum of RGB (Red+Green+Blue) = 143+122+171=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7AAB is #708554. Grayscale: #858585. Windows color (decimal): -7374165 or 11238031. OLE color: 11238031.
HSL color Cylindrical-coordinate representation of color #8F7AAB: hue angle of 265.71º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F7AAB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 122 | 171 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.33 |
| HSL | 265.71º | 0.23% | 0.57% | - |
| HSV(B) | 265.71º | 0.29% | 0.67% | - |
| XYZ | 25.64 | 22.7 | 41.56 | - |
| YUV | 133.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 171 | 0.16 | 0.29 | 0 | 0.33 | 265.71 | 0.23 | 0.57 |
| Hex | 8F | 7A | AB | 10 | 1D | 0 | 21 | 10A | 17 | 39 |
| Octal | 217 | 172 | 253 | 20 | 35 | 0 | 41 | 412 | 27 | 71 |
| Binary | 10001111 | 1111010 | 10101011 | 10000 | 11101 | 0 | 100001 | 100001010 | 10111 | 111001 |
Color Harmonies of #8F7AAB
Complementary color
Monochromatic Colors of #8F7AAB
Black with #8F7AAB
Text Example
Text Example
White with #8F7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7AAB; }
p { color: rgb(143,122,171); }
H1.HeaderClassName
{
color: #8F7AAB;
}
.AnyTagClassName
{
color: #8F7AAB;
}
</style>
background-color css
<style>
a { background-color: #8F7AAB; }
a { background-color: rgb(143,122,171); }
div.DivClassName
{
background-color: #8F7AAB;
}
.BgClassName
{
background-color: #8F7AAB;
}
</style>
border-color css
<style>
span { border-color: #8F7AAB; }
span { border-color: rgb(143,122,171); }
td.TdClassName
{
border-color: #8F7AAB;
}
.TagClassName
{
border-color: #8F7AAB;
}
</style>