Html Css Color HEX #9B7DBE Purple Mountain's Majesty
📋 copy color: '#9B7DBE'red 155 ◦ green 125 ◦ blue 190
Shades of Purple Mountain's Majesty #9B7DBE
Tints of Purple Mountain's Majesty #9B7DBE
RGB
CMYK
RGB Variations
Color information
#9B7DBE (or 0x9B7DBE) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 7D and BE. RGB value is (155,125,190). Sum of RGB (Red+Green+Blue) = 155+125+190=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B7DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7DBE is #648241. Grayscale: #8D8D8D. Windows color (decimal): -6586946 or 12483995. OLE color: 12483995.
HSL color Cylindrical-coordinate representation of color #9B7DBE: hue angle of 267.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B7DBE is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 125 | 190 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.25 |
| HSL | 267.69º | 0.33% | 0.62% | - |
| HSV(B) | 267.69º | 0.34% | 0.75% | - |
| XYZ | 30.15 | 25.35 | 52.02 | - |
| YUV | 141.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 190 | 0.18 | 0.34 | 0 | 0.25 | 267.69 | 0.33 | 0.62 |
| Hex | 9B | 7D | BE | 12 | 22 | 0 | 19 | 10C | 21 | 3E |
| Octal | 233 | 175 | 276 | 22 | 42 | 0 | 31 | 414 | 41 | 76 |
| Binary | 10011011 | 1111101 | 10111110 | 10010 | 100010 | 0 | 11001 | 100001100 | 100001 | 111110 |
Color Harmonies of #9B7DBE
Complementary color
Monochromatic Colors of #9B7DBE
Black with #9B7DBE
Text Example
Text Example
White with #9B7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7DBE; }
p { color: rgb(155,125,190); }
H1.HeaderClassName
{
color: #9B7DBE;
}
.AnyTagClassName
{
color: #9B7DBE;
}
</style>
background-color css
<style>
a { background-color: #9B7DBE; }
a { background-color: rgb(155,125,190); }
div.DivClassName
{
background-color: #9B7DBE;
}
.BgClassName
{
background-color: #9B7DBE;
}
</style>
border-color css
<style>
span { border-color: #9B7DBE; }
span { border-color: rgb(155,125,190); }
td.TdClassName
{
border-color: #9B7DBE;
}
.TagClassName
{
border-color: #9B7DBE;
}
</style>