Html Css Color HEX #9B7BBE Purple Mountain's Majesty
📋 copy color: '#9B7BBE'red 155 ◦ green 123 ◦ blue 190
Shades of Purple Mountain's Majesty #9B7BBE
Tints of Purple Mountain's Majesty #9B7BBE
RGB
CMYK
RGB Variations
Color information
#9B7BBE (or 0x9B7BBE) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7B and BE. RGB value is (155,123,190). Sum of RGB (Red+Green+Blue) = 155+123+190=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B7BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7BBE is #648441. Grayscale: #8B8B8B. Windows color (decimal): -6587458 or 12483483. OLE color: 12483483.
HSL color Cylindrical-coordinate representation of color #9B7BBE: hue angle of 268.66º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B7BBE is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 123 | 190 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.25 |
| HSL | 268.66º | 0.34% | 0.61% | - |
| HSV(B) | 268.66º | 0.35% | 0.75% | - |
| XYZ | 29.89 | 24.85 | 51.94 | - |
| YUV | 140.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 190 | 0.18 | 0.35 | 0 | 0.25 | 268.66 | 0.34 | 0.61 |
| Hex | 9B | 7B | BE | 12 | 23 | 0 | 19 | 10D | 22 | 3D |
| Octal | 233 | 173 | 276 | 22 | 43 | 0 | 31 | 415 | 42 | 75 |
| Binary | 10011011 | 1111011 | 10111110 | 10010 | 100011 | 0 | 11001 | 100001101 | 100010 | 111101 |
Color Harmonies of #9B7BBE
Complementary color
Monochromatic Colors of #9B7BBE
Black with #9B7BBE
Text Example
Text Example
White with #9B7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7BBE; }
p { color: rgb(155,123,190); }
H1.HeaderClassName
{
color: #9B7BBE;
}
.AnyTagClassName
{
color: #9B7BBE;
}
</style>
background-color css
<style>
a { background-color: #9B7BBE; }
a { background-color: rgb(155,123,190); }
div.DivClassName
{
background-color: #9B7BBE;
}
.BgClassName
{
background-color: #9B7BBE;
}
</style>
border-color css
<style>
span { border-color: #9B7BBE; }
span { border-color: rgb(155,123,190); }
td.TdClassName
{
border-color: #9B7BBE;
}
.TagClassName
{
border-color: #9B7BBE;
}
</style>