Html Css Color HEX #8C73AC Purple Mountain's Majesty
📋 copy color: '#8C73AC'red 140 ◦ green 115 ◦ blue 172
Shades of Purple Mountain's Majesty #8C73AC
Tints of Purple Mountain's Majesty #8C73AC
RGB
CMYK
RGB Variations
Color information
#8C73AC (or 0x8C73AC) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 73 and AC. RGB value is (140,115,172). Sum of RGB (Red+Green+Blue) = 140+115+172=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C73AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C73AC is #738C53. Grayscale: #808080. Windows color (decimal): -7572564 or 11301772. OLE color: 11301772.
HSL color Cylindrical-coordinate representation of color #8C73AC: hue angle of 266.32º degrees, saturation: 0.26, 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 #8C73AC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 115 | 172 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.33 |
| HSL | 266.32º | 0.26% | 0.56% | - |
| HSV(B) | 266.32º | 0.33% | 0.67% | - |
| XYZ | 24.39 | 20.82 | 41.76 | - |
| YUV | 128.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 172 | 0.19 | 0.33 | 0 | 0.33 | 266.32 | 0.26 | 0.56 |
| Hex | 8C | 73 | AC | 13 | 21 | 0 | 21 | 10A | 1A | 38 |
| Octal | 214 | 163 | 254 | 23 | 41 | 0 | 41 | 412 | 32 | 70 |
| Binary | 10001100 | 1110011 | 10101100 | 10011 | 100001 | 0 | 100001 | 100001010 | 11010 | 111000 |
Color Harmonies of #8C73AC
Complementary color
Monochromatic Colors of #8C73AC
Black with #8C73AC
Text Example
Text Example
White with #8C73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C73AC; }
p { color: rgb(140,115,172); }
H1.HeaderClassName
{
color: #8C73AC;
}
.AnyTagClassName
{
color: #8C73AC;
}
</style>
background-color css
<style>
a { background-color: #8C73AC; }
a { background-color: rgb(140,115,172); }
div.DivClassName
{
background-color: #8C73AC;
}
.BgClassName
{
background-color: #8C73AC;
}
</style>
border-color css
<style>
span { border-color: #8C73AC; }
span { border-color: rgb(140,115,172); }
td.TdClassName
{
border-color: #8C73AC;
}
.TagClassName
{
border-color: #8C73AC;
}
</style>