Html Css Color HEX #8F7BAD Purple Mountain's Majesty
📋 copy color: '#8F7BAD'red 143 ◦ green 123 ◦ blue 173
Shades of Purple Mountain's Majesty #8F7BAD
Tints of Purple Mountain's Majesty #8F7BAD
RGB
CMYK
RGB Variations
Color information
#8F7BAD (or 0x8F7BAD) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7B and AD. RGB value is (143,123,173). Sum of RGB (Red+Green+Blue) = 143+123+173=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7BAD is #708452. Grayscale: #868686. Windows color (decimal): -7373907 or 11369359. OLE color: 11369359.
HSL color Cylindrical-coordinate representation of color #8F7BAD: hue angle of 264º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F7BAD is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 123 | 173 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.32 |
| HSL | 264º | 0.23% | 0.58% | - |
| HSV(B) | 264º | 0.29% | 0.68% | - |
| XYZ | 25.95 | 23.02 | 42.61 | - |
| YUV | 134.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 173 | 0.17 | 0.29 | 0 | 0.32 | 264 | 0.23 | 0.58 |
| Hex | 8F | 7B | AD | 11 | 1D | 0 | 20 | 108 | 17 | 3A |
| Octal | 217 | 173 | 255 | 21 | 35 | 0 | 40 | 410 | 27 | 72 |
| Binary | 10001111 | 1111011 | 10101101 | 10001 | 11101 | 0 | 100000 | 100001000 | 10111 | 111010 |
Color Harmonies of #8F7BAD
Complementary color
Monochromatic Colors of #8F7BAD
Black with #8F7BAD
Text Example
Text Example
White with #8F7BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BAD; }
p { color: rgb(143,123,173); }
H1.HeaderClassName
{
color: #8F7BAD;
}
.AnyTagClassName
{
color: #8F7BAD;
}
</style>
background-color css
<style>
a { background-color: #8F7BAD; }
a { background-color: rgb(143,123,173); }
div.DivClassName
{
background-color: #8F7BAD;
}
.BgClassName
{
background-color: #8F7BAD;
}
</style>
border-color css
<style>
span { border-color: #8F7BAD; }
span { border-color: rgb(143,123,173); }
td.TdClassName
{
border-color: #8F7BAD;
}
.TagClassName
{
border-color: #8F7BAD;
}
</style>