Shades of Medium Purple #9B89E5
Tints of Medium Purple #9B89E5
RGB
CMYK
RGB Variations
Color information
#9B89E5 (or 0x9B89E5) is known color: Medium Purple. HEX triplet: 9B, 89 and E5. RGB value is (155,137,229). Sum of RGB (Red+Green+Blue) = 155+137+229=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #9B89E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89E5 is #64761A. Grayscale: #989898. Windows color (decimal): -6583835 or 15042971. OLE color: 15042971.
HSL color Cylindrical-coordinate representation of color #9B89E5: hue angle of 251.74º degrees, saturation: 0.64, 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 #9B89E5 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 137 | 229 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.10 |
| HSL | 251.74º | 0.64% | 0.72% | - |
| HSV(B) | 251.74º | 0.4% | 0.9% | - |
| XYZ | 36.61 | 30.52 | 78.09 | - |
| YUV | 152.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 229 | 0.32 | 0.40 | 0 | 0.10 | 251.74 | 0.64 | 0.72 |
| Hex | 9B | 89 | E5 | 20 | 28 | 0 | A | FC | 40 | 48 |
| Octal | 233 | 211 | 345 | 40 | 50 | 0 | 12 | 374 | 100 | 110 |
| Binary | 10011011 | 10001001 | 11100101 | 100000 | 101000 | 0 | 1010 | 11111100 | 1000000 | 1001000 |
Color Harmonies of #9B89E5
Complementary color
Monochromatic Colors of #9B89E5
Black with #9B89E5
Text Example
Text Example
White with #9B89E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B89E5; }
p { color: rgb(155,137,229); }
H1.HeaderClassName
{
color: #9B89E5;
}
.AnyTagClassName
{
color: #9B89E5;
}
</style>
background-color css
<style>
a { background-color: #9B89E5; }
a { background-color: rgb(155,137,229); }
div.DivClassName
{
background-color: #9B89E5;
}
.BgClassName
{
background-color: #9B89E5;
}
</style>
border-color css
<style>
span { border-color: #9B89E5; }
span { border-color: rgb(155,137,229); }
td.TdClassName
{
border-color: #9B89E5;
}
.TagClassName
{
border-color: #9B89E5;
}
</style>