Html Css Color HEX #9175B2 Purple Mountain's Majesty
📋 copy color: '#9175B2'red 145 ◦ green 117 ◦ blue 178
Shades of Purple Mountain's Majesty #9175B2
Tints of Purple Mountain's Majesty #9175B2
RGB
CMYK
RGB Variations
Color information
#9175B2 (or 0x9175B2) is known color: Purple Mountain's Majesty. HEX triplet: 91, 75 and B2. RGB value is (145,117,178). Sum of RGB (Red+Green+Blue) = 145+117+178=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #9175B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9175B2 is #6E8A4D. Grayscale: #848484. Windows color (decimal): -7244366 or 11695505. OLE color: 11695505.
HSL color Cylindrical-coordinate representation of color #9175B2: hue angle of 267.54º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9175B2 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 117 | 178 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.30 |
| HSL | 267.54º | 0.28% | 0.58% | - |
| HSV(B) | 267.54º | 0.34% | 0.7% | - |
| XYZ | 26.07 | 21.96 | 44.98 | - |
| YUV | 132.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 178 | 0.19 | 0.34 | 0 | 0.30 | 267.54 | 0.28 | 0.58 |
| Hex | 91 | 75 | B2 | 13 | 22 | 0 | 1E | 10C | 1C | 3A |
| Octal | 221 | 165 | 262 | 23 | 42 | 0 | 36 | 414 | 34 | 72 |
| Binary | 10010001 | 1110101 | 10110010 | 10011 | 100010 | 0 | 11110 | 100001100 | 11100 | 111010 |
Color Harmonies of #9175B2
Complementary color
Monochromatic Colors of #9175B2
Black with #9175B2
Text Example
Text Example
White with #9175B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9175B2; }
p { color: rgb(145,117,178); }
H1.HeaderClassName
{
color: #9175B2;
}
.AnyTagClassName
{
color: #9175B2;
}
</style>
background-color css
<style>
a { background-color: #9175B2; }
a { background-color: rgb(145,117,178); }
div.DivClassName
{
background-color: #9175B2;
}
.BgClassName
{
background-color: #9175B2;
}
</style>
border-color css
<style>
span { border-color: #9175B2; }
span { border-color: rgb(145,117,178); }
td.TdClassName
{
border-color: #9175B2;
}
.TagClassName
{
border-color: #9175B2;
}
</style>