Html Css Color HEX #9C70BA Purple Mountain's Majesty
📋 copy color: '#9C70BA'red 156 ◦ green 112 ◦ blue 186
Shades of Purple Mountain's Majesty #9C70BA
Tints of Purple Mountain's Majesty #9C70BA
RGB
CMYK
RGB Variations
Color information
#9C70BA (or 0x9C70BA) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 70 and BA. RGB value is (156,112,186). Sum of RGB (Red+Green+Blue) = 156+112+186=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C70BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C70BA is #638F45. Grayscale: #858585. Windows color (decimal): -6524742 or 12218524. OLE color: 12218524.
HSL color Cylindrical-coordinate representation of color #9C70BA: hue angle of 275.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C70BA is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 112 | 186 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.27 |
| HSL | 275.68º | 0.35% | 0.58% | - |
| HSV(B) | 275.68º | 0.4% | 0.73% | - |
| XYZ | 28.37 | 22.2 | 49.24 | - |
| YUV | 133.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 186 | 0.16 | 0.40 | 0 | 0.27 | 275.68 | 0.35 | 0.58 |
| Hex | 9C | 70 | BA | 10 | 28 | 0 | 1B | 114 | 23 | 3A |
| Octal | 234 | 160 | 272 | 20 | 50 | 0 | 33 | 424 | 43 | 72 |
| Binary | 10011100 | 1110000 | 10111010 | 10000 | 101000 | 0 | 11011 | 100010100 | 100011 | 111010 |
Color Harmonies of #9C70BA
Complementary color
Monochromatic Colors of #9C70BA
Black with #9C70BA
Text Example
Text Example
White with #9C70BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C70BA; }
p { color: rgb(156,112,186); }
H1.HeaderClassName
{
color: #9C70BA;
}
.AnyTagClassName
{
color: #9C70BA;
}
</style>
background-color css
<style>
a { background-color: #9C70BA; }
a { background-color: rgb(156,112,186); }
div.DivClassName
{
background-color: #9C70BA;
}
.BgClassName
{
background-color: #9C70BA;
}
</style>
border-color css
<style>
span { border-color: #9C70BA; }
span { border-color: rgb(156,112,186); }
td.TdClassName
{
border-color: #9C70BA;
}
.TagClassName
{
border-color: #9C70BA;
}
</style>