Shades of Medium Purple #9B89DA
Tints of Medium Purple #9B89DA
RGB
CMYK
RGB Variations
Color information
#9B89DA (or 0x9B89DA) is known color: Medium Purple. HEX triplet: 9B, 89 and DA. RGB value is (155,137,218). Sum of RGB (Red+Green+Blue) = 155+137+218=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B89DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89DA is #647625. Grayscale: #979797. Windows color (decimal): -6583846 or 14322075. OLE color: 14322075.
HSL color Cylindrical-coordinate representation of color #9B89DA: hue angle of 253.33º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B89DA is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 137 | 218 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.15 |
| HSL | 253.33º | 0.52% | 0.7% | - |
| HSV(B) | 253.33º | 0.37% | 0.85% | - |
| XYZ | 35.12 | 29.92 | 70.25 | - |
| YUV | 151.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 218 | 0.29 | 0.37 | 0 | 0.15 | 253.33 | 0.52 | 0.7 |
| Hex | 9B | 89 | DA | 1D | 25 | 0 | F | FD | 34 | 46 |
| Octal | 233 | 211 | 332 | 35 | 45 | 0 | 17 | 375 | 64 | 106 |
| Binary | 10011011 | 10001001 | 11011010 | 11101 | 100101 | 0 | 1111 | 11111101 | 110100 | 1000110 |
Color Harmonies of #9B89DA
Complementary color
Monochromatic Colors of #9B89DA
Black with #9B89DA
Text Example
Text Example
White with #9B89DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B89DA; }
p { color: rgb(155,137,218); }
H1.HeaderClassName
{
color: #9B89DA;
}
.AnyTagClassName
{
color: #9B89DA;
}
</style>
background-color css
<style>
a { background-color: #9B89DA; }
a { background-color: rgb(155,137,218); }
div.DivClassName
{
background-color: #9B89DA;
}
.BgClassName
{
background-color: #9B89DA;
}
</style>
border-color css
<style>
span { border-color: #9B89DA; }
span { border-color: rgb(155,137,218); }
td.TdClassName
{
border-color: #9B89DA;
}
.TagClassName
{
border-color: #9B89DA;
}
</style>