Html Css Color HEX #9885AC Purple Mountain's Majesty
📋 copy color: '#9885AC'red 152 ◦ green 133 ◦ blue 172
Shades of Purple Mountain's Majesty #9885AC
Tints of Purple Mountain's Majesty #9885AC
RGB
CMYK
RGB Variations
Color information
#9885AC (or 0x9885AC) is known color: Purple Mountain's Majesty. HEX triplet: 98, 85 and AC. RGB value is (152,133,172). Sum of RGB (Red+Green+Blue) = 152+133+172=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #9885AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9885AC is #677A53. Grayscale: #8E8E8E. Windows color (decimal): -6781524 or 11306392. OLE color: 11306392.
HSL color Cylindrical-coordinate representation of color #9885AC: hue angle of 269.23º 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 #9885AC is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 133 | 172 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.33 |
| HSL | 269.23º | 0.19% | 0.6% | - |
| HSV(B) | 269.23º | 0.23% | 0.67% | - |
| XYZ | 28.78 | 26.43 | 42.61 | - |
| YUV | 143.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 172 | 0.12 | 0.23 | 0 | 0.33 | 269.23 | 0.19 | 0.6 |
| Hex | 98 | 85 | AC | C | 17 | 0 | 21 | 10D | 13 | 3C |
| Octal | 230 | 205 | 254 | 14 | 27 | 0 | 41 | 415 | 23 | 74 |
| Binary | 10011000 | 10000101 | 10101100 | 1100 | 10111 | 0 | 100001 | 100001101 | 10011 | 111100 |
Color Harmonies of #9885AC
Complementary color
Monochromatic Colors of #9885AC
Black with #9885AC
Text Example
Text Example
White with #9885AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885AC; }
p { color: rgb(152,133,172); }
H1.HeaderClassName
{
color: #9885AC;
}
.AnyTagClassName
{
color: #9885AC;
}
</style>
background-color css
<style>
a { background-color: #9885AC; }
a { background-color: rgb(152,133,172); }
div.DivClassName
{
background-color: #9885AC;
}
.BgClassName
{
background-color: #9885AC;
}
</style>
border-color css
<style>
span { border-color: #9885AC; }
span { border-color: rgb(152,133,172); }
td.TdClassName
{
border-color: #9885AC;
}
.TagClassName
{
border-color: #9885AC;
}
</style>