Html Css Color HEX #9B72BA Purple Mountain's Majesty
📋 copy color: '#9B72BA'red 155 ◦ green 114 ◦ blue 186
Shades of Purple Mountain's Majesty #9B72BA
Tints of Purple Mountain's Majesty #9B72BA
RGB
CMYK
RGB Variations
Color information
#9B72BA (or 0x9B72BA) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 72 and BA. RGB value is (155,114,186). Sum of RGB (Red+Green+Blue) = 155+114+186=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B72BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B72BA is #648D45. Grayscale: #868686. Windows color (decimal): -6589766 or 12219035. OLE color: 12219035.
HSL color Cylindrical-coordinate representation of color #9B72BA: hue angle of 274.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B72BA is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 114 | 186 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.27 |
| HSL | 274.17º | 0.34% | 0.59% | - |
| HSV(B) | 274.17º | 0.39% | 0.73% | - |
| XYZ | 28.4 | 22.55 | 49.31 | - |
| YUV | 134.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 114 | 186 | 0.17 | 0.39 | 0 | 0.27 | 274.17 | 0.34 | 0.59 |
| Hex | 9B | 72 | BA | 11 | 27 | 0 | 1B | 112 | 22 | 3B |
| Octal | 233 | 162 | 272 | 21 | 47 | 0 | 33 | 422 | 42 | 73 |
| Binary | 10011011 | 1110010 | 10111010 | 10001 | 100111 | 0 | 11011 | 100010010 | 100010 | 111011 |
Color Harmonies of #9B72BA
Complementary color
Monochromatic Colors of #9B72BA
Black with #9B72BA
Text Example
Text Example
White with #9B72BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B72BA; }
p { color: rgb(155,114,186); }
H1.HeaderClassName
{
color: #9B72BA;
}
.AnyTagClassName
{
color: #9B72BA;
}
</style>
background-color css
<style>
a { background-color: #9B72BA; }
a { background-color: rgb(155,114,186); }
div.DivClassName
{
background-color: #9B72BA;
}
.BgClassName
{
background-color: #9B72BA;
}
</style>
border-color css
<style>
span { border-color: #9B72BA; }
span { border-color: rgb(155,114,186); }
td.TdClassName
{
border-color: #9B72BA;
}
.TagClassName
{
border-color: #9B72BA;
}
</style>