Html Css Color HEX #9184A7 Purple Mountain's Majesty
📋 copy color: '#9184A7'red 145 ◦ green 132 ◦ blue 167
Shades of Purple Mountain's Majesty #9184A7
Tints of Purple Mountain's Majesty #9184A7
RGB
CMYK
RGB Variations
Color information
#9184A7 (or 0x9184A7) is known color: Purple Mountain's Majesty. HEX triplet: 91, 84 and A7. RGB value is (145,132,167). Sum of RGB (Red+Green+Blue) = 145+132+167=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 167 - color contains mainly: blue. Hex color #9184A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9184A7 is #6E7B58. Grayscale: #8B8B8B. Windows color (decimal): -7240537 or 10978449. OLE color: 10978449.
HSL color Cylindrical-coordinate representation of color #9184A7: hue angle of 262.29º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9184A7 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 132 | 167 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.35 |
| HSL | 262.29º | 0.17% | 0.59% | - |
| HSV(B) | 262.29º | 0.21% | 0.65% | - |
| XYZ | 26.9 | 25.31 | 40.03 | - |
| YUV | 139.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 167 | 0.13 | 0.21 | 0 | 0.35 | 262.29 | 0.17 | 0.59 |
| Hex | 91 | 84 | A7 | D | 15 | 0 | 23 | 106 | 11 | 3B |
| Octal | 221 | 204 | 247 | 15 | 25 | 0 | 43 | 406 | 21 | 73 |
| Binary | 10010001 | 10000100 | 10100111 | 1101 | 10101 | 0 | 100011 | 100000110 | 10001 | 111011 |
Color Harmonies of #9184A7
Complementary color
Monochromatic Colors of #9184A7
Black with #9184A7
Text Example
Text Example
White with #9184A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9184A7; }
p { color: rgb(145,132,167); }
H1.HeaderClassName
{
color: #9184A7;
}
.AnyTagClassName
{
color: #9184A7;
}
</style>
background-color css
<style>
a { background-color: #9184A7; }
a { background-color: rgb(145,132,167); }
div.DivClassName
{
background-color: #9184A7;
}
.BgClassName
{
background-color: #9184A7;
}
</style>
border-color css
<style>
span { border-color: #9184A7; }
span { border-color: rgb(145,132,167); }
td.TdClassName
{
border-color: #9184A7;
}
.TagClassName
{
border-color: #9184A7;
}
</style>