Shades of Medium Purple #896BDD
Tints of Medium Purple #896BDD
RGB
CMYK
RGB Variations
Color information
#896BDD (or 0x896BDD) is known color: Medium Purple. HEX triplet: 89, 6B and DD. RGB value is (137,107,221). Sum of RGB (Red+Green+Blue) = 137+107+221=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #896BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BDD is #769422. Grayscale: #808080. Windows color (decimal): -7771171 or 14510985. OLE color: 14510985.
HSL color Cylindrical-coordinate representation of color #896BDD: hue angle of 255.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #896BDD is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 107 | 221 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.13 |
| HSL | 255.79º | 0.63% | 0.64% | - |
| HSV(B) | 255.79º | 0.52% | 0.87% | - |
| XYZ | 28.63 | 21.05 | 70.96 | - |
| YUV | 128.97 | 179.94 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 221 | 0.38 | 0.52 | 0 | 0.13 | 255.79 | 0.63 | 0.64 |
| Hex | 89 | 6B | DD | 26 | 34 | 0 | D | 100 | 3F | 40 |
| Octal | 211 | 153 | 335 | 46 | 64 | 0 | 15 | 400 | 77 | 100 |
| Binary | 10001001 | 1101011 | 11011101 | 100110 | 110100 | 0 | 1101 | 100000000 | 111111 | 1000000 |
Color Harmonies of #896BDD
Complementary color
Monochromatic Colors of #896BDD
Black with #896BDD
Text Example
Text Example
White with #896BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896BDD; }
p { color: rgb(137,107,221); }
H1.HeaderClassName
{
color: #896BDD;
}
.AnyTagClassName
{
color: #896BDD;
}
</style>
background-color css
<style>
a { background-color: #896BDD; }
a { background-color: rgb(137,107,221); }
div.DivClassName
{
background-color: #896BDD;
}
.BgClassName
{
background-color: #896BDD;
}
</style>
border-color css
<style>
span { border-color: #896BDD; }
span { border-color: rgb(137,107,221); }
td.TdClassName
{
border-color: #896BDD;
}
.TagClassName
{
border-color: #896BDD;
}
</style>