Shades of Medium Purple #9B7BED
Tints of Medium Purple #9B7BED
RGB
CMYK
RGB Variations
Color information
#9B7BED (or 0x9B7BED) is known color: Medium Purple. HEX triplet: 9B, 7B and ED. RGB value is (155,123,237). Sum of RGB (Red+Green+Blue) = 155+123+237=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B7BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7BED is #648412. Grayscale: #919191. Windows color (decimal): -6587411 or 15563675. OLE color: 15563675.
HSL color Cylindrical-coordinate representation of color #9B7BED: hue angle of 256.84º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B7BED is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 123 | 237 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.07 |
| HSL | 256.84º | 0.76% | 0.71% | - |
| HSV(B) | 256.84º | 0.48% | 0.93% | - |
| XYZ | 35.89 | 27.25 | 83.49 | - |
| YUV | 145.56 | 179.6 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 237 | 0.35 | 0.48 | 0 | 0.07 | 256.84 | 0.76 | 0.71 |
| Hex | 9B | 7B | ED | 23 | 30 | 0 | 7 | 101 | 4C | 47 |
| Octal | 233 | 173 | 355 | 43 | 60 | 0 | 7 | 401 | 114 | 107 |
| Binary | 10011011 | 1111011 | 11101101 | 100011 | 110000 | 0 | 111 | 100000001 | 1001100 | 1000111 |
Color Harmonies of #9B7BED
Complementary color
Monochromatic Colors of #9B7BED
Black with #9B7BED
Text Example
Text Example
White with #9B7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7BED; }
p { color: rgb(155,123,237); }
H1.HeaderClassName
{
color: #9B7BED;
}
.AnyTagClassName
{
color: #9B7BED;
}
</style>
background-color css
<style>
a { background-color: #9B7BED; }
a { background-color: rgb(155,123,237); }
div.DivClassName
{
background-color: #9B7BED;
}
.BgClassName
{
background-color: #9B7BED;
}
</style>
border-color css
<style>
span { border-color: #9B7BED; }
span { border-color: rgb(155,123,237); }
td.TdClassName
{
border-color: #9B7BED;
}
.TagClassName
{
border-color: #9B7BED;
}
</style>