Html Css Color HEX #9181A5 Purple Mountain's Majesty
📋 copy color: '#9181A5'red 145 ◦ green 129 ◦ blue 165
Shades of Purple Mountain's Majesty #9181A5
Tints of Purple Mountain's Majesty #9181A5
RGB
CMYK
RGB Variations
Color information
#9181A5 (or 0x9181A5) is known color: Purple Mountain's Majesty. HEX triplet: 91, 81 and A5. RGB value is (145,129,165). Sum of RGB (Red+Green+Blue) = 145+129+165=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 165 - color contains mainly: blue. Hex color #9181A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9181A5 is #6E7E5A. Grayscale: #898989. Windows color (decimal): -7241307 or 10846609. OLE color: 10846609.
HSL color Cylindrical-coordinate representation of color #9181A5: hue angle of 266.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9181A5 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 129 | 165 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.35 |
| HSL | 266.67º | 0.17% | 0.58% | - |
| HSV(B) | 266.67º | 0.22% | 0.65% | - |
| XYZ | 26.32 | 24.44 | 38.93 | - |
| YUV | 137.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 165 | 0.12 | 0.22 | 0 | 0.35 | 266.67 | 0.17 | 0.58 |
| Hex | 91 | 81 | A5 | C | 16 | 0 | 23 | 10B | 11 | 3A |
| Octal | 221 | 201 | 245 | 14 | 26 | 0 | 43 | 413 | 21 | 72 |
| Binary | 10010001 | 10000001 | 10100101 | 1100 | 10110 | 0 | 100011 | 100001011 | 10001 | 111010 |
Color Harmonies of #9181A5
Complementary color
Monochromatic Colors of #9181A5
Black with #9181A5
Text Example
Text Example
White with #9181A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9181A5; }
p { color: rgb(145,129,165); }
H1.HeaderClassName
{
color: #9181A5;
}
.AnyTagClassName
{
color: #9181A5;
}
</style>
background-color css
<style>
a { background-color: #9181A5; }
a { background-color: rgb(145,129,165); }
div.DivClassName
{
background-color: #9181A5;
}
.BgClassName
{
background-color: #9181A5;
}
</style>
border-color css
<style>
span { border-color: #9181A5; }
span { border-color: rgb(145,129,165); }
td.TdClassName
{
border-color: #9181A5;
}
.TagClassName
{
border-color: #9181A5;
}
</style>