Shades of Medium Purple #9B89E1
Tints of Medium Purple #9B89E1
RGB
CMYK
RGB Variations
Color information
#9B89E1 (or 0x9B89E1) is known color: Medium Purple. HEX triplet: 9B, 89 and E1. RGB value is (155,137,225). Sum of RGB (Red+Green+Blue) = 155+137+225=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B89E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89E1 is #64761E. Grayscale: #989898. Windows color (decimal): -6583839 or 14780827. OLE color: 14780827.
HSL color Cylindrical-coordinate representation of color #9B89E1: hue angle of 252.27º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B89E1 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 137 | 225 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.12 |
| HSL | 252.27º | 0.59% | 0.71% | - |
| HSV(B) | 252.27º | 0.39% | 0.88% | - |
| XYZ | 36.05 | 30.3 | 75.18 | - |
| YUV | 152.41 | 168.96 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 225 | 0.31 | 0.39 | 0 | 0.12 | 252.27 | 0.59 | 0.71 |
| Hex | 9B | 89 | E1 | 1F | 27 | 0 | C | FC | 3B | 47 |
| Octal | 233 | 211 | 341 | 37 | 47 | 0 | 14 | 374 | 73 | 107 |
| Binary | 10011011 | 10001001 | 11100001 | 11111 | 100111 | 0 | 1100 | 11111100 | 111011 | 1000111 |
Color Harmonies of #9B89E1
Complementary color
Monochromatic Colors of #9B89E1
Black with #9B89E1
Text Example
Text Example
White with #9B89E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B89E1; }
p { color: rgb(155,137,225); }
H1.HeaderClassName
{
color: #9B89E1;
}
.AnyTagClassName
{
color: #9B89E1;
}
</style>
background-color css
<style>
a { background-color: #9B89E1; }
a { background-color: rgb(155,137,225); }
div.DivClassName
{
background-color: #9B89E1;
}
.BgClassName
{
background-color: #9B89E1;
}
</style>
border-color css
<style>
span { border-color: #9B89E1; }
span { border-color: rgb(155,137,225); }
td.TdClassName
{
border-color: #9B89E1;
}
.TagClassName
{
border-color: #9B89E1;
}
</style>