Html Css Color HEX #9570B6 Purple Mountain's Majesty
📋 copy color: '#9570B6'red 149 ◦ green 112 ◦ blue 182
Shades of Purple Mountain's Majesty #9570B6
Tints of Purple Mountain's Majesty #9570B6
RGB
CMYK
RGB Variations
Color information
#9570B6 (or 0x9570B6) is known color: Purple Mountain's Majesty. HEX triplet: 95, 70 and B6. RGB value is (149,112,182). Sum of RGB (Red+Green+Blue) = 149+112+182=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #9570B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570B6 is #6A8F49. Grayscale: #828282. Windows color (decimal): -6983498 or 11956373. OLE color: 11956373.
HSL color Cylindrical-coordinate representation of color #9570B6: hue angle of 271.71º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9570B6 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 112 | 182 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.29 |
| HSL | 271.71º | 0.32% | 0.58% | - |
| HSV(B) | 271.71º | 0.38% | 0.71% | - |
| XYZ | 26.63 | 21.36 | 46.97 | - |
| YUV | 131.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 182 | 0.18 | 0.38 | 0 | 0.29 | 271.71 | 0.32 | 0.58 |
| Hex | 95 | 70 | B6 | 12 | 26 | 0 | 1D | 110 | 20 | 3A |
| Octal | 225 | 160 | 266 | 22 | 46 | 0 | 35 | 420 | 40 | 72 |
| Binary | 10010101 | 1110000 | 10110110 | 10010 | 100110 | 0 | 11101 | 100010000 | 100000 | 111010 |
Color Harmonies of #9570B6
Complementary color
Monochromatic Colors of #9570B6
Black with #9570B6
Text Example
Text Example
White with #9570B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9570B6; }
p { color: rgb(149,112,182); }
H1.HeaderClassName
{
color: #9570B6;
}
.AnyTagClassName
{
color: #9570B6;
}
</style>
background-color css
<style>
a { background-color: #9570B6; }
a { background-color: rgb(149,112,182); }
div.DivClassName
{
background-color: #9570B6;
}
.BgClassName
{
background-color: #9570B6;
}
</style>
border-color css
<style>
span { border-color: #9570B6; }
span { border-color: rgb(149,112,182); }
td.TdClassName
{
border-color: #9570B6;
}
.TagClassName
{
border-color: #9570B6;
}
</style>