Html Css Color HEX #9C70BE Purple Mountain's Majesty
📋 copy color: '#9C70BE'red 156 ◦ green 112 ◦ blue 190
Shades of Purple Mountain's Majesty #9C70BE
Tints of Purple Mountain's Majesty #9C70BE
RGB
CMYK
RGB Variations
Color information
#9C70BE (or 0x9C70BE) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 70 and BE. RGB value is (156,112,190). Sum of RGB (Red+Green+Blue) = 156+112+190=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C70BE is #638F41. Grayscale: #858585. Windows color (decimal): -6524738 or 12480668. OLE color: 12480668.
HSL color Cylindrical-coordinate representation of color #9C70BE: hue angle of 273.85º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C70BE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 112 | 190 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.25 |
| HSL | 273.85º | 0.38% | 0.59% | - |
| HSV(B) | 273.85º | 0.41% | 0.75% | - |
| XYZ | 28.8 | 22.37 | 51.52 | - |
| YUV | 134.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 190 | 0.18 | 0.41 | 0 | 0.25 | 273.85 | 0.38 | 0.59 |
| Hex | 9C | 70 | BE | 12 | 29 | 0 | 19 | 112 | 26 | 3B |
| Octal | 234 | 160 | 276 | 22 | 51 | 0 | 31 | 422 | 46 | 73 |
| Binary | 10011100 | 1110000 | 10111110 | 10010 | 101001 | 0 | 11001 | 100010010 | 100110 | 111011 |
Color Harmonies of #9C70BE
Complementary color
Monochromatic Colors of #9C70BE
Black with #9C70BE
Text Example
Text Example
White with #9C70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C70BE; }
p { color: rgb(156,112,190); }
H1.HeaderClassName
{
color: #9C70BE;
}
.AnyTagClassName
{
color: #9C70BE;
}
</style>
background-color css
<style>
a { background-color: #9C70BE; }
a { background-color: rgb(156,112,190); }
div.DivClassName
{
background-color: #9C70BE;
}
.BgClassName
{
background-color: #9C70BE;
}
</style>
border-color css
<style>
span { border-color: #9C70BE; }
span { border-color: rgb(156,112,190); }
td.TdClassName
{
border-color: #9C70BE;
}
.TagClassName
{
border-color: #9C70BE;
}
</style>