Html Css Color HEX #9670B2 Purple Mountain's Majesty
📋 copy color: '#9670B2'red 150 ◦ green 112 ◦ blue 178
Shades of Purple Mountain's Majesty #9670B2
Tints of Purple Mountain's Majesty #9670B2
RGB
CMYK
RGB Variations
Color information
#9670B2 (or 0x9670B2) is known color: Purple Mountain's Majesty. HEX triplet: 96, 70 and B2. RGB value is (150,112,178). Sum of RGB (Red+Green+Blue) = 150+112+178=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #9670B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9670B2 is #698F4D. Grayscale: #828282. Windows color (decimal): -6917966 or 11694230. OLE color: 11694230.
HSL color Cylindrical-coordinate representation of color #9670B2: hue angle of 274.55º 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 #9670B2 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 112 | 178 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.30 |
| HSL | 274.55º | 0.3% | 0.57% | - |
| HSV(B) | 274.55º | 0.37% | 0.7% | - |
| XYZ | 26.41 | 21.29 | 44.84 | - |
| YUV | 130.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 178 | 0.16 | 0.37 | 0 | 0.30 | 274.55 | 0.3 | 0.57 |
| Hex | 96 | 70 | B2 | 10 | 25 | 0 | 1E | 113 | 1E | 39 |
| Octal | 226 | 160 | 262 | 20 | 45 | 0 | 36 | 423 | 36 | 71 |
| Binary | 10010110 | 1110000 | 10110010 | 10000 | 100101 | 0 | 11110 | 100010011 | 11110 | 111001 |
Color Harmonies of #9670B2
Complementary color
Monochromatic Colors of #9670B2
Black with #9670B2
Text Example
Text Example
White with #9670B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9670B2; }
p { color: rgb(150,112,178); }
H1.HeaderClassName
{
color: #9670B2;
}
.AnyTagClassName
{
color: #9670B2;
}
</style>
background-color css
<style>
a { background-color: #9670B2; }
a { background-color: rgb(150,112,178); }
div.DivClassName
{
background-color: #9670B2;
}
.BgClassName
{
background-color: #9670B2;
}
</style>
border-color css
<style>
span { border-color: #9670B2; }
span { border-color: rgb(150,112,178); }
td.TdClassName
{
border-color: #9670B2;
}
.TagClassName
{
border-color: #9670B2;
}
</style>