Html Css Color HEX #9175BA Purple Mountain's Majesty
📋 copy color: '#9175BA'red 145 ◦ green 117 ◦ blue 186
Shades of Purple Mountain's Majesty #9175BA
Tints of Purple Mountain's Majesty #9175BA
RGB
CMYK
RGB Variations
Color information
#9175BA (or 0x9175BA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 75 and BA. RGB value is (145,117,186). Sum of RGB (Red+Green+Blue) = 145+117+186=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #9175BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175BA is #6E8A45. Grayscale: #848484. Windows color (decimal): -7244358 or 12219793. OLE color: 12219793.
HSL color Cylindrical-coordinate representation of color #9175BA: hue angle of 264.35º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9175BA is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 117 | 186 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.27 |
| HSL | 264.35º | 0.33% | 0.59% | - |
| HSV(B) | 264.35º | 0.37% | 0.73% | - |
| XYZ | 26.9 | 22.29 | 49.34 | - |
| YUV | 133.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 186 | 0.22 | 0.37 | 0 | 0.27 | 264.35 | 0.33 | 0.59 |
| Hex | 91 | 75 | BA | 16 | 25 | 0 | 1B | 108 | 21 | 3B |
| Octal | 221 | 165 | 272 | 26 | 45 | 0 | 33 | 410 | 41 | 73 |
| Binary | 10010001 | 1110101 | 10111010 | 10110 | 100101 | 0 | 11011 | 100001000 | 100001 | 111011 |
Color Harmonies of #9175BA
Complementary color
Monochromatic Colors of #9175BA
Black with #9175BA
Text Example
Text Example
White with #9175BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9175BA; }
p { color: rgb(145,117,186); }
H1.HeaderClassName
{
color: #9175BA;
}
.AnyTagClassName
{
color: #9175BA;
}
</style>
background-color css
<style>
a { background-color: #9175BA; }
a { background-color: rgb(145,117,186); }
div.DivClassName
{
background-color: #9175BA;
}
.BgClassName
{
background-color: #9175BA;
}
</style>
border-color css
<style>
span { border-color: #9175BA; }
span { border-color: rgb(145,117,186); }
td.TdClassName
{
border-color: #9175BA;
}
.TagClassName
{
border-color: #9175BA;
}
</style>