Shades of Medium Purple #9B89DF
Tints of Medium Purple #9B89DF
RGB
CMYK
RGB Variations
Color information
#9B89DF (or 0x9B89DF) is known color: Medium Purple. HEX triplet: 9B, 89 and DF. RGB value is (155,137,223). Sum of RGB (Red+Green+Blue) = 155+137+223=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B89DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89DF is #647620. Grayscale: #979797. Windows color (decimal): -6583841 or 14649755. OLE color: 14649755.
HSL color Cylindrical-coordinate representation of color #9B89DF: hue angle of 252.56º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B89DF is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 137 | 223 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.13 |
| HSL | 252.56º | 0.57% | 0.71% | - |
| HSV(B) | 252.56º | 0.39% | 0.87% | - |
| XYZ | 35.78 | 30.19 | 73.75 | - |
| YUV | 152.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 223 | 0.30 | 0.39 | 0 | 0.13 | 252.56 | 0.57 | 0.71 |
| Hex | 9B | 89 | DF | 1E | 27 | 0 | D | FD | 39 | 47 |
| Octal | 233 | 211 | 337 | 36 | 47 | 0 | 15 | 375 | 71 | 107 |
| Binary | 10011011 | 10001001 | 11011111 | 11110 | 100111 | 0 | 1101 | 11111101 | 111001 | 1000111 |
Color Harmonies of #9B89DF
Complementary color
Monochromatic Colors of #9B89DF
Black with #9B89DF
Text Example
Text Example
White with #9B89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B89DF; }
p { color: rgb(155,137,223); }
H1.HeaderClassName
{
color: #9B89DF;
}
.AnyTagClassName
{
color: #9B89DF;
}
</style>
background-color css
<style>
a { background-color: #9B89DF; }
a { background-color: rgb(155,137,223); }
div.DivClassName
{
background-color: #9B89DF;
}
.BgClassName
{
background-color: #9B89DF;
}
</style>
border-color css
<style>
span { border-color: #9B89DF; }
span { border-color: rgb(155,137,223); }
td.TdClassName
{
border-color: #9B89DF;
}
.TagClassName
{
border-color: #9B89DF;
}
</style>