Shades of Medium Purple #9B7EEA
Tints of Medium Purple #9B7EEA
RGB
CMYK
RGB Variations
Color information
#9B7EEA (or 0x9B7EEA) is known color: Medium Purple. HEX triplet: 9B, 7E and EA. RGB value is (155,126,234). Sum of RGB (Red+Green+Blue) = 155+126+234=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B7EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7EEA is #648115. Grayscale: #929292. Windows color (decimal): -6586646 or 15367835. OLE color: 15367835.
HSL color Cylindrical-coordinate representation of color #9B7EEA: hue angle of 256.11º degrees, saturation: 0.72, 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 #9B7EEA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 126 | 234 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.08 |
| HSL | 256.11º | 0.72% | 0.71% | - |
| HSV(B) | 256.11º | 0.46% | 0.92% | - |
| XYZ | 35.83 | 27.83 | 81.33 | - |
| YUV | 146.98 | 177.11 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 234 | 0.34 | 0.46 | 0 | 0.08 | 256.11 | 0.72 | 0.71 |
| Hex | 9B | 7E | EA | 22 | 2E | 0 | 8 | 100 | 48 | 47 |
| Octal | 233 | 176 | 352 | 42 | 56 | 0 | 10 | 400 | 110 | 107 |
| Binary | 10011011 | 1111110 | 11101010 | 100010 | 101110 | 0 | 1000 | 100000000 | 1001000 | 1000111 |
Color Harmonies of #9B7EEA
Complementary color
Monochromatic Colors of #9B7EEA
Black with #9B7EEA
Text Example
Text Example
White with #9B7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7EEA; }
p { color: rgb(155,126,234); }
H1.HeaderClassName
{
color: #9B7EEA;
}
.AnyTagClassName
{
color: #9B7EEA;
}
</style>
background-color css
<style>
a { background-color: #9B7EEA; }
a { background-color: rgb(155,126,234); }
div.DivClassName
{
background-color: #9B7EEA;
}
.BgClassName
{
background-color: #9B7EEA;
}
</style>
border-color css
<style>
span { border-color: #9B7EEA; }
span { border-color: rgb(155,126,234); }
td.TdClassName
{
border-color: #9B7EEA;
}
.TagClassName
{
border-color: #9B7EEA;
}
</style>