Html Css Color HEX #9485AC Purple Mountain's Majesty
📋 copy color: '#9485AC'red 148 ◦ green 133 ◦ blue 172
Shades of Purple Mountain's Majesty #9485AC
Tints of Purple Mountain's Majesty #9485AC
RGB
CMYK
RGB Variations
Color information
#9485AC (or 0x9485AC) is known color: Purple Mountain's Majesty. HEX triplet: 94, 85 and AC. RGB value is (148,133,172). Sum of RGB (Red+Green+Blue) = 148+133+172=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #9485AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9485AC is #6B7A53. Grayscale: #8D8D8D. Windows color (decimal): -7043668 or 11306388. OLE color: 11306388.
HSL color Cylindrical-coordinate representation of color #9485AC: hue angle of 263.08º 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 #9485AC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 133 | 172 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.33 |
| HSL | 263.08º | 0.19% | 0.6% | - |
| HSV(B) | 263.08º | 0.23% | 0.67% | - |
| XYZ | 28.05 | 26.05 | 42.58 | - |
| YUV | 141.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 172 | 0.14 | 0.23 | 0 | 0.33 | 263.08 | 0.19 | 0.6 |
| Hex | 94 | 85 | AC | E | 17 | 0 | 21 | 107 | 13 | 3C |
| Octal | 224 | 205 | 254 | 16 | 27 | 0 | 41 | 407 | 23 | 74 |
| Binary | 10010100 | 10000101 | 10101100 | 1110 | 10111 | 0 | 100001 | 100000111 | 10011 | 111100 |
Color Harmonies of #9485AC
Complementary color
Monochromatic Colors of #9485AC
Black with #9485AC
Text Example
Text Example
White with #9485AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9485AC; }
p { color: rgb(148,133,172); }
H1.HeaderClassName
{
color: #9485AC;
}
.AnyTagClassName
{
color: #9485AC;
}
</style>
background-color css
<style>
a { background-color: #9485AC; }
a { background-color: rgb(148,133,172); }
div.DivClassName
{
background-color: #9485AC;
}
.BgClassName
{
background-color: #9485AC;
}
</style>
border-color css
<style>
span { border-color: #9485AC; }
span { border-color: rgb(148,133,172); }
td.TdClassName
{
border-color: #9485AC;
}
.TagClassName
{
border-color: #9485AC;
}
</style>