Html Css Color HEX #9884AC Purple Mountain's Majesty
📋 copy color: '#9884AC'red 152 ◦ green 132 ◦ blue 172
Shades of Purple Mountain's Majesty #9884AC
Tints of Purple Mountain's Majesty #9884AC
RGB
CMYK
RGB Variations
Color information
#9884AC (or 0x9884AC) is known color: Purple Mountain's Majesty. HEX triplet: 98, 84 and AC. RGB value is (152,132,172). Sum of RGB (Red+Green+Blue) = 152+132+172=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #9884AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9884AC is #677B53. Grayscale: #8E8E8E. Windows color (decimal): -6781780 or 11306136. OLE color: 11306136.
HSL color Cylindrical-coordinate representation of color #9884AC: hue angle of 270º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9884AC is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 132 | 172 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.33 |
| HSL | 270º | 0.19% | 0.6% | - |
| HSV(B) | 270º | 0.23% | 0.67% | - |
| XYZ | 28.65 | 26.16 | 42.57 | - |
| YUV | 142.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 172 | 0.12 | 0.23 | 0 | 0.33 | 270 | 0.19 | 0.6 |
| Hex | 98 | 84 | AC | C | 17 | 0 | 21 | 10E | 13 | 3C |
| Octal | 230 | 204 | 254 | 14 | 27 | 0 | 41 | 416 | 23 | 74 |
| Binary | 10011000 | 10000100 | 10101100 | 1100 | 10111 | 0 | 100001 | 100001110 | 10011 | 111100 |
Color Harmonies of #9884AC
Complementary color
Monochromatic Colors of #9884AC
Black with #9884AC
Text Example
Text Example
White with #9884AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9884AC; }
p { color: rgb(152,132,172); }
H1.HeaderClassName
{
color: #9884AC;
}
.AnyTagClassName
{
color: #9884AC;
}
</style>
background-color css
<style>
a { background-color: #9884AC; }
a { background-color: rgb(152,132,172); }
div.DivClassName
{
background-color: #9884AC;
}
.BgClassName
{
background-color: #9884AC;
}
</style>
border-color css
<style>
span { border-color: #9884AC; }
span { border-color: rgb(152,132,172); }
td.TdClassName
{
border-color: #9884AC;
}
.TagClassName
{
border-color: #9884AC;
}
</style>