Html Css Color HEX #9182AA Purple Mountain's Majesty
📋 copy color: '#9182AA'red 145 ◦ green 130 ◦ blue 170
Shades of Purple Mountain's Majesty #9182AA
Tints of Purple Mountain's Majesty #9182AA
RGB
CMYK
RGB Variations
Color information
#9182AA (or 0x9182AA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 82 and AA. RGB value is (145,130,170). Sum of RGB (Red+Green+Blue) = 145+130+170=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #9182AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9182AA is #6E7D55. Grayscale: #8A8A8A. Windows color (decimal): -7241046 or 11174545. OLE color: 11174545.
HSL color Cylindrical-coordinate representation of color #9182AA: hue angle of 262.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9182AA is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 130 | 170 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.33 |
| HSL | 262.5º | 0.19% | 0.59% | - |
| HSV(B) | 262.5º | 0.24% | 0.67% | - |
| XYZ | 26.92 | 24.89 | 41.42 | - |
| YUV | 139.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 170 | 0.15 | 0.24 | 0 | 0.33 | 262.5 | 0.19 | 0.59 |
| Hex | 91 | 82 | AA | F | 18 | 0 | 21 | 106 | 13 | 3B |
| Octal | 221 | 202 | 252 | 17 | 30 | 0 | 41 | 406 | 23 | 73 |
| Binary | 10010001 | 10000010 | 10101010 | 1111 | 11000 | 0 | 100001 | 100000110 | 10011 | 111011 |
Color Harmonies of #9182AA
Complementary color
Monochromatic Colors of #9182AA
Black with #9182AA
Text Example
Text Example
White with #9182AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9182AA; }
p { color: rgb(145,130,170); }
H1.HeaderClassName
{
color: #9182AA;
}
.AnyTagClassName
{
color: #9182AA;
}
</style>
background-color css
<style>
a { background-color: #9182AA; }
a { background-color: rgb(145,130,170); }
div.DivClassName
{
background-color: #9182AA;
}
.BgClassName
{
background-color: #9182AA;
}
</style>
border-color css
<style>
span { border-color: #9182AA; }
span { border-color: rgb(145,130,170); }
td.TdClassName
{
border-color: #9182AA;
}
.TagClassName
{
border-color: #9182AA;
}
</style>