Html Css Color HEX #9075BA Purple Mountain's Majesty
📋 copy color: '#9075BA'red 144 ◦ green 117 ◦ blue 186
Shades of Purple Mountain's Majesty #9075BA
Tints of Purple Mountain's Majesty #9075BA
RGB
CMYK
RGB Variations
Color information
#9075BA (or 0x9075BA) is known color: Purple Mountain's Majesty. HEX triplet: 90, 75 and BA. RGB value is (144,117,186). Sum of RGB (Red+Green+Blue) = 144+117+186=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 117 (46.09% from 255 or 26.17% 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 #9075BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075BA is #6F8A45. Grayscale: #848484. Windows color (decimal): -7309894 or 12219792. OLE color: 12219792.
HSL color Cylindrical-coordinate representation of color #9075BA: hue angle of 263.48º 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 #9075BA is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 117 | 186 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.27 |
| HSL | 263.48º | 0.33% | 0.59% | - |
| HSV(B) | 263.48º | 0.37% | 0.73% | - |
| XYZ | 26.73 | 22.2 | 49.33 | - |
| YUV | 132.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 186 | 0.23 | 0.37 | 0 | 0.27 | 263.48 | 0.33 | 0.59 |
| Hex | 90 | 75 | BA | 17 | 25 | 0 | 1B | 107 | 21 | 3B |
| Octal | 220 | 165 | 272 | 27 | 45 | 0 | 33 | 407 | 41 | 73 |
| Binary | 10010000 | 1110101 | 10111010 | 10111 | 100101 | 0 | 11011 | 100000111 | 100001 | 111011 |
Color Harmonies of #9075BA
Complementary color
Monochromatic Colors of #9075BA
Black with #9075BA
Text Example
Text Example
White with #9075BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075BA; }
p { color: rgb(144,117,186); }
H1.HeaderClassName
{
color: #9075BA;
}
.AnyTagClassName
{
color: #9075BA;
}
</style>
background-color css
<style>
a { background-color: #9075BA; }
a { background-color: rgb(144,117,186); }
div.DivClassName
{
background-color: #9075BA;
}
.BgClassName
{
background-color: #9075BA;
}
</style>
border-color css
<style>
span { border-color: #9075BA; }
span { border-color: rgb(144,117,186); }
td.TdClassName
{
border-color: #9075BA;
}
.TagClassName
{
border-color: #9075BA;
}
</style>