Shades of Medium Purple #896DD5
Tints of Medium Purple #896DD5
RGB
CMYK
RGB Variations
Color information
#896DD5 (or 0x896DD5) is known color: Medium Purple. HEX triplet: 89, 6D and D5. RGB value is (137,109,213). Sum of RGB (Red+Green+Blue) = 137+109+213=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #896DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DD5 is #76922A. Grayscale: #808080. Windows color (decimal): -7770667 or 13987209. OLE color: 13987209.
HSL color Cylindrical-coordinate representation of color #896DD5: hue angle of 256.15º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #896DD5 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 109 | 213 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.16 |
| HSL | 256.15º | 0.55% | 0.63% | - |
| HSV(B) | 256.15º | 0.49% | 0.84% | - |
| XYZ | 27.8 | 21.06 | 65.55 | - |
| YUV | 129.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 213 | 0.36 | 0.49 | 0 | 0.16 | 256.15 | 0.55 | 0.63 |
| Hex | 89 | 6D | D5 | 24 | 31 | 0 | 10 | 100 | 37 | 3F |
| Octal | 211 | 155 | 325 | 44 | 61 | 0 | 20 | 400 | 67 | 77 |
| Binary | 10001001 | 1101101 | 11010101 | 100100 | 110001 | 0 | 10000 | 100000000 | 110111 | 111111 |
Color Harmonies of #896DD5
Complementary color
Monochromatic Colors of #896DD5
Black with #896DD5
Text Example
Text Example
White with #896DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DD5; }
p { color: rgb(137,109,213); }
H1.HeaderClassName
{
color: #896DD5;
}
.AnyTagClassName
{
color: #896DD5;
}
</style>
background-color css
<style>
a { background-color: #896DD5; }
a { background-color: rgb(137,109,213); }
div.DivClassName
{
background-color: #896DD5;
}
.BgClassName
{
background-color: #896DD5;
}
</style>
border-color css
<style>
span { border-color: #896DD5; }
span { border-color: rgb(137,109,213); }
td.TdClassName
{
border-color: #896DD5;
}
.TagClassName
{
border-color: #896DD5;
}
</style>