Shades of Medium Purple #9B7DED
Tints of Medium Purple #9B7DED
RGB
CMYK
RGB Variations
Color information
#9B7DED (or 0x9B7DED) is known color: Medium Purple. HEX triplet: 9B, 7D and ED. RGB value is (155,125,237). Sum of RGB (Red+Green+Blue) = 155+125+237=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B7DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7DED is #648212. Grayscale: #929292. Windows color (decimal): -6586899 or 15564187. OLE color: 15564187.
HSL color Cylindrical-coordinate representation of color #9B7DED: hue angle of 256.07º degrees, saturation: 0.76, 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 #9B7DED is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 125 | 237 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.07 |
| HSL | 256.07º | 0.76% | 0.71% | - |
| HSV(B) | 256.07º | 0.47% | 0.93% | - |
| XYZ | 36.14 | 27.75 | 83.57 | - |
| YUV | 146.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 237 | 0.35 | 0.47 | 0 | 0.07 | 256.07 | 0.76 | 0.71 |
| Hex | 9B | 7D | ED | 23 | 2F | 0 | 7 | 100 | 4C | 47 |
| Octal | 233 | 175 | 355 | 43 | 57 | 0 | 7 | 400 | 114 | 107 |
| Binary | 10011011 | 1111101 | 11101101 | 100011 | 101111 | 0 | 111 | 100000000 | 1001100 | 1000111 |
Color Harmonies of #9B7DED
Complementary color
Monochromatic Colors of #9B7DED
Black with #9B7DED
Text Example
Text Example
White with #9B7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7DED; }
p { color: rgb(155,125,237); }
H1.HeaderClassName
{
color: #9B7DED;
}
.AnyTagClassName
{
color: #9B7DED;
}
</style>
background-color css
<style>
a { background-color: #9B7DED; }
a { background-color: rgb(155,125,237); }
div.DivClassName
{
background-color: #9B7DED;
}
.BgClassName
{
background-color: #9B7DED;
}
</style>
border-color css
<style>
span { border-color: #9B7DED; }
span { border-color: rgb(155,125,237); }
td.TdClassName
{
border-color: #9B7DED;
}
.TagClassName
{
border-color: #9B7DED;
}
</style>