Shades of Medium Purple #896EE7
Tints of Medium Purple #896EE7
RGB
CMYK
RGB Variations
Color information
#896EE7 (or 0x896EE7) is known color: Medium Purple. HEX triplet: 89, 6E and E7. RGB value is (137,110,231). Sum of RGB (Red+Green+Blue) = 137+110+231=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #896EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896EE7 is #769118. Grayscale: #838383. Windows color (decimal): -7770393 or 15167113. OLE color: 15167113.
HSL color Cylindrical-coordinate representation of color #896EE7: hue angle of 253.39º degrees, saturation: 0.72, 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 #896EE7 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 110 | 231 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.09 |
| HSL | 253.39º | 0.72% | 0.67% | - |
| HSV(B) | 253.39º | 0.52% | 0.91% | - |
| XYZ | 30.32 | 22.24 | 78.3 | - |
| YUV | 131.87 | 183.95 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 231 | 0.41 | 0.52 | 0 | 0.09 | 253.39 | 0.72 | 0.67 |
| Hex | 89 | 6E | E7 | 29 | 34 | 0 | 9 | FD | 48 | 43 |
| Octal | 211 | 156 | 347 | 51 | 64 | 0 | 11 | 375 | 110 | 103 |
| Binary | 10001001 | 1101110 | 11100111 | 101001 | 110100 | 0 | 1001 | 11111101 | 1001000 | 1000011 |
Color Harmonies of #896EE7
Complementary color
Monochromatic Colors of #896EE7
Black with #896EE7
Text Example
Text Example
White with #896EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896EE7; }
p { color: rgb(137,110,231); }
H1.HeaderClassName
{
color: #896EE7;
}
.AnyTagClassName
{
color: #896EE7;
}
</style>
background-color css
<style>
a { background-color: #896EE7; }
a { background-color: rgb(137,110,231); }
div.DivClassName
{
background-color: #896EE7;
}
.BgClassName
{
background-color: #896EE7;
}
</style>
border-color css
<style>
span { border-color: #896EE7; }
span { border-color: rgb(137,110,231); }
td.TdClassName
{
border-color: #896EE7;
}
.TagClassName
{
border-color: #896EE7;
}
</style>