Shades of Medium Purple #896FE7
Tints of Medium Purple #896FE7
RGB
CMYK
RGB Variations
Color information
#896FE7 (or 0x896FE7) is known color: Medium Purple. HEX triplet: 89, 6F and E7. RGB value is (137,111,231). Sum of RGB (Red+Green+Blue) = 137+111+231=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 231 - color contains mainly: blue. Hex color #896FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896FE7 is #769018. Grayscale: #848484. Windows color (decimal): -7770137 or 15167369. OLE color: 15167369.
HSL color Cylindrical-coordinate representation of color #896FE7: hue angle of 253º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #896FE7 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 111 | 231 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.09 |
| HSL | 253º | 0.71% | 0.67% | - |
| HSV(B) | 253º | 0.52% | 0.91% | - |
| XYZ | 30.42 | 22.46 | 78.33 | - |
| YUV | 132.45 | 183.61 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 231 | 0.41 | 0.52 | 0 | 0.09 | 253 | 0.71 | 0.67 |
| Hex | 89 | 6F | E7 | 29 | 34 | 0 | 9 | FD | 47 | 43 |
| Octal | 211 | 157 | 347 | 51 | 64 | 0 | 11 | 375 | 107 | 103 |
| Binary | 10001001 | 1101111 | 11100111 | 101001 | 110100 | 0 | 1001 | 11111101 | 1000111 | 1000011 |
Color Harmonies of #896FE7
Complementary color
Monochromatic Colors of #896FE7
Black with #896FE7
Text Example
Text Example
White with #896FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FE7; }
p { color: rgb(137,111,231); }
H1.HeaderClassName
{
color: #896FE7;
}
.AnyTagClassName
{
color: #896FE7;
}
</style>
background-color css
<style>
a { background-color: #896FE7; }
a { background-color: rgb(137,111,231); }
div.DivClassName
{
background-color: #896FE7;
}
.BgClassName
{
background-color: #896FE7;
}
</style>
border-color css
<style>
span { border-color: #896FE7; }
span { border-color: rgb(137,111,231); }
td.TdClassName
{
border-color: #896FE7;
}
.TagClassName
{
border-color: #896FE7;
}
</style>