Html Css Color HEX #9470B4 Purple Mountain's Majesty
📋 copy color: '#9470B4'red 148 ◦ green 112 ◦ blue 180
Shades of Purple Mountain's Majesty #9470B4
Tints of Purple Mountain's Majesty #9470B4
RGB
CMYK
RGB Variations
Color information
#9470B4 (or 0x9470B4) is known color: Purple Mountain's Majesty. HEX triplet: 94, 70 and B4. RGB value is (148,112,180). Sum of RGB (Red+Green+Blue) = 148+112+180=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #9470B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9470B4 is #6B8F4B. Grayscale: #828282. Windows color (decimal): -7049036 or 11825300. OLE color: 11825300.
HSL color Cylindrical-coordinate representation of color #9470B4: hue angle of 271.76º 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 #9470B4 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 112 | 180 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.29 |
| HSL | 271.76º | 0.31% | 0.57% | - |
| HSV(B) | 271.76º | 0.38% | 0.71% | - |
| XYZ | 26.25 | 21.18 | 45.88 | - |
| YUV | 130.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 180 | 0.18 | 0.38 | 0 | 0.29 | 271.76 | 0.31 | 0.57 |
| Hex | 94 | 70 | B4 | 12 | 26 | 0 | 1D | 110 | 1F | 39 |
| Octal | 224 | 160 | 264 | 22 | 46 | 0 | 35 | 420 | 37 | 71 |
| Binary | 10010100 | 1110000 | 10110100 | 10010 | 100110 | 0 | 11101 | 100010000 | 11111 | 111001 |
Color Harmonies of #9470B4
Complementary color
Monochromatic Colors of #9470B4
Black with #9470B4
Text Example
Text Example
White with #9470B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9470B4; }
p { color: rgb(148,112,180); }
H1.HeaderClassName
{
color: #9470B4;
}
.AnyTagClassName
{
color: #9470B4;
}
</style>
background-color css
<style>
a { background-color: #9470B4; }
a { background-color: rgb(148,112,180); }
div.DivClassName
{
background-color: #9470B4;
}
.BgClassName
{
background-color: #9470B4;
}
</style>
border-color css
<style>
span { border-color: #9470B4; }
span { border-color: rgb(148,112,180); }
td.TdClassName
{
border-color: #9470B4;
}
.TagClassName
{
border-color: #9470B4;
}
</style>