Shades of Medium Purple #9B7EE0
Tints of Medium Purple #9B7EE0
RGB
CMYK
RGB Variations
Color information
#9B7EE0 (or 0x9B7EE0) is known color: Medium Purple. HEX triplet: 9B, 7E and E0. RGB value is (155,126,224). Sum of RGB (Red+Green+Blue) = 155+126+224=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B7EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7EE0 is #64811F. Grayscale: #919191. Windows color (decimal): -6586656 or 14712475. OLE color: 14712475.
HSL color Cylindrical-coordinate representation of color #9B7EE0: hue angle of 257.76º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B7EE0 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 126 | 224 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.12 |
| HSL | 257.76º | 0.61% | 0.69% | - |
| HSV(B) | 257.76º | 0.44% | 0.88% | - |
| XYZ | 34.43 | 27.27 | 73.97 | - |
| YUV | 145.84 | 172.11 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 224 | 0.31 | 0.44 | 0 | 0.12 | 257.76 | 0.61 | 0.69 |
| Hex | 9B | 7E | E0 | 1F | 2C | 0 | C | 102 | 3D | 45 |
| Octal | 233 | 176 | 340 | 37 | 54 | 0 | 14 | 402 | 75 | 105 |
| Binary | 10011011 | 1111110 | 11100000 | 11111 | 101100 | 0 | 1100 | 100000010 | 111101 | 1000101 |
Color Harmonies of #9B7EE0
Complementary color
Monochromatic Colors of #9B7EE0
Black with #9B7EE0
Text Example
Text Example
White with #9B7EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7EE0; }
p { color: rgb(155,126,224); }
H1.HeaderClassName
{
color: #9B7EE0;
}
.AnyTagClassName
{
color: #9B7EE0;
}
</style>
background-color css
<style>
a { background-color: #9B7EE0; }
a { background-color: rgb(155,126,224); }
div.DivClassName
{
background-color: #9B7EE0;
}
.BgClassName
{
background-color: #9B7EE0;
}
</style>
border-color css
<style>
span { border-color: #9B7EE0; }
span { border-color: rgb(155,126,224); }
td.TdClassName
{
border-color: #9B7EE0;
}
.TagClassName
{
border-color: #9B7EE0;
}
</style>