Html Css Color HEX #9374BA Purple Mountain's Majesty
📋 copy color: '#9374BA'red 147 ◦ green 116 ◦ blue 186
Shades of Purple Mountain's Majesty #9374BA
Tints of Purple Mountain's Majesty #9374BA
RGB
CMYK
RGB Variations
Color information
#9374BA (or 0x9374BA) is known color: Purple Mountain's Majesty. HEX triplet: 93, 74 and BA. RGB value is (147,116,186). Sum of RGB (Red+Green+Blue) = 147+116+186=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #9374BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9374BA is #6C8B45. Grayscale: #858585. Windows color (decimal): -7113542 or 12219539. OLE color: 12219539.
HSL color Cylindrical-coordinate representation of color #9374BA: hue angle of 266.57º 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 #9374BA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 116 | 186 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.27 |
| HSL | 266.57º | 0.34% | 0.59% | - |
| HSV(B) | 266.57º | 0.38% | 0.73% | - |
| XYZ | 27.14 | 22.24 | 49.32 | - |
| YUV | 133.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 186 | 0.21 | 0.38 | 0 | 0.27 | 266.57 | 0.34 | 0.59 |
| Hex | 93 | 74 | BA | 15 | 26 | 0 | 1B | 10B | 22 | 3B |
| Octal | 223 | 164 | 272 | 25 | 46 | 0 | 33 | 413 | 42 | 73 |
| Binary | 10010011 | 1110100 | 10111010 | 10101 | 100110 | 0 | 11011 | 100001011 | 100010 | 111011 |
Color Harmonies of #9374BA
Complementary color
Monochromatic Colors of #9374BA
Black with #9374BA
Text Example
Text Example
White with #9374BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9374BA; }
p { color: rgb(147,116,186); }
H1.HeaderClassName
{
color: #9374BA;
}
.AnyTagClassName
{
color: #9374BA;
}
</style>
background-color css
<style>
a { background-color: #9374BA; }
a { background-color: rgb(147,116,186); }
div.DivClassName
{
background-color: #9374BA;
}
.BgClassName
{
background-color: #9374BA;
}
</style>
border-color css
<style>
span { border-color: #9374BA; }
span { border-color: rgb(147,116,186); }
td.TdClassName
{
border-color: #9374BA;
}
.TagClassName
{
border-color: #9374BA;
}
</style>