Shades of Medium Purple #896BE0
Tints of Medium Purple #896BE0
RGB
CMYK
RGB Variations
Color information
#896BE0 (or 0x896BE0) is known color: Medium Purple. HEX triplet: 89, 6B and E0. RGB value is (137,107,224). Sum of RGB (Red+Green+Blue) = 137+107+224=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #896BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BE0 is #76941F. Grayscale: #808080. Windows color (decimal): -7771168 or 14707593. OLE color: 14707593.
HSL color Cylindrical-coordinate representation of color #896BE0: hue angle of 255.38º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #896BE0 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 107 | 224 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.12 |
| HSL | 255.38º | 0.65% | 0.65% | - |
| HSV(B) | 255.38º | 0.52% | 0.88% | - |
| XYZ | 29.03 | 21.22 | 73.09 | - |
| YUV | 129.31 | 181.44 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 224 | 0.39 | 0.52 | 0 | 0.12 | 255.38 | 0.65 | 0.65 |
| Hex | 89 | 6B | E0 | 27 | 34 | 0 | C | FF | 41 | 41 |
| Octal | 211 | 153 | 340 | 47 | 64 | 0 | 14 | 377 | 101 | 101 |
| Binary | 10001001 | 1101011 | 11100000 | 100111 | 110100 | 0 | 1100 | 11111111 | 1000001 | 1000001 |
Color Harmonies of #896BE0
Complementary color
Monochromatic Colors of #896BE0
Black with #896BE0
Text Example
Text Example
White with #896BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896BE0; }
p { color: rgb(137,107,224); }
H1.HeaderClassName
{
color: #896BE0;
}
.AnyTagClassName
{
color: #896BE0;
}
</style>
background-color css
<style>
a { background-color: #896BE0; }
a { background-color: rgb(137,107,224); }
div.DivClassName
{
background-color: #896BE0;
}
.BgClassName
{
background-color: #896BE0;
}
</style>
border-color css
<style>
span { border-color: #896BE0; }
span { border-color: rgb(137,107,224); }
td.TdClassName
{
border-color: #896BE0;
}
.TagClassName
{
border-color: #896BE0;
}
</style>