Html Css Color HEX #9373B6 Purple Mountain's Majesty
📋 copy color: '#9373B6'red 147 ◦ green 115 ◦ blue 182
Shades of Purple Mountain's Majesty #9373B6
Tints of Purple Mountain's Majesty #9373B6
RGB
CMYK
RGB Variations
Color information
#9373B6 (or 0x9373B6) is known color: Purple Mountain's Majesty. HEX triplet: 93, 73 and B6. RGB value is (147,115,182). Sum of RGB (Red+Green+Blue) = 147+115+182=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #9373B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9373B6 is #6C8C49. Grayscale: #838383. Windows color (decimal): -7113802 or 11957139. OLE color: 11957139.
HSL color Cylindrical-coordinate representation of color #9373B6: hue angle of 268.66º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9373B6 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 115 | 182 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.29 |
| HSL | 268.66º | 0.31% | 0.58% | - |
| HSV(B) | 268.66º | 0.37% | 0.71% | - |
| XYZ | 26.61 | 21.84 | 47.07 | - |
| YUV | 132.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 182 | 0.19 | 0.37 | 0 | 0.29 | 268.66 | 0.31 | 0.58 |
| Hex | 93 | 73 | B6 | 13 | 25 | 0 | 1D | 10D | 1F | 3A |
| Octal | 223 | 163 | 266 | 23 | 45 | 0 | 35 | 415 | 37 | 72 |
| Binary | 10010011 | 1110011 | 10110110 | 10011 | 100101 | 0 | 11101 | 100001101 | 11111 | 111010 |
Color Harmonies of #9373B6
Complementary color
Monochromatic Colors of #9373B6
Black with #9373B6
Text Example
Text Example
White with #9373B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9373B6; }
p { color: rgb(147,115,182); }
H1.HeaderClassName
{
color: #9373B6;
}
.AnyTagClassName
{
color: #9373B6;
}
</style>
background-color css
<style>
a { background-color: #9373B6; }
a { background-color: rgb(147,115,182); }
div.DivClassName
{
background-color: #9373B6;
}
.BgClassName
{
background-color: #9373B6;
}
</style>
border-color css
<style>
span { border-color: #9373B6; }
span { border-color: rgb(147,115,182); }
td.TdClassName
{
border-color: #9373B6;
}
.TagClassName
{
border-color: #9373B6;
}
</style>