Html Css Color HEX #8C76AD Purple Mountain's Majesty
📋 copy color: '#8C76AD'red 140 ◦ green 118 ◦ blue 173
Shades of Purple Mountain's Majesty #8C76AD
Tints of Purple Mountain's Majesty #8C76AD
RGB
CMYK
RGB Variations
Color information
#8C76AD (or 0x8C76AD) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 76 and AD. RGB value is (140,118,173). Sum of RGB (Red+Green+Blue) = 140+118+173=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C76AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C76AD is #738952. Grayscale: #828282. Windows color (decimal): -7571795 or 11368076. OLE color: 11368076.
HSL color Cylindrical-coordinate representation of color #8C76AD: hue angle of 264º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C76AD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 118 | 173 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.32 |
| HSL | 264º | 0.25% | 0.57% | - |
| HSV(B) | 264º | 0.32% | 0.68% | - |
| XYZ | 24.84 | 21.55 | 42.39 | - |
| YUV | 130.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 173 | 0.19 | 0.32 | 0 | 0.32 | 264 | 0.25 | 0.57 |
| Hex | 8C | 76 | AD | 13 | 20 | 0 | 20 | 108 | 19 | 39 |
| Octal | 214 | 166 | 255 | 23 | 40 | 0 | 40 | 410 | 31 | 71 |
| Binary | 10001100 | 1110110 | 10101101 | 10011 | 100000 | 0 | 100000 | 100001000 | 11001 | 111001 |
Color Harmonies of #8C76AD
Complementary color
Monochromatic Colors of #8C76AD
Black with #8C76AD
Text Example
Text Example
White with #8C76AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C76AD; }
p { color: rgb(140,118,173); }
H1.HeaderClassName
{
color: #8C76AD;
}
.AnyTagClassName
{
color: #8C76AD;
}
</style>
background-color css
<style>
a { background-color: #8C76AD; }
a { background-color: rgb(140,118,173); }
div.DivClassName
{
background-color: #8C76AD;
}
.BgClassName
{
background-color: #8C76AD;
}
</style>
border-color css
<style>
span { border-color: #8C76AD; }
span { border-color: rgb(140,118,173); }
td.TdClassName
{
border-color: #8C76AD;
}
.TagClassName
{
border-color: #8C76AD;
}
</style>