Shades of Medium Purple #896CE0
Tints of Medium Purple #896CE0
RGB
CMYK
RGB Variations
Color information
#896CE0 (or 0x896CE0) is known color: Medium Purple. HEX triplet: 89, 6C and E0. RGB value is (137,108,224). Sum of RGB (Red+Green+Blue) = 137+108+224=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #896CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CE0 is #76931F. Grayscale: #818181. Windows color (decimal): -7770912 or 14707849. OLE color: 14707849.
HSL color Cylindrical-coordinate representation of color #896CE0: hue angle of 255º 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 #896CE0 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 108 | 224 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.12 |
| HSL | 255º | 0.65% | 0.65% | - |
| HSV(B) | 255º | 0.52% | 0.88% | - |
| XYZ | 29.13 | 21.43 | 73.12 | - |
| YUV | 129.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 224 | 0.39 | 0.52 | 0 | 0.12 | 255 | 0.65 | 0.65 |
| Hex | 89 | 6C | E0 | 27 | 34 | 0 | C | FF | 41 | 41 |
| Octal | 211 | 154 | 340 | 47 | 64 | 0 | 14 | 377 | 101 | 101 |
| Binary | 10001001 | 1101100 | 11100000 | 100111 | 110100 | 0 | 1100 | 11111111 | 1000001 | 1000001 |
Color Harmonies of #896CE0
Complementary color
Monochromatic Colors of #896CE0
Black with #896CE0
Text Example
Text Example
White with #896CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896CE0; }
p { color: rgb(137,108,224); }
H1.HeaderClassName
{
color: #896CE0;
}
.AnyTagClassName
{
color: #896CE0;
}
</style>
background-color css
<style>
a { background-color: #896CE0; }
a { background-color: rgb(137,108,224); }
div.DivClassName
{
background-color: #896CE0;
}
.BgClassName
{
background-color: #896CE0;
}
</style>
border-color css
<style>
span { border-color: #896CE0; }
span { border-color: rgb(137,108,224); }
td.TdClassName
{
border-color: #896CE0;
}
.TagClassName
{
border-color: #896CE0;
}
</style>