Html Css Color HEX #8C72AC Purple Mountain's Majesty
📋 copy color: '#8C72AC'red 140 ◦ green 114 ◦ blue 172
Shades of Purple Mountain's Majesty #8C72AC
Tints of Purple Mountain's Majesty #8C72AC
RGB
CMYK
RGB Variations
Color information
#8C72AC (or 0x8C72AC) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 72 and AC. RGB value is (140,114,172). Sum of RGB (Red+Green+Blue) = 140+114+172=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C72AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C72AC is #738D53. Grayscale: #808080. Windows color (decimal): -7572820 or 11301516. OLE color: 11301516.
HSL color Cylindrical-coordinate representation of color #8C72AC: hue angle of 266.9º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C72AC is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 114 | 172 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.33 |
| HSL | 266.9º | 0.26% | 0.56% | - |
| HSV(B) | 266.9º | 0.34% | 0.67% | - |
| XYZ | 24.28 | 20.59 | 41.72 | - |
| YUV | 128.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 172 | 0.19 | 0.34 | 0 | 0.33 | 266.9 | 0.26 | 0.56 |
| Hex | 8C | 72 | AC | 13 | 22 | 0 | 21 | 10B | 1A | 38 |
| Octal | 214 | 162 | 254 | 23 | 42 | 0 | 41 | 413 | 32 | 70 |
| Binary | 10001100 | 1110010 | 10101100 | 10011 | 100010 | 0 | 100001 | 100001011 | 11010 | 111000 |
Color Harmonies of #8C72AC
Complementary color
Monochromatic Colors of #8C72AC
Black with #8C72AC
Text Example
Text Example
White with #8C72AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C72AC; }
p { color: rgb(140,114,172); }
H1.HeaderClassName
{
color: #8C72AC;
}
.AnyTagClassName
{
color: #8C72AC;
}
</style>
background-color css
<style>
a { background-color: #8C72AC; }
a { background-color: rgb(140,114,172); }
div.DivClassName
{
background-color: #8C72AC;
}
.BgClassName
{
background-color: #8C72AC;
}
</style>
border-color css
<style>
span { border-color: #8C72AC; }
span { border-color: rgb(140,114,172); }
td.TdClassName
{
border-color: #8C72AC;
}
.TagClassName
{
border-color: #8C72AC;
}
</style>