Shades of Medium Purple #9B7DEC
Tints of Medium Purple #9B7DEC
RGB
CMYK
RGB Variations
Color information
#9B7DEC (or 0x9B7DEC) is known color: Medium Purple. HEX triplet: 9B, 7D and EC. RGB value is (155,125,236). Sum of RGB (Red+Green+Blue) = 155+125+236=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7DEC is #648213. Grayscale: #929292. Windows color (decimal): -6586900 or 15498651. OLE color: 15498651.
HSL color Cylindrical-coordinate representation of color #9B7DEC: hue angle of 256.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B7DEC is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 125 | 236 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.07 |
| HSL | 256.22º | 0.74% | 0.71% | - |
| HSV(B) | 256.22º | 0.47% | 0.93% | - |
| XYZ | 35.99 | 27.69 | 82.8 | - |
| YUV | 146.62 | 178.44 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 236 | 0.34 | 0.47 | 0 | 0.07 | 256.22 | 0.74 | 0.71 |
| Hex | 9B | 7D | EC | 22 | 2F | 0 | 7 | 100 | 4A | 47 |
| Octal | 233 | 175 | 354 | 42 | 57 | 0 | 7 | 400 | 112 | 107 |
| Binary | 10011011 | 1111101 | 11101100 | 100010 | 101111 | 0 | 111 | 100000000 | 1001010 | 1000111 |
Color Harmonies of #9B7DEC
Complementary color
Monochromatic Colors of #9B7DEC
Black with #9B7DEC
Text Example
Text Example
White with #9B7DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7DEC; }
p { color: rgb(155,125,236); }
H1.HeaderClassName
{
color: #9B7DEC;
}
.AnyTagClassName
{
color: #9B7DEC;
}
</style>
background-color css
<style>
a { background-color: #9B7DEC; }
a { background-color: rgb(155,125,236); }
div.DivClassName
{
background-color: #9B7DEC;
}
.BgClassName
{
background-color: #9B7DEC;
}
</style>
border-color css
<style>
span { border-color: #9B7DEC; }
span { border-color: rgb(155,125,236); }
td.TdClassName
{
border-color: #9B7DEC;
}
.TagClassName
{
border-color: #9B7DEC;
}
</style>