Html Css Color HEX #8D7AAF Purple Mountain's Majesty
📋 copy color: '#8D7AAF'red 141 ◦ green 122 ◦ blue 175
Shades of Purple Mountain's Majesty #8D7AAF
Tints of Purple Mountain's Majesty #8D7AAF
RGB
CMYK
RGB Variations
Color information
#8D7AAF (or 0x8D7AAF) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 7A and AF. RGB value is (141,122,175). Sum of RGB (Red+Green+Blue) = 141+122+175=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7AAF is #728550. Grayscale: #858585. Windows color (decimal): -7505233 or 11500173. OLE color: 11500173.
HSL color Cylindrical-coordinate representation of color #8D7AAF: hue angle of 261.51º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D7AAF is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 122 | 175 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.31 |
| HSL | 261.51º | 0.25% | 0.58% | - |
| HSV(B) | 261.51º | 0.3% | 0.69% | - |
| XYZ | 25.68 | 22.68 | 43.58 | - |
| YUV | 133.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 175 | 0.19 | 0.30 | 0 | 0.31 | 261.51 | 0.25 | 0.58 |
| Hex | 8D | 7A | AF | 13 | 1E | 0 | 1F | 106 | 19 | 3A |
| Octal | 215 | 172 | 257 | 23 | 36 | 0 | 37 | 406 | 31 | 72 |
| Binary | 10001101 | 1111010 | 10101111 | 10011 | 11110 | 0 | 11111 | 100000110 | 11001 | 111010 |
Color Harmonies of #8D7AAF
Complementary color
Monochromatic Colors of #8D7AAF
Black with #8D7AAF
Text Example
Text Example
White with #8D7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7AAF; }
p { color: rgb(141,122,175); }
H1.HeaderClassName
{
color: #8D7AAF;
}
.AnyTagClassName
{
color: #8D7AAF;
}
</style>
background-color css
<style>
a { background-color: #8D7AAF; }
a { background-color: rgb(141,122,175); }
div.DivClassName
{
background-color: #8D7AAF;
}
.BgClassName
{
background-color: #8D7AAF;
}
</style>
border-color css
<style>
span { border-color: #8D7AAF; }
span { border-color: rgb(141,122,175); }
td.TdClassName
{
border-color: #8D7AAF;
}
.TagClassName
{
border-color: #8D7AAF;
}
</style>