Html Css Color HEX #9B7DBF Purple Mountain's Majesty
📋 copy color: '#9B7DBF'red 155 ◦ green 125 ◦ blue 191
Shades of Purple Mountain's Majesty #9B7DBF
Tints of Purple Mountain's Majesty #9B7DBF
RGB
CMYK
RGB Variations
Color information
#9B7DBF (or 0x9B7DBF) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7D and BF. RGB value is (155,125,191). Sum of RGB (Red+Green+Blue) = 155+125+191=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B7DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7DBF is #648240. Grayscale: #8D8D8D. Windows color (decimal): -6586945 or 12549531. OLE color: 12549531.
HSL color Cylindrical-coordinate representation of color #9B7DBF: hue angle of 267.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B7DBF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 125 | 191 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.25 |
| HSL | 267.27º | 0.34% | 0.62% | - |
| HSV(B) | 267.27º | 0.35% | 0.75% | - |
| XYZ | 30.26 | 25.4 | 52.6 | - |
| YUV | 141.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 191 | 0.19 | 0.35 | 0 | 0.25 | 267.27 | 0.34 | 0.62 |
| Hex | 9B | 7D | BF | 13 | 23 | 0 | 19 | 10B | 22 | 3E |
| Octal | 233 | 175 | 277 | 23 | 43 | 0 | 31 | 413 | 42 | 76 |
| Binary | 10011011 | 1111101 | 10111111 | 10011 | 100011 | 0 | 11001 | 100001011 | 100010 | 111110 |
Color Harmonies of #9B7DBF
Complementary color
Monochromatic Colors of #9B7DBF
Black with #9B7DBF
Text Example
Text Example
White with #9B7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7DBF; }
p { color: rgb(155,125,191); }
H1.HeaderClassName
{
color: #9B7DBF;
}
.AnyTagClassName
{
color: #9B7DBF;
}
</style>
background-color css
<style>
a { background-color: #9B7DBF; }
a { background-color: rgb(155,125,191); }
div.DivClassName
{
background-color: #9B7DBF;
}
.BgClassName
{
background-color: #9B7DBF;
}
</style>
border-color css
<style>
span { border-color: #9B7DBF; }
span { border-color: rgb(155,125,191); }
td.TdClassName
{
border-color: #9B7DBF;
}
.TagClassName
{
border-color: #9B7DBF;
}
</style>