Shades of Medium Purple #9B7EDA
Tints of Medium Purple #9B7EDA
RGB
CMYK
RGB Variations
Color information
#9B7EDA (or 0x9B7EDA) is known color: Medium Purple. HEX triplet: 9B, 7E and DA. RGB value is (155,126,218). Sum of RGB (Red+Green+Blue) = 155+126+218=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B7EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7EDA is #648125. Grayscale: #909090. Windows color (decimal): -6586662 or 14319259. OLE color: 14319259.
HSL color Cylindrical-coordinate representation of color #9B7EDA: hue angle of 258.91º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B7EDA is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 126 | 218 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.15 |
| HSL | 258.91º | 0.55% | 0.67% | - |
| HSV(B) | 258.91º | 0.42% | 0.85% | - |
| XYZ | 33.63 | 26.95 | 69.76 | - |
| YUV | 145.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 218 | 0.29 | 0.42 | 0 | 0.15 | 258.91 | 0.55 | 0.67 |
| Hex | 9B | 7E | DA | 1D | 2A | 0 | F | 103 | 37 | 43 |
| Octal | 233 | 176 | 332 | 35 | 52 | 0 | 17 | 403 | 67 | 103 |
| Binary | 10011011 | 1111110 | 11011010 | 11101 | 101010 | 0 | 1111 | 100000011 | 110111 | 1000011 |
Color Harmonies of #9B7EDA
Complementary color
Monochromatic Colors of #9B7EDA
Black with #9B7EDA
Text Example
Text Example
White with #9B7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7EDA; }
p { color: rgb(155,126,218); }
H1.HeaderClassName
{
color: #9B7EDA;
}
.AnyTagClassName
{
color: #9B7EDA;
}
</style>
background-color css
<style>
a { background-color: #9B7EDA; }
a { background-color: rgb(155,126,218); }
div.DivClassName
{
background-color: #9B7EDA;
}
.BgClassName
{
background-color: #9B7EDA;
}
</style>
border-color css
<style>
span { border-color: #9B7EDA; }
span { border-color: rgb(155,126,218); }
td.TdClassName
{
border-color: #9B7EDA;
}
.TagClassName
{
border-color: #9B7EDA;
}
</style>