Html Css Color HEX #9073BA Purple Mountain's Majesty
📋 copy color: '#9073BA'red 144 ◦ green 115 ◦ blue 186
Shades of Purple Mountain's Majesty #9073BA
Tints of Purple Mountain's Majesty #9073BA
RGB
CMYK
RGB Variations
Color information
#9073BA (or 0x9073BA) is known color: Purple Mountain's Majesty. HEX triplet: 90, 73 and BA. RGB value is (144,115,186). Sum of RGB (Red+Green+Blue) = 144+115+186=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #9073BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9073BA is #6F8C45. Grayscale: #838383. Windows color (decimal): -7310406 or 12219280. OLE color: 12219280.
HSL color Cylindrical-coordinate representation of color #9073BA: hue angle of 264.51º 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 #9073BA is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 115 | 186 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.27 |
| HSL | 264.51º | 0.34% | 0.59% | - |
| HSV(B) | 264.51º | 0.38% | 0.73% | - |
| XYZ | 26.5 | 21.74 | 49.25 | - |
| YUV | 131.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 186 | 0.23 | 0.38 | 0 | 0.27 | 264.51 | 0.34 | 0.59 |
| Hex | 90 | 73 | BA | 17 | 26 | 0 | 1B | 109 | 22 | 3B |
| Octal | 220 | 163 | 272 | 27 | 46 | 0 | 33 | 411 | 42 | 73 |
| Binary | 10010000 | 1110011 | 10111010 | 10111 | 100110 | 0 | 11011 | 100001001 | 100010 | 111011 |
Color Harmonies of #9073BA
Complementary color
Monochromatic Colors of #9073BA
Black with #9073BA
Text Example
Text Example
White with #9073BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9073BA; }
p { color: rgb(144,115,186); }
H1.HeaderClassName
{
color: #9073BA;
}
.AnyTagClassName
{
color: #9073BA;
}
</style>
background-color css
<style>
a { background-color: #9073BA; }
a { background-color: rgb(144,115,186); }
div.DivClassName
{
background-color: #9073BA;
}
.BgClassName
{
background-color: #9073BA;
}
</style>
border-color css
<style>
span { border-color: #9073BA; }
span { border-color: rgb(144,115,186); }
td.TdClassName
{
border-color: #9073BA;
}
.TagClassName
{
border-color: #9073BA;
}
</style>