Shades of Medium Purple #896FDE
Tints of Medium Purple #896FDE
RGB
CMYK
RGB Variations
Color information
#896FDE (or 0x896FDE) is known color: Medium Purple. HEX triplet: 89, 6F and DE. RGB value is (137,111,222). Sum of RGB (Red+Green+Blue) = 137+111+222=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #896FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FDE is #769021. Grayscale: #838383. Windows color (decimal): -7770146 or 14577545. OLE color: 14577545.
HSL color Cylindrical-coordinate representation of color #896FDE: hue angle of 254.05º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #896FDE is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 111 | 222 | - |
| CMYK | 0.38 | 0.5 | 0 | 0.13 |
| HSL | 254.05º | 0.63% | 0.65% | - |
| HSV(B) | 254.05º | 0.5% | 0.87% | - |
| XYZ | 29.19 | 21.96 | 71.81 | - |
| YUV | 131.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 222 | 0.38 | 0.5 | 0 | 0.13 | 254.05 | 0.63 | 0.65 |
| Hex | 89 | 6F | DE | 26 | 32 | 0 | D | FE | 3F | 41 |
| Octal | 211 | 157 | 336 | 46 | 62 | 0 | 15 | 376 | 77 | 101 |
| Binary | 10001001 | 1101111 | 11011110 | 100110 | 110010 | 0 | 1101 | 11111110 | 111111 | 1000001 |
Color Harmonies of #896FDE
Complementary color
Monochromatic Colors of #896FDE
Black with #896FDE
Text Example
Text Example
White with #896FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FDE; }
p { color: rgb(137,111,222); }
H1.HeaderClassName
{
color: #896FDE;
}
.AnyTagClassName
{
color: #896FDE;
}
</style>
background-color css
<style>
a { background-color: #896FDE; }
a { background-color: rgb(137,111,222); }
div.DivClassName
{
background-color: #896FDE;
}
.BgClassName
{
background-color: #896FDE;
}
</style>
border-color css
<style>
span { border-color: #896FDE; }
span { border-color: rgb(137,111,222); }
td.TdClassName
{
border-color: #896FDE;
}
.TagClassName
{
border-color: #896FDE;
}
</style>