Html Css Color HEX #9385AC Purple Mountain's Majesty
📋 copy color: '#9385AC'red 147 ◦ green 133 ◦ blue 172
Shades of Purple Mountain's Majesty #9385AC
Tints of Purple Mountain's Majesty #9385AC
RGB
CMYK
RGB Variations
Color information
#9385AC (or 0x9385AC) is known color: Purple Mountain's Majesty. HEX triplet: 93, 85 and AC. RGB value is (147,133,172). Sum of RGB (Red+Green+Blue) = 147+133+172=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #9385AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9385AC is #6C7A53. Grayscale: #8D8D8D. Windows color (decimal): -7109204 or 11306387. OLE color: 11306387.
HSL color Cylindrical-coordinate representation of color #9385AC: hue angle of 261.54º 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 #9385AC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 133 | 172 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.33 |
| HSL | 261.54º | 0.19% | 0.6% | - |
| HSV(B) | 261.54º | 0.23% | 0.67% | - |
| XYZ | 27.87 | 25.96 | 42.57 | - |
| YUV | 141.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 172 | 0.15 | 0.23 | 0 | 0.33 | 261.54 | 0.19 | 0.6 |
| Hex | 93 | 85 | AC | F | 17 | 0 | 21 | 106 | 13 | 3C |
| Octal | 223 | 205 | 254 | 17 | 27 | 0 | 41 | 406 | 23 | 74 |
| Binary | 10010011 | 10000101 | 10101100 | 1111 | 10111 | 0 | 100001 | 100000110 | 10011 | 111100 |
Color Harmonies of #9385AC
Complementary color
Monochromatic Colors of #9385AC
Black with #9385AC
Text Example
Text Example
White with #9385AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9385AC; }
p { color: rgb(147,133,172); }
H1.HeaderClassName
{
color: #9385AC;
}
.AnyTagClassName
{
color: #9385AC;
}
</style>
background-color css
<style>
a { background-color: #9385AC; }
a { background-color: rgb(147,133,172); }
div.DivClassName
{
background-color: #9385AC;
}
.BgClassName
{
background-color: #9385AC;
}
</style>
border-color css
<style>
span { border-color: #9385AC; }
span { border-color: rgb(147,133,172); }
td.TdClassName
{
border-color: #9385AC;
}
.TagClassName
{
border-color: #9385AC;
}
</style>