Shades of Medium Purple #9F89EA
Tints of Medium Purple #9F89EA
RGB
CMYK
RGB Variations
Color information
#9F89EA (or 0x9F89EA) is known color: Medium Purple. HEX triplet: 9F, 89 and EA. RGB value is (159,137,234). Sum of RGB (Red+Green+Blue) = 159+137+234=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F89EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F89EA is #607615. Grayscale: #9A9A9A. Windows color (decimal): -6321686 or 15370655. OLE color: 15370655.
HSL color Cylindrical-coordinate representation of color #9F89EA: hue angle of 253.61º degrees, saturation: 0.7, 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 #9F89EA is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 137 | 234 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.08 |
| HSL | 253.61º | 0.7% | 0.73% | - |
| HSV(B) | 253.61º | 0.41% | 0.92% | - |
| XYZ | 38.1 | 31.2 | 81.86 | - |
| YUV | 154.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 234 | 0.32 | 0.41 | 0 | 0.08 | 253.61 | 0.7 | 0.73 |
| Hex | 9F | 89 | EA | 20 | 29 | 0 | 8 | FE | 46 | 49 |
| Octal | 237 | 211 | 352 | 40 | 51 | 0 | 10 | 376 | 106 | 111 |
| Binary | 10011111 | 10001001 | 11101010 | 100000 | 101001 | 0 | 1000 | 11111110 | 1000110 | 1001001 |
Color Harmonies of #9F89EA
Complementary color
Monochromatic Colors of #9F89EA
Black with #9F89EA
Text Example
Text Example
White with #9F89EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F89EA; }
p { color: rgb(159,137,234); }
H1.HeaderClassName
{
color: #9F89EA;
}
.AnyTagClassName
{
color: #9F89EA;
}
</style>
background-color css
<style>
a { background-color: #9F89EA; }
a { background-color: rgb(159,137,234); }
div.DivClassName
{
background-color: #9F89EA;
}
.BgClassName
{
background-color: #9F89EA;
}
</style>
border-color css
<style>
span { border-color: #9F89EA; }
span { border-color: rgb(159,137,234); }
td.TdClassName
{
border-color: #9F89EA;
}
.TagClassName
{
border-color: #9F89EA;
}
</style>