Html Css Color HEX #9B6BB7 Purple Mountain's Majesty
📋 copy color: '#9B6BB7'red 155 ◦ green 107 ◦ blue 183
Shades of Purple Mountain's Majesty #9B6BB7
Tints of Purple Mountain's Majesty #9B6BB7
RGB
CMYK
RGB Variations
Color information
#9B6BB7 (or 0x9B6BB7) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 6B and B7. RGB value is (155,107,183). Sum of RGB (Red+Green+Blue) = 155+107+183=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 183 - color contains mainly: blue. Hex color #9B6BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6BB7 is #649448. Grayscale: #818181. Windows color (decimal): -6591561 or 12020635. OLE color: 12020635.
HSL color Cylindrical-coordinate representation of color #9B6BB7: hue angle of 277.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B6BB7 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 107 | 183 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.28 |
| HSL | 277.89º | 0.35% | 0.57% | - |
| HSV(B) | 277.89º | 0.42% | 0.72% | - |
| XYZ | 27.32 | 20.9 | 47.39 | - |
| YUV | 130.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 107 | 183 | 0.15 | 0.42 | 0 | 0.28 | 277.89 | 0.35 | 0.57 |
| Hex | 9B | 6B | B7 | F | 2A | 0 | 1C | 116 | 23 | 39 |
| Octal | 233 | 153 | 267 | 17 | 52 | 0 | 34 | 426 | 43 | 71 |
| Binary | 10011011 | 1101011 | 10110111 | 1111 | 101010 | 0 | 11100 | 100010110 | 100011 | 111001 |
Color Harmonies of #9B6BB7
Complementary color
Monochromatic Colors of #9B6BB7
Black with #9B6BB7
Text Example
Text Example
White with #9B6BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6BB7; }
p { color: rgb(155,107,183); }
H1.HeaderClassName
{
color: #9B6BB7;
}
.AnyTagClassName
{
color: #9B6BB7;
}
</style>
background-color css
<style>
a { background-color: #9B6BB7; }
a { background-color: rgb(155,107,183); }
div.DivClassName
{
background-color: #9B6BB7;
}
.BgClassName
{
background-color: #9B6BB7;
}
</style>
border-color css
<style>
span { border-color: #9B6BB7; }
span { border-color: rgb(155,107,183); }
td.TdClassName
{
border-color: #9B6BB7;
}
.TagClassName
{
border-color: #9B6BB7;
}
</style>