Shades of Medium Purple #896BE5
Tints of Medium Purple #896BE5
RGB
CMYK
RGB Variations
Color information
#896BE5 (or 0x896BE5) is known color: Medium Purple. HEX triplet: 89, 6B and E5. RGB value is (137,107,229). Sum of RGB (Red+Green+Blue) = 137+107+229=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #896BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BE5 is #76941A. Grayscale: #818181. Windows color (decimal): -7771163 or 15035273. OLE color: 15035273.
HSL color Cylindrical-coordinate representation of color #896BE5: hue angle of 254.75º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #896BE5 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 107 | 229 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.10 |
| HSL | 254.75º | 0.7% | 0.66% | - |
| HSV(B) | 254.75º | 0.53% | 0.9% | - |
| XYZ | 29.72 | 21.49 | 76.71 | - |
| YUV | 129.88 | 183.94 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 229 | 0.40 | 0.53 | 0 | 0.10 | 254.75 | 0.7 | 0.66 |
| Hex | 89 | 6B | E5 | 28 | 35 | 0 | A | FF | 46 | 42 |
| Octal | 211 | 153 | 345 | 50 | 65 | 0 | 12 | 377 | 106 | 102 |
| Binary | 10001001 | 1101011 | 11100101 | 101000 | 110101 | 0 | 1010 | 11111111 | 1000110 | 1000010 |
Color Harmonies of #896BE5
Complementary color
Monochromatic Colors of #896BE5
Black with #896BE5
Text Example
Text Example
White with #896BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896BE5; }
p { color: rgb(137,107,229); }
H1.HeaderClassName
{
color: #896BE5;
}
.AnyTagClassName
{
color: #896BE5;
}
</style>
background-color css
<style>
a { background-color: #896BE5; }
a { background-color: rgb(137,107,229); }
div.DivClassName
{
background-color: #896BE5;
}
.BgClassName
{
background-color: #896BE5;
}
</style>
border-color css
<style>
span { border-color: #896BE5; }
span { border-color: rgb(137,107,229); }
td.TdClassName
{
border-color: #896BE5;
}
.TagClassName
{
border-color: #896BE5;
}
</style>