Shades of Medium Purple #9B7EEB
Tints of Medium Purple #9B7EEB
RGB
CMYK
RGB Variations
Color information
#9B7EEB (or 0x9B7EEB) is known color: Medium Purple. HEX triplet: 9B, 7E and EB. RGB value is (155,126,235). Sum of RGB (Red+Green+Blue) = 155+126+235=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B7EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7EEB is #648114. Grayscale: #929292. Windows color (decimal): -6586645 or 15433371. OLE color: 15433371.
HSL color Cylindrical-coordinate representation of color #9B7EEB: hue angle of 255.96º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B7EEB is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 126 | 235 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.08 |
| HSL | 255.96º | 0.73% | 0.71% | - |
| HSV(B) | 255.96º | 0.46% | 0.92% | - |
| XYZ | 35.97 | 27.89 | 82.08 | - |
| YUV | 147.1 | 177.61 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 235 | 0.34 | 0.46 | 0 | 0.08 | 255.96 | 0.73 | 0.71 |
| Hex | 9B | 7E | EB | 22 | 2E | 0 | 8 | 100 | 49 | 47 |
| Octal | 233 | 176 | 353 | 42 | 56 | 0 | 10 | 400 | 111 | 107 |
| Binary | 10011011 | 1111110 | 11101011 | 100010 | 101110 | 0 | 1000 | 100000000 | 1001001 | 1000111 |
Color Harmonies of #9B7EEB
Complementary color
Monochromatic Colors of #9B7EEB
Black with #9B7EEB
Text Example
Text Example
White with #9B7EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7EEB; }
p { color: rgb(155,126,235); }
H1.HeaderClassName
{
color: #9B7EEB;
}
.AnyTagClassName
{
color: #9B7EEB;
}
</style>
background-color css
<style>
a { background-color: #9B7EEB; }
a { background-color: rgb(155,126,235); }
div.DivClassName
{
background-color: #9B7EEB;
}
.BgClassName
{
background-color: #9B7EEB;
}
</style>
border-color css
<style>
span { border-color: #9B7EEB; }
span { border-color: rgb(155,126,235); }
td.TdClassName
{
border-color: #9B7EEB;
}
.TagClassName
{
border-color: #9B7EEB;
}
</style>