Html Css Color HEX #9178AB Purple Mountain's Majesty
📋 copy color: '#9178AB'red 145 ◦ green 120 ◦ blue 171
Shades of Purple Mountain's Majesty #9178AB
Tints of Purple Mountain's Majesty #9178AB
RGB
CMYK
RGB Variations
Color information
#9178AB (or 0x9178AB) is known color: Purple Mountain's Majesty. HEX triplet: 91, 78 and AB. RGB value is (145,120,171). Sum of RGB (Red+Green+Blue) = 145+120+171=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #9178AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9178AB is #6E8754. Grayscale: #858585. Windows color (decimal): -7243605 or 11237521. OLE color: 11237521.
HSL color Cylindrical-coordinate representation of color #9178AB: hue angle of 269.41º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9178AB is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 120 | 171 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.33 |
| HSL | 269.41º | 0.23% | 0.57% | - |
| HSV(B) | 269.41º | 0.3% | 0.67% | - |
| XYZ | 25.74 | 22.39 | 41.49 | - |
| YUV | 133.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 171 | 0.15 | 0.30 | 0 | 0.33 | 269.41 | 0.23 | 0.57 |
| Hex | 91 | 78 | AB | F | 1E | 0 | 21 | 10D | 17 | 39 |
| Octal | 221 | 170 | 253 | 17 | 36 | 0 | 41 | 415 | 27 | 71 |
| Binary | 10010001 | 1111000 | 10101011 | 1111 | 11110 | 0 | 100001 | 100001101 | 10111 | 111001 |
Color Harmonies of #9178AB
Complementary color
Monochromatic Colors of #9178AB
Black with #9178AB
Text Example
Text Example
White with #9178AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9178AB; }
p { color: rgb(145,120,171); }
H1.HeaderClassName
{
color: #9178AB;
}
.AnyTagClassName
{
color: #9178AB;
}
</style>
background-color css
<style>
a { background-color: #9178AB; }
a { background-color: rgb(145,120,171); }
div.DivClassName
{
background-color: #9178AB;
}
.BgClassName
{
background-color: #9178AB;
}
</style>
border-color css
<style>
span { border-color: #9178AB; }
span { border-color: rgb(145,120,171); }
td.TdClassName
{
border-color: #9178AB;
}
.TagClassName
{
border-color: #9178AB;
}
</style>