Html Css Color HEX #9070B4 Purple Mountain's Majesty
📋 copy color: '#9070B4'red 144 ◦ green 112 ◦ blue 180
Shades of Purple Mountain's Majesty #9070B4
Tints of Purple Mountain's Majesty #9070B4
RGB
CMYK
RGB Variations
Color information
#9070B4 (or 0x9070B4) is known color: Purple Mountain's Majesty. HEX triplet: 90, 70 and B4. RGB value is (144,112,180). Sum of RGB (Red+Green+Blue) = 144+112+180=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #9070B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9070B4 is #6F8F4B. Grayscale: #818181. Windows color (decimal): -7311180 or 11825296. OLE color: 11825296.
HSL color Cylindrical-coordinate representation of color #9070B4: hue angle of 268.24º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9070B4 is Cyan = 0.2, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 112 | 180 | - |
| CMYK | 0.2 | 0.38 | 0 | 0.29 |
| HSL | 268.24º | 0.31% | 0.57% | - |
| HSV(B) | 268.24º | 0.38% | 0.71% | - |
| XYZ | 25.53 | 20.81 | 45.85 | - |
| YUV | 129.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 180 | 0.2 | 0.38 | 0 | 0.29 | 268.24 | 0.31 | 0.57 |
| Hex | 90 | 70 | B4 | 14 | 26 | 0 | 1D | 10C | 1F | 39 |
| Octal | 220 | 160 | 264 | 24 | 46 | 0 | 35 | 414 | 37 | 71 |
| Binary | 10010000 | 1110000 | 10110100 | 10100 | 100110 | 0 | 11101 | 100001100 | 11111 | 111001 |
Color Harmonies of #9070B4
Complementary color
Monochromatic Colors of #9070B4
Black with #9070B4
Text Example
Text Example
White with #9070B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9070B4; }
p { color: rgb(144,112,180); }
H1.HeaderClassName
{
color: #9070B4;
}
.AnyTagClassName
{
color: #9070B4;
}
</style>
background-color css
<style>
a { background-color: #9070B4; }
a { background-color: rgb(144,112,180); }
div.DivClassName
{
background-color: #9070B4;
}
.BgClassName
{
background-color: #9070B4;
}
</style>
border-color css
<style>
span { border-color: #9070B4; }
span { border-color: rgb(144,112,180); }
td.TdClassName
{
border-color: #9070B4;
}
.TagClassName
{
border-color: #9070B4;
}
</style>