Html Css Color HEX #9387A7 Purple Mountain's Majesty
📋 copy color: '#9387A7'red 147 ◦ green 135 ◦ blue 167
Shades of Purple Mountain's Majesty #9387A7
Tints of Purple Mountain's Majesty #9387A7
RGB
CMYK
RGB Variations
Color information
#9387A7 (or 0x9387A7) is known color: Purple Mountain's Majesty. HEX triplet: 93, 87 and A7. RGB value is (147,135,167). Sum of RGB (Red+Green+Blue) = 147+135+167=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 167 - color contains mainly: blue. Hex color #9387A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9387A7 is #6C7858. Grayscale: #8E8E8E. Windows color (decimal): -7108697 or 10979219. OLE color: 10979219.
HSL color Cylindrical-coordinate representation of color #9387A7: hue angle of 262.5º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9387A7 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 135 | 167 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.35 |
| HSL | 262.5º | 0.15% | 0.59% | - |
| HSV(B) | 262.5º | 0.19% | 0.65% | - |
| XYZ | 27.67 | 26.32 | 40.18 | - |
| YUV | 142.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 167 | 0.12 | 0.19 | 0 | 0.35 | 262.5 | 0.15 | 0.59 |
| Hex | 93 | 87 | A7 | C | 13 | 0 | 23 | 106 | F | 3B |
| Octal | 223 | 207 | 247 | 14 | 23 | 0 | 43 | 406 | 17 | 73 |
| Binary | 10010011 | 10000111 | 10100111 | 1100 | 10011 | 0 | 100011 | 100000110 | 1111 | 111011 |
Color Harmonies of #9387A7
Complementary color
Monochromatic Colors of #9387A7
Black with #9387A7
Text Example
Text Example
White with #9387A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9387A7; }
p { color: rgb(147,135,167); }
H1.HeaderClassName
{
color: #9387A7;
}
.AnyTagClassName
{
color: #9387A7;
}
</style>
background-color css
<style>
a { background-color: #9387A7; }
a { background-color: rgb(147,135,167); }
div.DivClassName
{
background-color: #9387A7;
}
.BgClassName
{
background-color: #9387A7;
}
</style>
border-color css
<style>
span { border-color: #9387A7; }
span { border-color: rgb(147,135,167); }
td.TdClassName
{
border-color: #9387A7;
}
.TagClassName
{
border-color: #9387A7;
}
</style>