Html Css Color HEX #8D7CAF Purple Mountain's Majesty
📋 copy color: '#8D7CAF'red 141 ◦ green 124 ◦ blue 175
Shades of Purple Mountain's Majesty #8D7CAF
Tints of Purple Mountain's Majesty #8D7CAF
RGB
CMYK
RGB Variations
Color information
#8D7CAF (or 0x8D7CAF) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 7C and AF. RGB value is (141,124,175). Sum of RGB (Red+Green+Blue) = 141+124+175=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D7CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7CAF is #728350. Grayscale: #868686. Windows color (decimal): -7504721 or 11500685. OLE color: 11500685.
HSL color Cylindrical-coordinate representation of color #8D7CAF: hue angle of 260º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D7CAF is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 124 | 175 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.31 |
| HSL | 260º | 0.24% | 0.59% | - |
| HSV(B) | 260º | 0.29% | 0.69% | - |
| XYZ | 25.93 | 23.17 | 43.66 | - |
| YUV | 134.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 175 | 0.19 | 0.29 | 0 | 0.31 | 260 | 0.24 | 0.59 |
| Hex | 8D | 7C | AF | 13 | 1D | 0 | 1F | 104 | 18 | 3B |
| Octal | 215 | 174 | 257 | 23 | 35 | 0 | 37 | 404 | 30 | 73 |
| Binary | 10001101 | 1111100 | 10101111 | 10011 | 11101 | 0 | 11111 | 100000100 | 11000 | 111011 |
Color Harmonies of #8D7CAF
Complementary color
Monochromatic Colors of #8D7CAF
Black with #8D7CAF
Text Example
Text Example
White with #8D7CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7CAF; }
p { color: rgb(141,124,175); }
H1.HeaderClassName
{
color: #8D7CAF;
}
.AnyTagClassName
{
color: #8D7CAF;
}
</style>
background-color css
<style>
a { background-color: #8D7CAF; }
a { background-color: rgb(141,124,175); }
div.DivClassName
{
background-color: #8D7CAF;
}
.BgClassName
{
background-color: #8D7CAF;
}
</style>
border-color css
<style>
span { border-color: #8D7CAF; }
span { border-color: rgb(141,124,175); }
td.TdClassName
{
border-color: #8D7CAF;
}
.TagClassName
{
border-color: #8D7CAF;
}
</style>