Shades of Medium Purple #9B7CEC
Tints of Medium Purple #9B7CEC
RGB
CMYK
RGB Variations
Color information
#9B7CEC (or 0x9B7CEC) is known color: Medium Purple. HEX triplet: 9B, 7C and EC. RGB value is (155,124,236). Sum of RGB (Red+Green+Blue) = 155+124+236=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B7CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7CEC is #648313. Grayscale: #919191. Windows color (decimal): -6587156 or 15498395. OLE color: 15498395.
HSL color Cylindrical-coordinate representation of color #9B7CEC: hue angle of 256.61º degrees, saturation: 0.75, 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 #9B7CEC is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 124 | 236 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.07 |
| HSL | 256.61º | 0.75% | 0.71% | - |
| HSV(B) | 256.61º | 0.47% | 0.93% | - |
| XYZ | 35.87 | 27.44 | 82.76 | - |
| YUV | 146.04 | 178.77 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 236 | 0.34 | 0.47 | 0 | 0.07 | 256.61 | 0.75 | 0.71 |
| Hex | 9B | 7C | EC | 22 | 2F | 0 | 7 | 101 | 4B | 47 |
| Octal | 233 | 174 | 354 | 42 | 57 | 0 | 7 | 401 | 113 | 107 |
| Binary | 10011011 | 1111100 | 11101100 | 100010 | 101111 | 0 | 111 | 100000001 | 1001011 | 1000111 |
Color Harmonies of #9B7CEC
Complementary color
Monochromatic Colors of #9B7CEC
Black with #9B7CEC
Text Example
Text Example
White with #9B7CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7CEC; }
p { color: rgb(155,124,236); }
H1.HeaderClassName
{
color: #9B7CEC;
}
.AnyTagClassName
{
color: #9B7CEC;
}
</style>
background-color css
<style>
a { background-color: #9B7CEC; }
a { background-color: rgb(155,124,236); }
div.DivClassName
{
background-color: #9B7CEC;
}
.BgClassName
{
background-color: #9B7CEC;
}
</style>
border-color css
<style>
span { border-color: #9B7CEC; }
span { border-color: rgb(155,124,236); }
td.TdClassName
{
border-color: #9B7CEC;
}
.TagClassName
{
border-color: #9B7CEC;
}
</style>