Shades of Medium Purple #896CD5
Tints of Medium Purple #896CD5
RGB
CMYK
RGB Variations
Color information
#896CD5 (or 0x896CD5) is known color: Medium Purple. HEX triplet: 89, 6C and D5. RGB value is (137,108,213). Sum of RGB (Red+Green+Blue) = 137+108+213=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #896CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CD5 is #76932A. Grayscale: #808080. Windows color (decimal): -7770923 or 13986953. OLE color: 13986953.
HSL color Cylindrical-coordinate representation of color #896CD5: hue angle of 256.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #896CD5 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 108 | 213 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.16 |
| HSL | 256.57º | 0.56% | 0.63% | - |
| HSV(B) | 256.57º | 0.49% | 0.84% | - |
| XYZ | 27.69 | 20.85 | 65.52 | - |
| YUV | 128.64 | 175.61 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 213 | 0.36 | 0.49 | 0 | 0.16 | 256.57 | 0.56 | 0.63 |
| Hex | 89 | 6C | D5 | 24 | 31 | 0 | 10 | 101 | 38 | 3F |
| Octal | 211 | 154 | 325 | 44 | 61 | 0 | 20 | 401 | 70 | 77 |
| Binary | 10001001 | 1101100 | 11010101 | 100100 | 110001 | 0 | 10000 | 100000001 | 111000 | 111111 |
Color Harmonies of #896CD5
Complementary color
Monochromatic Colors of #896CD5
Black with #896CD5
Text Example
Text Example
White with #896CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896CD5; }
p { color: rgb(137,108,213); }
H1.HeaderClassName
{
color: #896CD5;
}
.AnyTagClassName
{
color: #896CD5;
}
</style>
background-color css
<style>
a { background-color: #896CD5; }
a { background-color: rgb(137,108,213); }
div.DivClassName
{
background-color: #896CD5;
}
.BgClassName
{
background-color: #896CD5;
}
</style>
border-color css
<style>
span { border-color: #896CD5; }
span { border-color: rgb(137,108,213); }
td.TdClassName
{
border-color: #896CD5;
}
.TagClassName
{
border-color: #896CD5;
}
</style>