Html Css Color HEX #9174BA Purple Mountain's Majesty
📋 copy color: '#9174BA'red 145 ◦ green 116 ◦ blue 186
Shades of Purple Mountain's Majesty #9174BA
Tints of Purple Mountain's Majesty #9174BA
RGB
CMYK
RGB Variations
Color information
#9174BA (or 0x9174BA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 74 and BA. RGB value is (145,116,186). Sum of RGB (Red+Green+Blue) = 145+116+186=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #9174BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9174BA is #6E8B45. Grayscale: #848484. Windows color (decimal): -7244614 or 12219537. OLE color: 12219537.
HSL color Cylindrical-coordinate representation of color #9174BA: hue angle of 264.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9174BA is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 116 | 186 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.27 |
| HSL | 264.86º | 0.34% | 0.59% | - |
| HSV(B) | 264.86º | 0.38% | 0.73% | - |
| XYZ | 26.79 | 22.06 | 49.3 | - |
| YUV | 132.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 186 | 0.22 | 0.38 | 0 | 0.27 | 264.86 | 0.34 | 0.59 |
| Hex | 91 | 74 | BA | 16 | 26 | 0 | 1B | 109 | 22 | 3B |
| Octal | 221 | 164 | 272 | 26 | 46 | 0 | 33 | 411 | 42 | 73 |
| Binary | 10010001 | 1110100 | 10111010 | 10110 | 100110 | 0 | 11011 | 100001001 | 100010 | 111011 |
Color Harmonies of #9174BA
Complementary color
Monochromatic Colors of #9174BA
Black with #9174BA
Text Example
Text Example
White with #9174BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9174BA; }
p { color: rgb(145,116,186); }
H1.HeaderClassName
{
color: #9174BA;
}
.AnyTagClassName
{
color: #9174BA;
}
</style>
background-color css
<style>
a { background-color: #9174BA; }
a { background-color: rgb(145,116,186); }
div.DivClassName
{
background-color: #9174BA;
}
.BgClassName
{
background-color: #9174BA;
}
</style>
border-color css
<style>
span { border-color: #9174BA; }
span { border-color: rgb(145,116,186); }
td.TdClassName
{
border-color: #9174BA;
}
.TagClassName
{
border-color: #9174BA;
}
</style>