Html Css Color HEX #9070B1 Purple Mountain's Majesty
📋 copy color: '#9070B1'red 144 ◦ green 112 ◦ blue 177
Shades of Purple Mountain's Majesty #9070B1
Tints of Purple Mountain's Majesty #9070B1
RGB
CMYK
RGB Variations
Color information
#9070B1 (or 0x9070B1) is known color: Purple Mountain's Majesty. HEX triplet: 90, 70 and B1. RGB value is (144,112,177). Sum of RGB (Red+Green+Blue) = 144+112+177=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #9070B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9070B1 is #6F8F4E. Grayscale: #808080. Windows color (decimal): -7311183 or 11628688. OLE color: 11628688.
HSL color Cylindrical-coordinate representation of color #9070B1: hue angle of 269.54º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9070B1 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 112 | 177 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.31 |
| HSL | 269.54º | 0.29% | 0.57% | - |
| HSV(B) | 269.54º | 0.37% | 0.69% | - |
| XYZ | 25.23 | 20.69 | 44.26 | - |
| YUV | 128.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 177 | 0.19 | 0.37 | 0 | 0.31 | 269.54 | 0.29 | 0.57 |
| Hex | 90 | 70 | B1 | 13 | 25 | 0 | 1F | 10E | 1D | 39 |
| Octal | 220 | 160 | 261 | 23 | 45 | 0 | 37 | 416 | 35 | 71 |
| Binary | 10010000 | 1110000 | 10110001 | 10011 | 100101 | 0 | 11111 | 100001110 | 11101 | 111001 |
Color Harmonies of #9070B1
Complementary color
Monochromatic Colors of #9070B1
Black with #9070B1
Text Example
Text Example
White with #9070B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9070B1; }
p { color: rgb(144,112,177); }
H1.HeaderClassName
{
color: #9070B1;
}
.AnyTagClassName
{
color: #9070B1;
}
</style>
background-color css
<style>
a { background-color: #9070B1; }
a { background-color: rgb(144,112,177); }
div.DivClassName
{
background-color: #9070B1;
}
.BgClassName
{
background-color: #9070B1;
}
</style>
border-color css
<style>
span { border-color: #9070B1; }
span { border-color: rgb(144,112,177); }
td.TdClassName
{
border-color: #9070B1;
}
.TagClassName
{
border-color: #9070B1;
}
</style>