Html Css Color HEX #9179AD Purple Mountain's Majesty
📋 copy color: '#9179AD'red 145 ◦ green 121 ◦ blue 173
Shades of Purple Mountain's Majesty #9179AD
Tints of Purple Mountain's Majesty #9179AD
RGB
CMYK
RGB Variations
Color information
#9179AD (or 0x9179AD) is known color: Purple Mountain's Majesty. HEX triplet: 91, 79 and AD. RGB value is (145,121,173). Sum of RGB (Red+Green+Blue) = 145+121+173=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #9179AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9179AD is #6E8652. Grayscale: #858585. Windows color (decimal): -7243347 or 11368849. OLE color: 11368849.
HSL color Cylindrical-coordinate representation of color #9179AD: hue angle of 267.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9179AD is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 121 | 173 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.32 |
| HSL | 267.69º | 0.24% | 0.58% | - |
| HSV(B) | 267.69º | 0.3% | 0.68% | - |
| XYZ | 26.06 | 22.71 | 42.55 | - |
| YUV | 134.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 173 | 0.16 | 0.30 | 0 | 0.32 | 267.69 | 0.24 | 0.58 |
| Hex | 91 | 79 | AD | 10 | 1E | 0 | 20 | 10C | 18 | 3A |
| Octal | 221 | 171 | 255 | 20 | 36 | 0 | 40 | 414 | 30 | 72 |
| Binary | 10010001 | 1111001 | 10101101 | 10000 | 11110 | 0 | 100000 | 100001100 | 11000 | 111010 |
Color Harmonies of #9179AD
Complementary color
Monochromatic Colors of #9179AD
Black with #9179AD
Text Example
Text Example
White with #9179AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9179AD; }
p { color: rgb(145,121,173); }
H1.HeaderClassName
{
color: #9179AD;
}
.AnyTagClassName
{
color: #9179AD;
}
</style>
background-color css
<style>
a { background-color: #9179AD; }
a { background-color: rgb(145,121,173); }
div.DivClassName
{
background-color: #9179AD;
}
.BgClassName
{
background-color: #9179AD;
}
</style>
border-color css
<style>
span { border-color: #9179AD; }
span { border-color: rgb(145,121,173); }
td.TdClassName
{
border-color: #9179AD;
}
.TagClassName
{
border-color: #9179AD;
}
</style>