Html Css Color HEX #9C74BA Purple Mountain's Majesty
📋 copy color: '#9C74BA'red 156 ◦ green 116 ◦ blue 186
Shades of Purple Mountain's Majesty #9C74BA
Tints of Purple Mountain's Majesty #9C74BA
RGB
CMYK
RGB Variations
Color information
#9C74BA (or 0x9C74BA) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 74 and BA. RGB value is (156,116,186). Sum of RGB (Red+Green+Blue) = 156+116+186=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C74BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C74BA is #638B45. Grayscale: #878787. Windows color (decimal): -6523718 or 12219548. OLE color: 12219548.
HSL color Cylindrical-coordinate representation of color #9C74BA: hue angle of 274.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C74BA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 116 | 186 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.27 |
| HSL | 274.29º | 0.34% | 0.59% | - |
| HSV(B) | 274.29º | 0.38% | 0.73% | - |
| XYZ | 28.82 | 23.1 | 49.39 | - |
| YUV | 135.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 186 | 0.16 | 0.38 | 0 | 0.27 | 274.29 | 0.34 | 0.59 |
| Hex | 9C | 74 | BA | 10 | 26 | 0 | 1B | 112 | 22 | 3B |
| Octal | 234 | 164 | 272 | 20 | 46 | 0 | 33 | 422 | 42 | 73 |
| Binary | 10011100 | 1110100 | 10111010 | 10000 | 100110 | 0 | 11011 | 100010010 | 100010 | 111011 |
Color Harmonies of #9C74BA
Complementary color
Monochromatic Colors of #9C74BA
Black with #9C74BA
Text Example
Text Example
White with #9C74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C74BA; }
p { color: rgb(156,116,186); }
H1.HeaderClassName
{
color: #9C74BA;
}
.AnyTagClassName
{
color: #9C74BA;
}
</style>
background-color css
<style>
a { background-color: #9C74BA; }
a { background-color: rgb(156,116,186); }
div.DivClassName
{
background-color: #9C74BA;
}
.BgClassName
{
background-color: #9C74BA;
}
</style>
border-color css
<style>
span { border-color: #9C74BA; }
span { border-color: rgb(156,116,186); }
td.TdClassName
{
border-color: #9C74BA;
}
.TagClassName
{
border-color: #9C74BA;
}
</style>