Shades of Medium Purple #896AD5
Tints of Medium Purple #896AD5
RGB
CMYK
RGB Variations
Color information
#896AD5 (or 0x896AD5) is known color: Medium Purple. HEX triplet: 89, 6A and D5. RGB value is (137,106,213). Sum of RGB (Red+Green+Blue) = 137+106+213=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #896AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896AD5 is #76952A. Grayscale: #7F7F7F. Windows color (decimal): -7771435 or 13986441. OLE color: 13986441.
HSL color Cylindrical-coordinate representation of color #896AD5: hue angle of 257.38º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #896AD5 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 106 | 213 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.16 |
| HSL | 257.38º | 0.56% | 0.63% | - |
| HSV(B) | 257.38º | 0.5% | 0.84% | - |
| XYZ | 27.48 | 20.43 | 65.45 | - |
| YUV | 127.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 213 | 0.36 | 0.50 | 0 | 0.16 | 257.38 | 0.56 | 0.63 |
| Hex | 89 | 6A | D5 | 24 | 32 | 0 | 10 | 101 | 38 | 3F |
| Octal | 211 | 152 | 325 | 44 | 62 | 0 | 20 | 401 | 70 | 77 |
| Binary | 10001001 | 1101010 | 11010101 | 100100 | 110010 | 0 | 10000 | 100000001 | 111000 | 111111 |
Color Harmonies of #896AD5
Complementary color
Monochromatic Colors of #896AD5
Black with #896AD5
Text Example
Text Example
White with #896AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896AD5; }
p { color: rgb(137,106,213); }
H1.HeaderClassName
{
color: #896AD5;
}
.AnyTagClassName
{
color: #896AD5;
}
</style>
background-color css
<style>
a { background-color: #896AD5; }
a { background-color: rgb(137,106,213); }
div.DivClassName
{
background-color: #896AD5;
}
.BgClassName
{
background-color: #896AD5;
}
</style>
border-color css
<style>
span { border-color: #896AD5; }
span { border-color: rgb(137,106,213); }
td.TdClassName
{
border-color: #896AD5;
}
.TagClassName
{
border-color: #896AD5;
}
</style>