Shades of Medium Purple #9B7FEB
Tints of Medium Purple #9B7FEB
RGB
CMYK
RGB Variations
Color information
#9B7FEB (or 0x9B7FEB) is known color: Medium Purple. HEX triplet: 9B, 7F and EB. RGB value is (155,127,235). Sum of RGB (Red+Green+Blue) = 155+127+235=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B7FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7FEB is #648014. Grayscale: #939393. Windows color (decimal): -6586389 or 15433627. OLE color: 15433627.
HSL color Cylindrical-coordinate representation of color #9B7FEB: hue angle of 255.56º 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 #9B7FEB is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 127 | 235 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.08 |
| HSL | 255.56º | 0.73% | 0.71% | - |
| HSV(B) | 255.56º | 0.46% | 0.92% | - |
| XYZ | 36.1 | 28.15 | 82.13 | - |
| YUV | 147.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 127 | 235 | 0.34 | 0.46 | 0 | 0.08 | 255.56 | 0.73 | 0.71 |
| Hex | 9B | 7F | EB | 22 | 2E | 0 | 8 | 100 | 49 | 47 |
| Octal | 233 | 177 | 353 | 42 | 56 | 0 | 10 | 400 | 111 | 107 |
| Binary | 10011011 | 1111111 | 11101011 | 100010 | 101110 | 0 | 1000 | 100000000 | 1001001 | 1000111 |
Color Harmonies of #9B7FEB
Complementary color
Monochromatic Colors of #9B7FEB
Black with #9B7FEB
Text Example
Text Example
White with #9B7FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7FEB; }
p { color: rgb(155,127,235); }
H1.HeaderClassName
{
color: #9B7FEB;
}
.AnyTagClassName
{
color: #9B7FEB;
}
</style>
background-color css
<style>
a { background-color: #9B7FEB; }
a { background-color: rgb(155,127,235); }
div.DivClassName
{
background-color: #9B7FEB;
}
.BgClassName
{
background-color: #9B7FEB;
}
</style>
border-color css
<style>
span { border-color: #9B7FEB; }
span { border-color: rgb(155,127,235); }
td.TdClassName
{
border-color: #9B7FEB;
}
.TagClassName
{
border-color: #9B7FEB;
}
</style>