Shades of Medium Purple #9B8BE6
Tints of Medium Purple #9B8BE6
RGB
CMYK
RGB Variations
Color information
#9B8BE6 (or 0x9B8BE6) is known color: Medium Purple. HEX triplet: 9B, 8B and E6. RGB value is (155,139,230). Sum of RGB (Red+Green+Blue) = 155+139+230=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #9B8BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8BE6 is #647419. Grayscale: #999999. Windows color (decimal): -6583322 or 15109019. OLE color: 15109019.
HSL color Cylindrical-coordinate representation of color #9B8BE6: hue angle of 250.55º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B8BE6 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 139 | 230 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.10 |
| HSL | 250.55º | 0.65% | 0.72% | - |
| HSV(B) | 250.55º | 0.4% | 0.9% | - |
| XYZ | 37.03 | 31.15 | 78.92 | - |
| YUV | 154.16 | 170.8 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 230 | 0.33 | 0.40 | 0 | 0.10 | 250.55 | 0.65 | 0.72 |
| Hex | 9B | 8B | E6 | 21 | 28 | 0 | A | FB | 41 | 48 |
| Octal | 233 | 213 | 346 | 41 | 50 | 0 | 12 | 373 | 101 | 110 |
| Binary | 10011011 | 10001011 | 11100110 | 100001 | 101000 | 0 | 1010 | 11111011 | 1000001 | 1001000 |
Color Harmonies of #9B8BE6
Complementary color
Monochromatic Colors of #9B8BE6
Black with #9B8BE6
Text Example
Text Example
White with #9B8BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8BE6; }
p { color: rgb(155,139,230); }
H1.HeaderClassName
{
color: #9B8BE6;
}
.AnyTagClassName
{
color: #9B8BE6;
}
</style>
background-color css
<style>
a { background-color: #9B8BE6; }
a { background-color: rgb(155,139,230); }
div.DivClassName
{
background-color: #9B8BE6;
}
.BgClassName
{
background-color: #9B8BE6;
}
</style>
border-color css
<style>
span { border-color: #9B8BE6; }
span { border-color: rgb(155,139,230); }
td.TdClassName
{
border-color: #9B8BE6;
}
.TagClassName
{
border-color: #9B8BE6;
}
</style>