Shades of Medium Purple #9B8BEB
Tints of Medium Purple #9B8BEB
RGB
CMYK
RGB Variations
Color information
#9B8BEB (or 0x9B8BEB) is known color: Medium Purple. HEX triplet: 9B, 8B and EB. RGB value is (155,139,235). Sum of RGB (Red+Green+Blue) = 155+139+235=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B8BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8BEB is #647414. Grayscale: #9A9A9A. Windows color (decimal): -6583317 or 15436699. OLE color: 15436699.
HSL color Cylindrical-coordinate representation of color #9B8BEB: hue angle of 250º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B8BEB is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 139 | 235 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.08 |
| HSL | 250º | 0.71% | 0.73% | - |
| HSV(B) | 250º | 0.41% | 0.92% | - |
| XYZ | 37.75 | 31.43 | 82.67 | - |
| YUV | 154.73 | 173.3 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 235 | 0.34 | 0.41 | 0 | 0.08 | 250 | 0.71 | 0.73 |
| Hex | 9B | 8B | EB | 22 | 29 | 0 | 8 | FA | 47 | 49 |
| Octal | 233 | 213 | 353 | 42 | 51 | 0 | 10 | 372 | 107 | 111 |
| Binary | 10011011 | 10001011 | 11101011 | 100010 | 101001 | 0 | 1000 | 11111010 | 1000111 | 1001001 |
Color Harmonies of #9B8BEB
Complementary color
Monochromatic Colors of #9B8BEB
Black with #9B8BEB
Text Example
Text Example
White with #9B8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8BEB; }
p { color: rgb(155,139,235); }
H1.HeaderClassName
{
color: #9B8BEB;
}
.AnyTagClassName
{
color: #9B8BEB;
}
</style>
background-color css
<style>
a { background-color: #9B8BEB; }
a { background-color: rgb(155,139,235); }
div.DivClassName
{
background-color: #9B8BEB;
}
.BgClassName
{
background-color: #9B8BEB;
}
</style>
border-color css
<style>
span { border-color: #9B8BEB; }
span { border-color: rgb(155,139,235); }
td.TdClassName
{
border-color: #9B8BEB;
}
.TagClassName
{
border-color: #9B8BEB;
}
</style>