Html Css Color HEX #9178AD Purple Mountain's Majesty
📋 copy color: '#9178AD'red 145 ◦ green 120 ◦ blue 173
Shades of Purple Mountain's Majesty #9178AD
Tints of Purple Mountain's Majesty #9178AD
RGB
CMYK
RGB Variations
Color information
#9178AD (or 0x9178AD) is known color: Purple Mountain's Majesty. HEX triplet: 91, 78 and AD. RGB value is (145,120,173). Sum of RGB (Red+Green+Blue) = 145+120+173=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #9178AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9178AD is #6E8752. Grayscale: #858585. Windows color (decimal): -7243603 or 11368593. OLE color: 11368593.
HSL color Cylindrical-coordinate representation of color #9178AD: hue angle of 268.3º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9178AD is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 120 | 173 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.32 |
| HSL | 268.3º | 0.24% | 0.57% | - |
| HSV(B) | 268.3º | 0.31% | 0.68% | - |
| XYZ | 25.94 | 22.47 | 42.51 | - |
| YUV | 133.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 173 | 0.16 | 0.31 | 0 | 0.32 | 268.3 | 0.24 | 0.57 |
| Hex | 91 | 78 | AD | 10 | 1F | 0 | 20 | 10C | 18 | 39 |
| Octal | 221 | 170 | 255 | 20 | 37 | 0 | 40 | 414 | 30 | 71 |
| Binary | 10010001 | 1111000 | 10101101 | 10000 | 11111 | 0 | 100000 | 100001100 | 11000 | 111001 |
Color Harmonies of #9178AD
Complementary color
Monochromatic Colors of #9178AD
Black with #9178AD
Text Example
Text Example
White with #9178AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9178AD; }
p { color: rgb(145,120,173); }
H1.HeaderClassName
{
color: #9178AD;
}
.AnyTagClassName
{
color: #9178AD;
}
</style>
background-color css
<style>
a { background-color: #9178AD; }
a { background-color: rgb(145,120,173); }
div.DivClassName
{
background-color: #9178AD;
}
.BgClassName
{
background-color: #9178AD;
}
</style>
border-color css
<style>
span { border-color: #9178AD; }
span { border-color: rgb(145,120,173); }
td.TdClassName
{
border-color: #9178AD;
}
.TagClassName
{
border-color: #9178AD;
}
</style>