Shades of Medium Purple #896BE6
Tints of Medium Purple #896BE6
RGB
CMYK
RGB Variations
Color information
#896BE6 (or 0x896BE6) is known color: Medium Purple. HEX triplet: 89, 6B and E6. RGB value is (137,107,230). Sum of RGB (Red+Green+Blue) = 137+107+230=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #896BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896BE6 is #769419. Grayscale: #818181. Windows color (decimal): -7771162 or 15100809. OLE color: 15100809.
HSL color Cylindrical-coordinate representation of color #896BE6: hue angle of 254.63º degrees, saturation: 0.71, 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 #896BE6 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 107 | 230 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.10 |
| HSL | 254.63º | 0.71% | 0.66% | - |
| HSV(B) | 254.63º | 0.53% | 0.9% | - |
| XYZ | 29.86 | 21.55 | 77.45 | - |
| YUV | 129.99 | 184.44 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 230 | 0.40 | 0.53 | 0 | 0.10 | 254.63 | 0.71 | 0.66 |
| Hex | 89 | 6B | E6 | 28 | 35 | 0 | A | FF | 47 | 42 |
| Octal | 211 | 153 | 346 | 50 | 65 | 0 | 12 | 377 | 107 | 102 |
| Binary | 10001001 | 1101011 | 11100110 | 101000 | 110101 | 0 | 1010 | 11111111 | 1000111 | 1000010 |
Color Harmonies of #896BE6
Complementary color
Monochromatic Colors of #896BE6
Black with #896BE6
Text Example
Text Example
White with #896BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896BE6; }
p { color: rgb(137,107,230); }
H1.HeaderClassName
{
color: #896BE6;
}
.AnyTagClassName
{
color: #896BE6;
}
</style>
background-color css
<style>
a { background-color: #896BE6; }
a { background-color: rgb(137,107,230); }
div.DivClassName
{
background-color: #896BE6;
}
.BgClassName
{
background-color: #896BE6;
}
</style>
border-color css
<style>
span { border-color: #896BE6; }
span { border-color: rgb(137,107,230); }
td.TdClassName
{
border-color: #896BE6;
}
.TagClassName
{
border-color: #896BE6;
}
</style>