Html Css Color HEX #9184AC Purple Mountain's Majesty
📋 copy color: '#9184AC'red 145 ◦ green 132 ◦ blue 172
Shades of Purple Mountain's Majesty #9184AC
Tints of Purple Mountain's Majesty #9184AC
RGB
CMYK
RGB Variations
Color information
#9184AC (or 0x9184AC) is known color: Purple Mountain's Majesty. HEX triplet: 91, 84 and AC. RGB value is (145,132,172). Sum of RGB (Red+Green+Blue) = 145+132+172=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #9184AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9184AC is #6E7B53. Grayscale: #8C8C8C. Windows color (decimal): -7240532 or 11306129. OLE color: 11306129.
HSL color Cylindrical-coordinate representation of color #9184AC: hue angle of 259.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9184AC is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 132 | 172 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.33 |
| HSL | 259.5º | 0.19% | 0.6% | - |
| HSV(B) | 259.5º | 0.23% | 0.67% | - |
| XYZ | 27.37 | 25.5 | 42.51 | - |
| YUV | 140.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 172 | 0.16 | 0.23 | 0 | 0.33 | 259.5 | 0.19 | 0.6 |
| Hex | 91 | 84 | AC | 10 | 17 | 0 | 21 | 104 | 13 | 3C |
| Octal | 221 | 204 | 254 | 20 | 27 | 0 | 41 | 404 | 23 | 74 |
| Binary | 10010001 | 10000100 | 10101100 | 10000 | 10111 | 0 | 100001 | 100000100 | 10011 | 111100 |
Color Harmonies of #9184AC
Complementary color
Monochromatic Colors of #9184AC
Black with #9184AC
Text Example
Text Example
White with #9184AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9184AC; }
p { color: rgb(145,132,172); }
H1.HeaderClassName
{
color: #9184AC;
}
.AnyTagClassName
{
color: #9184AC;
}
</style>
background-color css
<style>
a { background-color: #9184AC; }
a { background-color: rgb(145,132,172); }
div.DivClassName
{
background-color: #9184AC;
}
.BgClassName
{
background-color: #9184AC;
}
</style>
border-color css
<style>
span { border-color: #9184AC; }
span { border-color: rgb(145,132,172); }
td.TdClassName
{
border-color: #9184AC;
}
.TagClassName
{
border-color: #9184AC;
}
</style>