Html Css Color HEX #8D74AC Purple Mountain's Majesty
📋 copy color: '#8D74AC'red 141 ◦ green 116 ◦ blue 172
Shades of Purple Mountain's Majesty #8D74AC
Tints of Purple Mountain's Majesty #8D74AC
RGB
CMYK
RGB Variations
Color information
#8D74AC (or 0x8D74AC) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 74 and AC. RGB value is (141,116,172). Sum of RGB (Red+Green+Blue) = 141+116+172=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D74AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D74AC is #728B53. Grayscale: #818181. Windows color (decimal): -7506772 or 11302029. OLE color: 11302029.
HSL color Cylindrical-coordinate representation of color #8D74AC: hue angle of 266.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D74AC is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 116 | 172 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.33 |
| HSL | 266.79º | 0.25% | 0.56% | - |
| HSV(B) | 266.79º | 0.33% | 0.67% | - |
| XYZ | 24.68 | 21.13 | 41.81 | - |
| YUV | 129.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 116 | 172 | 0.18 | 0.33 | 0 | 0.33 | 266.79 | 0.25 | 0.56 |
| Hex | 8D | 74 | AC | 12 | 21 | 0 | 21 | 10B | 19 | 38 |
| Octal | 215 | 164 | 254 | 22 | 41 | 0 | 41 | 413 | 31 | 70 |
| Binary | 10001101 | 1110100 | 10101100 | 10010 | 100001 | 0 | 100001 | 100001011 | 11001 | 111000 |
Color Harmonies of #8D74AC
Complementary color
Monochromatic Colors of #8D74AC
Black with #8D74AC
Text Example
Text Example
White with #8D74AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D74AC; }
p { color: rgb(141,116,172); }
H1.HeaderClassName
{
color: #8D74AC;
}
.AnyTagClassName
{
color: #8D74AC;
}
</style>
background-color css
<style>
a { background-color: #8D74AC; }
a { background-color: rgb(141,116,172); }
div.DivClassName
{
background-color: #8D74AC;
}
.BgClassName
{
background-color: #8D74AC;
}
</style>
border-color css
<style>
span { border-color: #8D74AC; }
span { border-color: rgb(141,116,172); }
td.TdClassName
{
border-color: #8D74AC;
}
.TagClassName
{
border-color: #8D74AC;
}
</style>