Shades of Medium Purple #9F89F1
Tints of Medium Purple #9F89F1
RGB
CMYK
RGB Variations
Color information
#9F89F1 (or 0x9F89F1) is known color: Medium Purple. HEX triplet: 9F, 89 and F1. RGB value is (159,137,241). Sum of RGB (Red+Green+Blue) = 159+137+241=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F89F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F89F1 is #60760E. Grayscale: #9B9B9B. Windows color (decimal): -6321679 or 15829407. OLE color: 15829407.
HSL color Cylindrical-coordinate representation of color #9F89F1: hue angle of 252.69º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F89F1 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 137 | 241 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.05 |
| HSL | 252.69º | 0.79% | 0.74% | - |
| HSV(B) | 252.69º | 0.43% | 0.95% | - |
| XYZ | 39.12 | 31.61 | 87.26 | - |
| YUV | 155.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 241 | 0.34 | 0.43 | 0 | 0.05 | 252.69 | 0.79 | 0.74 |
| Hex | 9F | 89 | F1 | 22 | 2B | 0 | 5 | FD | 4F | 4A |
| Octal | 237 | 211 | 361 | 42 | 53 | 0 | 5 | 375 | 117 | 112 |
| Binary | 10011111 | 10001001 | 11110001 | 100010 | 101011 | 0 | 101 | 11111101 | 1001111 | 1001010 |
Color Harmonies of #9F89F1
Complementary color
Monochromatic Colors of #9F89F1
Black with #9F89F1
Text Example
Text Example
White with #9F89F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F89F1; }
p { color: rgb(159,137,241); }
H1.HeaderClassName
{
color: #9F89F1;
}
.AnyTagClassName
{
color: #9F89F1;
}
</style>
background-color css
<style>
a { background-color: #9F89F1; }
a { background-color: rgb(159,137,241); }
div.DivClassName
{
background-color: #9F89F1;
}
.BgClassName
{
background-color: #9F89F1;
}
</style>
border-color css
<style>
span { border-color: #9F89F1; }
span { border-color: rgb(159,137,241); }
td.TdClassName
{
border-color: #9F89F1;
}
.TagClassName
{
border-color: #9F89F1;
}
</style>