Html Css Color HEX #9472B6 Purple Mountain's Majesty
📋 copy color: '#9472B6'red 148 ◦ green 114 ◦ blue 182
Shades of Purple Mountain's Majesty #9472B6
Tints of Purple Mountain's Majesty #9472B6
RGB
CMYK
RGB Variations
Color information
#9472B6 (or 0x9472B6) is known color: Purple Mountain's Majesty. HEX triplet: 94, 72 and B6. RGB value is (148,114,182). Sum of RGB (Red+Green+Blue) = 148+114+182=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #9472B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9472B6 is #6B8D49. Grayscale: #838383. Windows color (decimal): -7048522 or 11956884. OLE color: 11956884.
HSL color Cylindrical-coordinate representation of color #9472B6: hue angle of 270º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9472B6 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 114 | 182 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.29 |
| HSL | 270º | 0.32% | 0.58% | - |
| HSV(B) | 270º | 0.37% | 0.71% | - |
| XYZ | 26.67 | 21.71 | 47.04 | - |
| YUV | 131.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 182 | 0.19 | 0.37 | 0 | 0.29 | 270 | 0.32 | 0.58 |
| Hex | 94 | 72 | B6 | 13 | 25 | 0 | 1D | 10E | 20 | 3A |
| Octal | 224 | 162 | 266 | 23 | 45 | 0 | 35 | 416 | 40 | 72 |
| Binary | 10010100 | 1110010 | 10110110 | 10011 | 100101 | 0 | 11101 | 100001110 | 100000 | 111010 |
Color Harmonies of #9472B6
Complementary color
Monochromatic Colors of #9472B6
Black with #9472B6
Text Example
Text Example
White with #9472B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9472B6; }
p { color: rgb(148,114,182); }
H1.HeaderClassName
{
color: #9472B6;
}
.AnyTagClassName
{
color: #9472B6;
}
</style>
background-color css
<style>
a { background-color: #9472B6; }
a { background-color: rgb(148,114,182); }
div.DivClassName
{
background-color: #9472B6;
}
.BgClassName
{
background-color: #9472B6;
}
</style>
border-color css
<style>
span { border-color: #9472B6; }
span { border-color: rgb(148,114,182); }
td.TdClassName
{
border-color: #9472B6;
}
.TagClassName
{
border-color: #9472B6;
}
</style>