Html Css Color HEX #9570B2 Purple Mountain's Majesty
📋 copy color: '#9570B2'red 149 ◦ green 112 ◦ blue 178
Shades of Purple Mountain's Majesty #9570B2
Tints of Purple Mountain's Majesty #9570B2
RGB
CMYK
RGB Variations
Color information
#9570B2 (or 0x9570B2) is known color: Purple Mountain's Majesty. HEX triplet: 95, 70 and B2. RGB value is (149,112,178). Sum of RGB (Red+Green+Blue) = 149+112+178=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 178 - color contains mainly: blue. Hex color #9570B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9570B2 is #6A8F4D. Grayscale: #828282. Windows color (decimal): -6983502 or 11694229. OLE color: 11694229.
HSL color Cylindrical-coordinate representation of color #9570B2: hue angle of 273.64º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9570B2 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 112 | 178 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.30 |
| HSL | 273.64º | 0.3% | 0.57% | - |
| HSV(B) | 273.64º | 0.37% | 0.7% | - |
| XYZ | 26.22 | 21.19 | 44.83 | - |
| YUV | 130.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 178 | 0.16 | 0.37 | 0 | 0.30 | 273.64 | 0.3 | 0.57 |
| Hex | 95 | 70 | B2 | 10 | 25 | 0 | 1E | 112 | 1E | 39 |
| Octal | 225 | 160 | 262 | 20 | 45 | 0 | 36 | 422 | 36 | 71 |
| Binary | 10010101 | 1110000 | 10110010 | 10000 | 100101 | 0 | 11110 | 100010010 | 11110 | 111001 |
Color Harmonies of #9570B2
Complementary color
Monochromatic Colors of #9570B2
Black with #9570B2
Text Example
Text Example
White with #9570B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9570B2; }
p { color: rgb(149,112,178); }
H1.HeaderClassName
{
color: #9570B2;
}
.AnyTagClassName
{
color: #9570B2;
}
</style>
background-color css
<style>
a { background-color: #9570B2; }
a { background-color: rgb(149,112,178); }
div.DivClassName
{
background-color: #9570B2;
}
.BgClassName
{
background-color: #9570B2;
}
</style>
border-color css
<style>
span { border-color: #9570B2; }
span { border-color: rgb(149,112,178); }
td.TdClassName
{
border-color: #9570B2;
}
.TagClassName
{
border-color: #9570B2;
}
</style>