Shades of Medium Purple #9B7EEF
Tints of Medium Purple #9B7EEF
RGB
CMYK
RGB Variations
Color information
#9B7EEF (or 0x9B7EEF) is known color: Medium Purple. HEX triplet: 9B, 7E and EF. RGB value is (155,126,239). Sum of RGB (Red+Green+Blue) = 155+126+239=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B7EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7EEF is #648110. Grayscale: #939393. Windows color (decimal): -6586641 or 15695515. OLE color: 15695515.
HSL color Cylindrical-coordinate representation of color #9B7EEF: hue angle of 255.4º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B7EEF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 126 | 239 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.06 |
| HSL | 255.4º | 0.78% | 0.72% | - |
| HSV(B) | 255.4º | 0.47% | 0.94% | - |
| XYZ | 36.56 | 28.12 | 85.16 | - |
| YUV | 147.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 239 | 0.35 | 0.47 | 0 | 0.06 | 255.4 | 0.78 | 0.72 |
| Hex | 9B | 7E | EF | 23 | 2F | 0 | 6 | FF | 4E | 48 |
| Octal | 233 | 176 | 357 | 43 | 57 | 0 | 6 | 377 | 116 | 110 |
| Binary | 10011011 | 1111110 | 11101111 | 100011 | 101111 | 0 | 110 | 11111111 | 1001110 | 1001000 |
Color Harmonies of #9B7EEF
Complementary color
Monochromatic Colors of #9B7EEF
Black with #9B7EEF
Text Example
Text Example
White with #9B7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7EEF; }
p { color: rgb(155,126,239); }
H1.HeaderClassName
{
color: #9B7EEF;
}
.AnyTagClassName
{
color: #9B7EEF;
}
</style>
background-color css
<style>
a { background-color: #9B7EEF; }
a { background-color: rgb(155,126,239); }
div.DivClassName
{
background-color: #9B7EEF;
}
.BgClassName
{
background-color: #9B7EEF;
}
</style>
border-color css
<style>
span { border-color: #9B7EEF; }
span { border-color: rgb(155,126,239); }
td.TdClassName
{
border-color: #9B7EEF;
}
.TagClassName
{
border-color: #9B7EEF;
}
</style>