Html Css Color HEX #9B7BBB Purple Mountain's Majesty
📋 copy color: '#9B7BBB'red 155 ◦ green 123 ◦ blue 187
Shades of Purple Mountain's Majesty #9B7BBB
Tints of Purple Mountain's Majesty #9B7BBB
RGB
CMYK
RGB Variations
Color information
#9B7BBB (or 0x9B7BBB) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7B and BB. RGB value is (155,123,187). Sum of RGB (Red+Green+Blue) = 155+123+187=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B7BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7BBB is #648444. Grayscale: #8B8B8B. Windows color (decimal): -6587461 or 12286875. OLE color: 12286875.
HSL color Cylindrical-coordinate representation of color #9B7BBB: hue angle of 270º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B7BBB is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 123 | 187 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.27 |
| HSL | 270º | 0.32% | 0.61% | - |
| HSV(B) | 270º | 0.34% | 0.73% | - |
| XYZ | 29.57 | 24.72 | 50.23 | - |
| YUV | 139.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 187 | 0.17 | 0.34 | 0 | 0.27 | 270 | 0.32 | 0.61 |
| Hex | 9B | 7B | BB | 11 | 22 | 0 | 1B | 10E | 20 | 3D |
| Octal | 233 | 173 | 273 | 21 | 42 | 0 | 33 | 416 | 40 | 75 |
| Binary | 10011011 | 1111011 | 10111011 | 10001 | 100010 | 0 | 11011 | 100001110 | 100000 | 111101 |
Color Harmonies of #9B7BBB
Complementary color
Monochromatic Colors of #9B7BBB
Black with #9B7BBB
Text Example
Text Example
White with #9B7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7BBB; }
p { color: rgb(155,123,187); }
H1.HeaderClassName
{
color: #9B7BBB;
}
.AnyTagClassName
{
color: #9B7BBB;
}
</style>
background-color css
<style>
a { background-color: #9B7BBB; }
a { background-color: rgb(155,123,187); }
div.DivClassName
{
background-color: #9B7BBB;
}
.BgClassName
{
background-color: #9B7BBB;
}
</style>
border-color css
<style>
span { border-color: #9B7BBB; }
span { border-color: rgb(155,123,187); }
td.TdClassName
{
border-color: #9B7BBB;
}
.TagClassName
{
border-color: #9B7BBB;
}
</style>