Html Css Color HEX #9071B3 Purple Mountain's Majesty
📋 copy color: '#9071B3'red 144 ◦ green 113 ◦ blue 179
Shades of Purple Mountain's Majesty #9071B3
Tints of Purple Mountain's Majesty #9071B3
RGB
CMYK
RGB Variations
Color information
#9071B3 (or 0x9071B3) is known color: Purple Mountain's Majesty. HEX triplet: 90, 71 and B3. RGB value is (144,113,179). Sum of RGB (Red+Green+Blue) = 144+113+179=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 179 - color contains mainly: blue. Hex color #9071B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9071B3 is #6F8E4C. Grayscale: #818181. Windows color (decimal): -7310925 or 11760016. OLE color: 11760016.
HSL color Cylindrical-coordinate representation of color #9071B3: hue angle of 268.18º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9071B3 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 113 | 179 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.30 |
| HSL | 268.18º | 0.3% | 0.57% | - |
| HSV(B) | 268.18º | 0.37% | 0.7% | - |
| XYZ | 25.54 | 20.99 | 45.35 | - |
| YUV | 129.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 113 | 179 | 0.20 | 0.37 | 0 | 0.30 | 268.18 | 0.3 | 0.57 |
| Hex | 90 | 71 | B3 | 14 | 25 | 0 | 1E | 10C | 1E | 39 |
| Octal | 220 | 161 | 263 | 24 | 45 | 0 | 36 | 414 | 36 | 71 |
| Binary | 10010000 | 1110001 | 10110011 | 10100 | 100101 | 0 | 11110 | 100001100 | 11110 | 111001 |
Color Harmonies of #9071B3
Complementary color
Monochromatic Colors of #9071B3
Black with #9071B3
Text Example
Text Example
White with #9071B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9071B3; }
p { color: rgb(144,113,179); }
H1.HeaderClassName
{
color: #9071B3;
}
.AnyTagClassName
{
color: #9071B3;
}
</style>
background-color css
<style>
a { background-color: #9071B3; }
a { background-color: rgb(144,113,179); }
div.DivClassName
{
background-color: #9071B3;
}
.BgClassName
{
background-color: #9071B3;
}
</style>
border-color css
<style>
span { border-color: #9071B3; }
span { border-color: rgb(144,113,179); }
td.TdClassName
{
border-color: #9071B3;
}
.TagClassName
{
border-color: #9071B3;
}
</style>