Shades of Medium Purple #9B7EEE
Tints of Medium Purple #9B7EEE
RGB
CMYK
RGB Variations
Color information
#9B7EEE (or 0x9B7EEE) is known color: Medium Purple. HEX triplet: 9B, 7E and EE. RGB value is (155,126,238). Sum of RGB (Red+Green+Blue) = 155+126+238=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B7EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7EEE is #648111. Grayscale: #939393. Windows color (decimal): -6586642 or 15629979. OLE color: 15629979.
HSL color Cylindrical-coordinate representation of color #9B7EEE: hue angle of 255.54º degrees, saturation: 0.77, 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 #9B7EEE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 126 | 238 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.07 |
| HSL | 255.54º | 0.77% | 0.71% | - |
| HSV(B) | 255.54º | 0.47% | 0.93% | - |
| XYZ | 36.41 | 28.06 | 84.39 | - |
| YUV | 147.44 | 179.11 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 238 | 0.35 | 0.47 | 0 | 0.07 | 255.54 | 0.77 | 0.71 |
| Hex | 9B | 7E | EE | 23 | 2F | 0 | 7 | 100 | 4D | 47 |
| Octal | 233 | 176 | 356 | 43 | 57 | 0 | 7 | 400 | 115 | 107 |
| Binary | 10011011 | 1111110 | 11101110 | 100011 | 101111 | 0 | 111 | 100000000 | 1001101 | 1000111 |
Color Harmonies of #9B7EEE
Complementary color
Monochromatic Colors of #9B7EEE
Black with #9B7EEE
Text Example
Text Example
White with #9B7EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7EEE; }
p { color: rgb(155,126,238); }
H1.HeaderClassName
{
color: #9B7EEE;
}
.AnyTagClassName
{
color: #9B7EEE;
}
</style>
background-color css
<style>
a { background-color: #9B7EEE; }
a { background-color: rgb(155,126,238); }
div.DivClassName
{
background-color: #9B7EEE;
}
.BgClassName
{
background-color: #9B7EEE;
}
</style>
border-color css
<style>
span { border-color: #9B7EEE; }
span { border-color: rgb(155,126,238); }
td.TdClassName
{
border-color: #9B7EEE;
}
.TagClassName
{
border-color: #9B7EEE;
}
</style>