Html Css Color HEX #9386A6 Purple Mountain's Majesty
📋 copy color: '#9386A6'red 147 ◦ green 134 ◦ blue 166
Shades of Purple Mountain's Majesty #9386A6
Tints of Purple Mountain's Majesty #9386A6
RGB
CMYK
RGB Variations
Color information
#9386A6 (or 0x9386A6) is known color: Purple Mountain's Majesty. HEX triplet: 93, 86 and A6. RGB value is (147,134,166). Sum of RGB (Red+Green+Blue) = 147+134+166=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 166 - color contains mainly: blue. Hex color #9386A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9386A6 is #6C7959. Grayscale: #8D8D8D. Windows color (decimal): -7108954 or 10913427. OLE color: 10913427.
HSL color Cylindrical-coordinate representation of color #9386A6: hue angle of 264.38º 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 #9386A6 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 134 | 166 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.35 |
| HSL | 264.38º | 0.15% | 0.59% | - |
| HSV(B) | 264.38º | 0.19% | 0.65% | - |
| XYZ | 27.44 | 26.01 | 39.65 | - |
| YUV | 141.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 134 | 166 | 0.11 | 0.19 | 0 | 0.35 | 264.38 | 0.15 | 0.59 |
| Hex | 93 | 86 | A6 | B | 13 | 0 | 23 | 108 | F | 3B |
| Octal | 223 | 206 | 246 | 13 | 23 | 0 | 43 | 410 | 17 | 73 |
| Binary | 10010011 | 10000110 | 10100110 | 1011 | 10011 | 0 | 100011 | 100001000 | 1111 | 111011 |
Color Harmonies of #9386A6
Complementary color
Monochromatic Colors of #9386A6
Black with #9386A6
Text Example
Text Example
White with #9386A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9386A6; }
p { color: rgb(147,134,166); }
H1.HeaderClassName
{
color: #9386A6;
}
.AnyTagClassName
{
color: #9386A6;
}
</style>
background-color css
<style>
a { background-color: #9386A6; }
a { background-color: rgb(147,134,166); }
div.DivClassName
{
background-color: #9386A6;
}
.BgClassName
{
background-color: #9386A6;
}
</style>
border-color css
<style>
span { border-color: #9386A6; }
span { border-color: rgb(147,134,166); }
td.TdClassName
{
border-color: #9386A6;
}
.TagClassName
{
border-color: #9386A6;
}
</style>