Shades of Medium Purple #896ADC
Tints of Medium Purple #896ADC
RGB
CMYK
RGB Variations
Color information
#896ADC (or 0x896ADC) is known color: Medium Purple. HEX triplet: 89, 6A and DC. RGB value is (137,106,220). Sum of RGB (Red+Green+Blue) = 137+106+220=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #896ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ADC is #769523. Grayscale: #7F7F7F. Windows color (decimal): -7771428 or 14445193. OLE color: 14445193.
HSL color Cylindrical-coordinate representation of color #896ADC: hue angle of 256.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #896ADC is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 106 | 220 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.14 |
| HSL | 256.32º | 0.62% | 0.64% | - |
| HSV(B) | 256.32º | 0.52% | 0.86% | - |
| XYZ | 28.39 | 20.79 | 70.23 | - |
| YUV | 128.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 220 | 0.38 | 0.52 | 0 | 0.14 | 256.32 | 0.62 | 0.64 |
| Hex | 89 | 6A | DC | 26 | 34 | 0 | E | 100 | 3E | 40 |
| Octal | 211 | 152 | 334 | 46 | 64 | 0 | 16 | 400 | 76 | 100 |
| Binary | 10001001 | 1101010 | 11011100 | 100110 | 110100 | 0 | 1110 | 100000000 | 111110 | 1000000 |
Color Harmonies of #896ADC
Complementary color
Monochromatic Colors of #896ADC
Black with #896ADC
Text Example
Text Example
White with #896ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896ADC; }
p { color: rgb(137,106,220); }
H1.HeaderClassName
{
color: #896ADC;
}
.AnyTagClassName
{
color: #896ADC;
}
</style>
background-color css
<style>
a { background-color: #896ADC; }
a { background-color: rgb(137,106,220); }
div.DivClassName
{
background-color: #896ADC;
}
.BgClassName
{
background-color: #896ADC;
}
</style>
border-color css
<style>
span { border-color: #896ADC; }
span { border-color: rgb(137,106,220); }
td.TdClassName
{
border-color: #896ADC;
}
.TagClassName
{
border-color: #896ADC;
}
</style>