Shades of Medium Purple #9B89F1
Tints of Medium Purple #9B89F1
RGB
CMYK
RGB Variations
Color information
#9B89F1 (or 0x9B89F1) is known color: Medium Purple. HEX triplet: 9B, 89 and F1. RGB value is (155,137,241). Sum of RGB (Red+Green+Blue) = 155+137+241=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B89F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B89F1 is #64760E. Grayscale: #999999. Windows color (decimal): -6583823 or 15829403. OLE color: 15829403.
HSL color Cylindrical-coordinate representation of color #9B89F1: hue angle of 250.38º 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 #9B89F1 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 137 | 241 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.05 |
| HSL | 250.38º | 0.79% | 0.74% | - |
| HSV(B) | 250.38º | 0.43% | 0.95% | - |
| XYZ | 38.34 | 31.21 | 87.22 | - |
| YUV | 154.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 241 | 0.36 | 0.43 | 0 | 0.05 | 250.38 | 0.79 | 0.74 |
| Hex | 9B | 89 | F1 | 24 | 2B | 0 | 5 | FA | 4F | 4A |
| Octal | 233 | 211 | 361 | 44 | 53 | 0 | 5 | 372 | 117 | 112 |
| Binary | 10011011 | 10001001 | 11110001 | 100100 | 101011 | 0 | 101 | 11111010 | 1001111 | 1001010 |
Color Harmonies of #9B89F1
Complementary color
Monochromatic Colors of #9B89F1
Black with #9B89F1
Text Example
Text Example
White with #9B89F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B89F1; }
p { color: rgb(155,137,241); }
H1.HeaderClassName
{
color: #9B89F1;
}
.AnyTagClassName
{
color: #9B89F1;
}
</style>
background-color css
<style>
a { background-color: #9B89F1; }
a { background-color: rgb(155,137,241); }
div.DivClassName
{
background-color: #9B89F1;
}
.BgClassName
{
background-color: #9B89F1;
}
</style>
border-color css
<style>
span { border-color: #9B89F1; }
span { border-color: rgb(155,137,241); }
td.TdClassName
{
border-color: #9B89F1;
}
.TagClassName
{
border-color: #9B89F1;
}
</style>