Html Css Color HEX #8F7FB8 Purple Mountain's Majesty
📋 copy color: '#8F7FB8'red 143 ◦ green 127 ◦ blue 184
Shades of Purple Mountain's Majesty #8F7FB8
Tints of Purple Mountain's Majesty #8F7FB8
RGB
CMYK
RGB Variations
Color information
#8F7FB8 (or 0x8F7FB8) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7F and B8. RGB value is (143,127,184). Sum of RGB (Red+Green+Blue) = 143+127+184=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 184 - color contains mainly: blue. Hex color #8F7FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FB8 is #708047. Grayscale: #8A8A8A. Windows color (decimal): -7372872 or 12091279. OLE color: 12091279.
HSL color Cylindrical-coordinate representation of color #8F7FB8: hue angle of 256.84º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F7FB8 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 127 | 184 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.28 |
| HSL | 256.84º | 0.29% | 0.61% | - |
| HSV(B) | 256.84º | 0.31% | 0.72% | - |
| XYZ | 27.57 | 24.48 | 48.62 | - |
| YUV | 138.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 184 | 0.22 | 0.31 | 0 | 0.28 | 256.84 | 0.29 | 0.61 |
| Hex | 8F | 7F | B8 | 16 | 1F | 0 | 1C | 101 | 1D | 3D |
| Octal | 217 | 177 | 270 | 26 | 37 | 0 | 34 | 401 | 35 | 75 |
| Binary | 10001111 | 1111111 | 10111000 | 10110 | 11111 | 0 | 11100 | 100000001 | 11101 | 111101 |
Color Harmonies of #8F7FB8
Complementary color
Monochromatic Colors of #8F7FB8
Black with #8F7FB8
Text Example
Text Example
White with #8F7FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7FB8; }
p { color: rgb(143,127,184); }
H1.HeaderClassName
{
color: #8F7FB8;
}
.AnyTagClassName
{
color: #8F7FB8;
}
</style>
background-color css
<style>
a { background-color: #8F7FB8; }
a { background-color: rgb(143,127,184); }
div.DivClassName
{
background-color: #8F7FB8;
}
.BgClassName
{
background-color: #8F7FB8;
}
</style>
border-color css
<style>
span { border-color: #8F7FB8; }
span { border-color: rgb(143,127,184); }
td.TdClassName
{
border-color: #8F7FB8;
}
.TagClassName
{
border-color: #8F7FB8;
}
</style>