Html Css Color HEX #9184AA Purple Mountain's Majesty
📋 copy color: '#9184AA'red 145 ◦ green 132 ◦ blue 170
Shades of Purple Mountain's Majesty #9184AA
Tints of Purple Mountain's Majesty #9184AA
RGB
CMYK
RGB Variations
Color information
#9184AA (or 0x9184AA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 84 and AA. RGB value is (145,132,170). Sum of RGB (Red+Green+Blue) = 145+132+170=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #9184AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9184AA is #6E7B55. Grayscale: #8C8C8C. Windows color (decimal): -7240534 or 11175057. OLE color: 11175057.
HSL color Cylindrical-coordinate representation of color #9184AA: hue angle of 260.53º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9184AA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 132 | 170 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.33 |
| HSL | 260.53º | 0.18% | 0.59% | - |
| HSV(B) | 260.53º | 0.22% | 0.67% | - |
| XYZ | 27.18 | 25.42 | 41.5 | - |
| YUV | 140.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 170 | 0.15 | 0.22 | 0 | 0.33 | 260.53 | 0.18 | 0.59 |
| Hex | 91 | 84 | AA | F | 16 | 0 | 21 | 105 | 12 | 3B |
| Octal | 221 | 204 | 252 | 17 | 26 | 0 | 41 | 405 | 22 | 73 |
| Binary | 10010001 | 10000100 | 10101010 | 1111 | 10110 | 0 | 100001 | 100000101 | 10010 | 111011 |
Color Harmonies of #9184AA
Complementary color
Monochromatic Colors of #9184AA
Black with #9184AA
Text Example
Text Example
White with #9184AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9184AA; }
p { color: rgb(145,132,170); }
H1.HeaderClassName
{
color: #9184AA;
}
.AnyTagClassName
{
color: #9184AA;
}
</style>
background-color css
<style>
a { background-color: #9184AA; }
a { background-color: rgb(145,132,170); }
div.DivClassName
{
background-color: #9184AA;
}
.BgClassName
{
background-color: #9184AA;
}
</style>
border-color css
<style>
span { border-color: #9184AA; }
span { border-color: rgb(145,132,170); }
td.TdClassName
{
border-color: #9184AA;
}
.TagClassName
{
border-color: #9184AA;
}
</style>