Html Css Color HEX #8D7BAE Purple Mountain's Majesty
📋 copy color: '#8D7BAE'red 141 ◦ green 123 ◦ blue 174
Shades of Purple Mountain's Majesty #8D7BAE
Tints of Purple Mountain's Majesty #8D7BAE
RGB
CMYK
RGB Variations
Color information
#8D7BAE (or 0x8D7BAE) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 7B and AE. RGB value is (141,123,174). Sum of RGB (Red+Green+Blue) = 141+123+174=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7BAE is #728451. Grayscale: #868686. Windows color (decimal): -7504978 or 11434893. OLE color: 11434893.
HSL color Cylindrical-coordinate representation of color #8D7BAE: hue angle of 261.18º degrees, saturation: 0.24, 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 #8D7BAE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 123 | 174 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.32 |
| HSL | 261.18º | 0.24% | 0.58% | - |
| HSV(B) | 261.18º | 0.29% | 0.68% | - |
| XYZ | 25.71 | 22.88 | 43.11 | - |
| YUV | 134.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 174 | 0.19 | 0.29 | 0 | 0.32 | 261.18 | 0.24 | 0.58 |
| Hex | 8D | 7B | AE | 13 | 1D | 0 | 20 | 105 | 18 | 3A |
| Octal | 215 | 173 | 256 | 23 | 35 | 0 | 40 | 405 | 30 | 72 |
| Binary | 10001101 | 1111011 | 10101110 | 10011 | 11101 | 0 | 100000 | 100000101 | 11000 | 111010 |
Color Harmonies of #8D7BAE
Complementary color
Monochromatic Colors of #8D7BAE
Black with #8D7BAE
Text Example
Text Example
White with #8D7BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7BAE; }
p { color: rgb(141,123,174); }
H1.HeaderClassName
{
color: #8D7BAE;
}
.AnyTagClassName
{
color: #8D7BAE;
}
</style>
background-color css
<style>
a { background-color: #8D7BAE; }
a { background-color: rgb(141,123,174); }
div.DivClassName
{
background-color: #8D7BAE;
}
.BgClassName
{
background-color: #8D7BAE;
}
</style>
border-color css
<style>
span { border-color: #8D7BAE; }
span { border-color: rgb(141,123,174); }
td.TdClassName
{
border-color: #8D7BAE;
}
.TagClassName
{
border-color: #8D7BAE;
}
</style>