Shades of Medium Purple #896AD4
Tints of Medium Purple #896AD4
RGB
CMYK
RGB Variations
Color information
#896AD4 (or 0x896AD4) is known color: Medium Purple. HEX triplet: 89, 6A and D4. RGB value is (137,106,212). Sum of RGB (Red+Green+Blue) = 137+106+212=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 212 - color contains mainly: blue. Hex color #896AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896AD4 is #76952B. Grayscale: #7E7E7E. Windows color (decimal): -7771436 or 13920905. OLE color: 13920905.
HSL color Cylindrical-coordinate representation of color #896AD4: hue angle of 257.55º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #896AD4 is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 106 | 212 | - |
| CMYK | 0.35 | 0.5 | 0 | 0.17 |
| HSL | 257.55º | 0.55% | 0.62% | - |
| HSV(B) | 257.55º | 0.5% | 0.83% | - |
| XYZ | 27.35 | 20.38 | 64.78 | - |
| YUV | 127.35 | 175.77 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 212 | 0.35 | 0.5 | 0 | 0.17 | 257.55 | 0.55 | 0.62 |
| Hex | 89 | 6A | D4 | 23 | 32 | 0 | 11 | 102 | 37 | 3E |
| Octal | 211 | 152 | 324 | 43 | 62 | 0 | 21 | 402 | 67 | 76 |
| Binary | 10001001 | 1101010 | 11010100 | 100011 | 110010 | 0 | 10001 | 100000010 | 110111 | 111110 |
Color Harmonies of #896AD4
Complementary color
Monochromatic Colors of #896AD4
Black with #896AD4
Text Example
Text Example
White with #896AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896AD4; }
p { color: rgb(137,106,212); }
H1.HeaderClassName
{
color: #896AD4;
}
.AnyTagClassName
{
color: #896AD4;
}
</style>
background-color css
<style>
a { background-color: #896AD4; }
a { background-color: rgb(137,106,212); }
div.DivClassName
{
background-color: #896AD4;
}
.BgClassName
{
background-color: #896AD4;
}
</style>
border-color css
<style>
span { border-color: #896AD4; }
span { border-color: rgb(137,106,212); }
td.TdClassName
{
border-color: #896AD4;
}
.TagClassName
{
border-color: #896AD4;
}
</style>