Html Css Color HEX #9385AD Purple Mountain's Majesty
📋 copy color: '#9385AD'red 147 ◦ green 133 ◦ blue 173
Shades of Purple Mountain's Majesty #9385AD
Tints of Purple Mountain's Majesty #9385AD
RGB
CMYK
RGB Variations
Color information
#9385AD (or 0x9385AD) is known color: Purple Mountain's Majesty. HEX triplet: 93, 85 and AD. RGB value is (147,133,173). Sum of RGB (Red+Green+Blue) = 147+133+173=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #9385AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9385AD is #6C7A52. Grayscale: #8D8D8D. Windows color (decimal): -7109203 or 11371923. OLE color: 11371923.
HSL color Cylindrical-coordinate representation of color #9385AD: hue angle of 261º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9385AD is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 133 | 173 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.32 |
| HSL | 261º | 0.2% | 0.6% | - |
| HSV(B) | 261º | 0.23% | 0.68% | - |
| XYZ | 27.96 | 26 | 43.08 | - |
| YUV | 141.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 173 | 0.15 | 0.23 | 0 | 0.32 | 261 | 0.2 | 0.6 |
| Hex | 93 | 85 | AD | F | 17 | 0 | 20 | 105 | 14 | 3C |
| Octal | 223 | 205 | 255 | 17 | 27 | 0 | 40 | 405 | 24 | 74 |
| Binary | 10010011 | 10000101 | 10101101 | 1111 | 10111 | 0 | 100000 | 100000101 | 10100 | 111100 |
Color Harmonies of #9385AD
Complementary color
Monochromatic Colors of #9385AD
Black with #9385AD
Text Example
Text Example
White with #9385AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9385AD; }
p { color: rgb(147,133,173); }
H1.HeaderClassName
{
color: #9385AD;
}
.AnyTagClassName
{
color: #9385AD;
}
</style>
background-color css
<style>
a { background-color: #9385AD; }
a { background-color: rgb(147,133,173); }
div.DivClassName
{
background-color: #9385AD;
}
.BgClassName
{
background-color: #9385AD;
}
</style>
border-color css
<style>
span { border-color: #9385AD; }
span { border-color: rgb(147,133,173); }
td.TdClassName
{
border-color: #9385AD;
}
.TagClassName
{
border-color: #9385AD;
}
</style>