Html Css Color HEX #8C73AE Purple Mountain's Majesty
📋 copy color: '#8C73AE'red 140 ◦ green 115 ◦ blue 174
Shades of Purple Mountain's Majesty #8C73AE
Tints of Purple Mountain's Majesty #8C73AE
RGB
CMYK
RGB Variations
Color information
#8C73AE (or 0x8C73AE) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 73 and AE. RGB value is (140,115,174). Sum of RGB (Red+Green+Blue) = 140+115+174=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C73AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C73AE is #738C51. Grayscale: #808080. Windows color (decimal): -7572562 or 11432844. OLE color: 11432844.
HSL color Cylindrical-coordinate representation of color #8C73AE: hue angle of 265.42º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C73AE is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 115 | 174 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.32 |
| HSL | 265.42º | 0.27% | 0.57% | - |
| HSV(B) | 265.42º | 0.34% | 0.68% | - |
| XYZ | 24.59 | 20.89 | 42.78 | - |
| YUV | 129.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 174 | 0.20 | 0.34 | 0 | 0.32 | 265.42 | 0.27 | 0.57 |
| Hex | 8C | 73 | AE | 14 | 22 | 0 | 20 | 109 | 1B | 39 |
| Octal | 214 | 163 | 256 | 24 | 42 | 0 | 40 | 411 | 33 | 71 |
| Binary | 10001100 | 1110011 | 10101110 | 10100 | 100010 | 0 | 100000 | 100001001 | 11011 | 111001 |
Color Harmonies of #8C73AE
Complementary color
Monochromatic Colors of #8C73AE
Black with #8C73AE
Text Example
Text Example
White with #8C73AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C73AE; }
p { color: rgb(140,115,174); }
H1.HeaderClassName
{
color: #8C73AE;
}
.AnyTagClassName
{
color: #8C73AE;
}
</style>
background-color css
<style>
a { background-color: #8C73AE; }
a { background-color: rgb(140,115,174); }
div.DivClassName
{
background-color: #8C73AE;
}
.BgClassName
{
background-color: #8C73AE;
}
</style>
border-color css
<style>
span { border-color: #8C73AE; }
span { border-color: rgb(140,115,174); }
td.TdClassName
{
border-color: #8C73AE;
}
.TagClassName
{
border-color: #8C73AE;
}
</style>