Shades of Medium Purple #896FDF
Tints of Medium Purple #896FDF
RGB
CMYK
RGB Variations
Color information
#896FDF (or 0x896FDF) is known color: Medium Purple. HEX triplet: 89, 6F and DF. RGB value is (137,111,223). Sum of RGB (Red+Green+Blue) = 137+111+223=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #896FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FDF is #769020. Grayscale: #838383. Windows color (decimal): -7770145 or 14643081. OLE color: 14643081.
HSL color Cylindrical-coordinate representation of color #896FDF: hue angle of 253.93º degrees, saturation: 0.64, 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 #896FDF is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 111 | 223 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.13 |
| HSL | 253.93º | 0.64% | 0.65% | - |
| HSV(B) | 253.93º | 0.5% | 0.87% | - |
| XYZ | 29.32 | 22.01 | 72.52 | - |
| YUV | 131.54 | 179.61 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 223 | 0.39 | 0.50 | 0 | 0.13 | 253.93 | 0.64 | 0.65 |
| Hex | 89 | 6F | DF | 27 | 32 | 0 | D | FE | 40 | 41 |
| Octal | 211 | 157 | 337 | 47 | 62 | 0 | 15 | 376 | 100 | 101 |
| Binary | 10001001 | 1101111 | 11011111 | 100111 | 110010 | 0 | 1101 | 11111110 | 1000000 | 1000001 |
Color Harmonies of #896FDF
Complementary color
Monochromatic Colors of #896FDF
Black with #896FDF
Text Example
Text Example
White with #896FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FDF; }
p { color: rgb(137,111,223); }
H1.HeaderClassName
{
color: #896FDF;
}
.AnyTagClassName
{
color: #896FDF;
}
</style>
background-color css
<style>
a { background-color: #896FDF; }
a { background-color: rgb(137,111,223); }
div.DivClassName
{
background-color: #896FDF;
}
.BgClassName
{
background-color: #896FDF;
}
</style>
border-color css
<style>
span { border-color: #896FDF; }
span { border-color: rgb(137,111,223); }
td.TdClassName
{
border-color: #896FDF;
}
.TagClassName
{
border-color: #896FDF;
}
</style>