Html Css Color HEX #9182A4 Purple Mountain's Majesty
📋 copy color: '#9182A4'red 145 ◦ green 130 ◦ blue 164
Shades of Purple Mountain's Majesty #9182A4
Tints of Purple Mountain's Majesty #9182A4
RGB
CMYK
RGB Variations
Color information
#9182A4 (or 0x9182A4) is known color: Purple Mountain's Majesty. HEX triplet: 91, 82 and A4. RGB value is (145,130,164). Sum of RGB (Red+Green+Blue) = 145+130+164=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 164 - color contains mainly: blue. Hex color #9182A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9182A4 is #6E7D5B. Grayscale: #8A8A8A. Windows color (decimal): -7241052 or 10781329. OLE color: 10781329.
HSL color Cylindrical-coordinate representation of color #9182A4: hue angle of 266.47º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9182A4 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 130 | 164 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.36 |
| HSL | 266.47º | 0.16% | 0.58% | - |
| HSV(B) | 266.47º | 0.21% | 0.64% | - |
| XYZ | 26.36 | 24.67 | 38.49 | - |
| YUV | 138.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 164 | 0.12 | 0.21 | 0 | 0.36 | 266.47 | 0.16 | 0.58 |
| Hex | 91 | 82 | A4 | C | 15 | 0 | 24 | 10A | 10 | 3A |
| Octal | 221 | 202 | 244 | 14 | 25 | 0 | 44 | 412 | 20 | 72 |
| Binary | 10010001 | 10000010 | 10100100 | 1100 | 10101 | 0 | 100100 | 100001010 | 10000 | 111010 |
Color Harmonies of #9182A4
Complementary color
Monochromatic Colors of #9182A4
Black with #9182A4
Text Example
Text Example
White with #9182A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9182A4; }
p { color: rgb(145,130,164); }
H1.HeaderClassName
{
color: #9182A4;
}
.AnyTagClassName
{
color: #9182A4;
}
</style>
background-color css
<style>
a { background-color: #9182A4; }
a { background-color: rgb(145,130,164); }
div.DivClassName
{
background-color: #9182A4;
}
.BgClassName
{
background-color: #9182A4;
}
</style>
border-color css
<style>
span { border-color: #9182A4; }
span { border-color: rgb(145,130,164); }
td.TdClassName
{
border-color: #9182A4;
}
.TagClassName
{
border-color: #9182A4;
}
</style>