Html Css Color HEX #9486AC Purple Mountain's Majesty
📋 copy color: '#9486AC'red 148 ◦ green 134 ◦ blue 172
Shades of Purple Mountain's Majesty #9486AC
Tints of Purple Mountain's Majesty #9486AC
RGB
CMYK
RGB Variations
Color information
#9486AC (or 0x9486AC) is known color: Purple Mountain's Majesty. HEX triplet: 94, 86 and AC. RGB value is (148,134,172). Sum of RGB (Red+Green+Blue) = 148+134+172=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #9486AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9486AC is #6B7953. Grayscale: #8E8E8E. Windows color (decimal): -7043412 or 11306644. OLE color: 11306644.
HSL color Cylindrical-coordinate representation of color #9486AC: hue angle of 262.11º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9486AC is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 134 | 172 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.33 |
| HSL | 262.11º | 0.19% | 0.6% | - |
| HSV(B) | 262.11º | 0.22% | 0.67% | - |
| XYZ | 28.18 | 26.32 | 42.63 | - |
| YUV | 142.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 172 | 0.14 | 0.22 | 0 | 0.33 | 262.11 | 0.19 | 0.6 |
| Hex | 94 | 86 | AC | E | 16 | 0 | 21 | 106 | 13 | 3C |
| Octal | 224 | 206 | 254 | 16 | 26 | 0 | 41 | 406 | 23 | 74 |
| Binary | 10010100 | 10000110 | 10101100 | 1110 | 10110 | 0 | 100001 | 100000110 | 10011 | 111100 |
Color Harmonies of #9486AC
Complementary color
Monochromatic Colors of #9486AC
Black with #9486AC
Text Example
Text Example
White with #9486AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9486AC; }
p { color: rgb(148,134,172); }
H1.HeaderClassName
{
color: #9486AC;
}
.AnyTagClassName
{
color: #9486AC;
}
</style>
background-color css
<style>
a { background-color: #9486AC; }
a { background-color: rgb(148,134,172); }
div.DivClassName
{
background-color: #9486AC;
}
.BgClassName
{
background-color: #9486AC;
}
</style>
border-color css
<style>
span { border-color: #9486AC; }
span { border-color: rgb(148,134,172); }
td.TdClassName
{
border-color: #9486AC;
}
.TagClassName
{
border-color: #9486AC;
}
</style>