Html Css Color HEX #9B7ABE Purple Mountain's Majesty
📋 copy color: '#9B7ABE'red 155 ◦ green 122 ◦ blue 190
Shades of Purple Mountain's Majesty #9B7ABE
Tints of Purple Mountain's Majesty #9B7ABE
RGB
CMYK
RGB Variations
Color information
#9B7ABE (or 0x9B7ABE) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7A and BE. RGB value is (155,122,190). Sum of RGB (Red+Green+Blue) = 155+122+190=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B7ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7ABE is #648541. Grayscale: #8B8B8B. Windows color (decimal): -6587714 or 12483227. OLE color: 12483227.
HSL color Cylindrical-coordinate representation of color #9B7ABE: hue angle of 269.12º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B7ABE is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 122 | 190 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.25 |
| HSL | 269.12º | 0.34% | 0.61% | - |
| HSV(B) | 269.12º | 0.36% | 0.75% | - |
| XYZ | 29.77 | 24.61 | 51.9 | - |
| YUV | 139.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 190 | 0.18 | 0.36 | 0 | 0.25 | 269.12 | 0.34 | 0.61 |
| Hex | 9B | 7A | BE | 12 | 24 | 0 | 19 | 10D | 22 | 3D |
| Octal | 233 | 172 | 276 | 22 | 44 | 0 | 31 | 415 | 42 | 75 |
| Binary | 10011011 | 1111010 | 10111110 | 10010 | 100100 | 0 | 11001 | 100001101 | 100010 | 111101 |
Color Harmonies of #9B7ABE
Complementary color
Monochromatic Colors of #9B7ABE
Black with #9B7ABE
Text Example
Text Example
White with #9B7ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7ABE; }
p { color: rgb(155,122,190); }
H1.HeaderClassName
{
color: #9B7ABE;
}
.AnyTagClassName
{
color: #9B7ABE;
}
</style>
background-color css
<style>
a { background-color: #9B7ABE; }
a { background-color: rgb(155,122,190); }
div.DivClassName
{
background-color: #9B7ABE;
}
.BgClassName
{
background-color: #9B7ABE;
}
</style>
border-color css
<style>
span { border-color: #9B7ABE; }
span { border-color: rgb(155,122,190); }
td.TdClassName
{
border-color: #9B7ABE;
}
.TagClassName
{
border-color: #9B7ABE;
}
</style>