Html Css Color HEX #9B7CBA Purple Mountain's Majesty
📋 copy color: '#9B7CBA'red 155 ◦ green 124 ◦ blue 186
Shades of Purple Mountain's Majesty #9B7CBA
Tints of Purple Mountain's Majesty #9B7CBA
RGB
CMYK
RGB Variations
Color information
#9B7CBA (or 0x9B7CBA) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7C and BA. RGB value is (155,124,186). Sum of RGB (Red+Green+Blue) = 155+124+186=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B7CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7CBA is #648345. Grayscale: #8C8C8C. Windows color (decimal): -6587206 or 12221595. OLE color: 12221595.
HSL color Cylindrical-coordinate representation of color #9B7CBA: hue angle of 270º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B7CBA is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 124 | 186 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.27 |
| HSL | 270º | 0.31% | 0.61% | - |
| HSV(B) | 270º | 0.33% | 0.73% | - |
| XYZ | 29.59 | 24.93 | 49.71 | - |
| YUV | 140.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 186 | 0.17 | 0.33 | 0 | 0.27 | 270 | 0.31 | 0.61 |
| Hex | 9B | 7C | BA | 11 | 21 | 0 | 1B | 10E | 1F | 3D |
| Octal | 233 | 174 | 272 | 21 | 41 | 0 | 33 | 416 | 37 | 75 |
| Binary | 10011011 | 1111100 | 10111010 | 10001 | 100001 | 0 | 11011 | 100001110 | 11111 | 111101 |
Color Harmonies of #9B7CBA
Complementary color
Monochromatic Colors of #9B7CBA
Black with #9B7CBA
Text Example
Text Example
White with #9B7CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7CBA; }
p { color: rgb(155,124,186); }
H1.HeaderClassName
{
color: #9B7CBA;
}
.AnyTagClassName
{
color: #9B7CBA;
}
</style>
background-color css
<style>
a { background-color: #9B7CBA; }
a { background-color: rgb(155,124,186); }
div.DivClassName
{
background-color: #9B7CBA;
}
.BgClassName
{
background-color: #9B7CBA;
}
</style>
border-color css
<style>
span { border-color: #9B7CBA; }
span { border-color: rgb(155,124,186); }
td.TdClassName
{
border-color: #9B7CBA;
}
.TagClassName
{
border-color: #9B7CBA;
}
</style>