Shades of Medium Purple #896ADE
Tints of Medium Purple #896ADE
RGB
CMYK
RGB Variations
Color information
#896ADE (or 0x896ADE) is known color: Medium Purple. HEX triplet: 89, 6A and DE. RGB value is (137,106,222). Sum of RGB (Red+Green+Blue) = 137+106+222=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #896ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ADE is #769521. Grayscale: #808080. Windows color (decimal): -7771426 or 14576265. OLE color: 14576265.
HSL color Cylindrical-coordinate representation of color #896ADE: hue angle of 256.03º degrees, saturation: 0.64, 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 #896ADE is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 106 | 222 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.13 |
| HSL | 256.03º | 0.64% | 0.64% | - |
| HSV(B) | 256.03º | 0.52% | 0.87% | - |
| XYZ | 28.66 | 20.9 | 71.63 | - |
| YUV | 128.49 | 180.77 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 222 | 0.38 | 0.52 | 0 | 0.13 | 256.03 | 0.64 | 0.64 |
| Hex | 89 | 6A | DE | 26 | 34 | 0 | D | 100 | 40 | 40 |
| Octal | 211 | 152 | 336 | 46 | 64 | 0 | 15 | 400 | 100 | 100 |
| Binary | 10001001 | 1101010 | 11011110 | 100110 | 110100 | 0 | 1101 | 100000000 | 1000000 | 1000000 |
Color Harmonies of #896ADE
Complementary color
Monochromatic Colors of #896ADE
Black with #896ADE
Text Example
Text Example
White with #896ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896ADE; }
p { color: rgb(137,106,222); }
H1.HeaderClassName
{
color: #896ADE;
}
.AnyTagClassName
{
color: #896ADE;
}
</style>
background-color css
<style>
a { background-color: #896ADE; }
a { background-color: rgb(137,106,222); }
div.DivClassName
{
background-color: #896ADE;
}
.BgClassName
{
background-color: #896ADE;
}
</style>
border-color css
<style>
span { border-color: #896ADE; }
span { border-color: rgb(137,106,222); }
td.TdClassName
{
border-color: #896ADE;
}
.TagClassName
{
border-color: #896ADE;
}
</style>