Shades of Medium Purple #9B7FEC
Tints of Medium Purple #9B7FEC
RGB
CMYK
RGB Variations
Color information
#9B7FEC (or 0x9B7FEC) is known color: Medium Purple. HEX triplet: 9B, 7F and EC. RGB value is (155,127,236). Sum of RGB (Red+Green+Blue) = 155+127+236=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B7FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7FEC is #648013. Grayscale: #939393. Windows color (decimal): -6586388 or 15499163. OLE color: 15499163.
HSL color Cylindrical-coordinate representation of color #9B7FEC: hue angle of 255.41º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B7FEC is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 127 | 236 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.07 |
| HSL | 255.41º | 0.74% | 0.71% | - |
| HSV(B) | 255.41º | 0.46% | 0.93% | - |
| XYZ | 36.25 | 28.2 | 82.89 | - |
| YUV | 147.8 | 177.78 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 127 | 236 | 0.34 | 0.46 | 0 | 0.07 | 255.41 | 0.74 | 0.71 |
| Hex | 9B | 7F | EC | 22 | 2E | 0 | 7 | FF | 4A | 47 |
| Octal | 233 | 177 | 354 | 42 | 56 | 0 | 7 | 377 | 112 | 107 |
| Binary | 10011011 | 1111111 | 11101100 | 100010 | 101110 | 0 | 111 | 11111111 | 1001010 | 1000111 |
Color Harmonies of #9B7FEC
Complementary color
Monochromatic Colors of #9B7FEC
Black with #9B7FEC
Text Example
Text Example
White with #9B7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7FEC; }
p { color: rgb(155,127,236); }
H1.HeaderClassName
{
color: #9B7FEC;
}
.AnyTagClassName
{
color: #9B7FEC;
}
</style>
background-color css
<style>
a { background-color: #9B7FEC; }
a { background-color: rgb(155,127,236); }
div.DivClassName
{
background-color: #9B7FEC;
}
.BgClassName
{
background-color: #9B7FEC;
}
</style>
border-color css
<style>
span { border-color: #9B7FEC; }
span { border-color: rgb(155,127,236); }
td.TdClassName
{
border-color: #9B7FEC;
}
.TagClassName
{
border-color: #9B7FEC;
}
</style>