Html Css Color HEX #8F7BAB Purple Mountain's Majesty
📋 copy color: '#8F7BAB'red 143 ◦ green 123 ◦ blue 171
Shades of Purple Mountain's Majesty #8F7BAB
Tints of Purple Mountain's Majesty #8F7BAB
RGB
CMYK
RGB Variations
Color information
#8F7BAB (or 0x8F7BAB) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7B and AB. RGB value is (143,123,171). Sum of RGB (Red+Green+Blue) = 143+123+171=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7BAB is #708454. Grayscale: #868686. Windows color (decimal): -7373909 or 11238287. OLE color: 11238287.
HSL color Cylindrical-coordinate representation of color #8F7BAB: hue angle of 265º 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 #8F7BAB is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 123 | 171 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.33 |
| HSL | 265º | 0.22% | 0.58% | - |
| HSV(B) | 265º | 0.28% | 0.67% | - |
| XYZ | 25.76 | 22.95 | 41.6 | - |
| YUV | 134.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 171 | 0.16 | 0.28 | 0 | 0.33 | 265 | 0.22 | 0.58 |
| Hex | 8F | 7B | AB | 10 | 1C | 0 | 21 | 109 | 16 | 3A |
| Octal | 217 | 173 | 253 | 20 | 34 | 0 | 41 | 411 | 26 | 72 |
| Binary | 10001111 | 1111011 | 10101011 | 10000 | 11100 | 0 | 100001 | 100001001 | 10110 | 111010 |
Color Harmonies of #8F7BAB
Complementary color
Monochromatic Colors of #8F7BAB
Black with #8F7BAB
Text Example
Text Example
White with #8F7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BAB; }
p { color: rgb(143,123,171); }
H1.HeaderClassName
{
color: #8F7BAB;
}
.AnyTagClassName
{
color: #8F7BAB;
}
</style>
background-color css
<style>
a { background-color: #8F7BAB; }
a { background-color: rgb(143,123,171); }
div.DivClassName
{
background-color: #8F7BAB;
}
.BgClassName
{
background-color: #8F7BAB;
}
</style>
border-color css
<style>
span { border-color: #8F7BAB; }
span { border-color: rgb(143,123,171); }
td.TdClassName
{
border-color: #8F7BAB;
}
.TagClassName
{
border-color: #8F7BAB;
}
</style>