Shades of Medium Purple #897CDD
Tints of Medium Purple #897CDD
RGB
CMYK
RGB Variations
Color information
#897CDD (or 0x897CDD) is known color: Medium Purple. HEX triplet: 89, 7C and DD. RGB value is (137,124,221). Sum of RGB (Red+Green+Blue) = 137+124+221=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #897CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #897CDD is #768322. Grayscale: #8A8A8A. Windows color (decimal): -7766819 or 14515337. OLE color: 14515337.
HSL color Cylindrical-coordinate representation of color #897CDD: hue angle of 248.04º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #897CDD is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 124 | 221 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.13 |
| HSL | 248.04º | 0.59% | 0.68% | - |
| HSV(B) | 248.04º | 0.44% | 0.87% | - |
| XYZ | 30.58 | 24.95 | 71.61 | - |
| YUV | 138.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 221 | 0.38 | 0.44 | 0 | 0.13 | 248.04 | 0.59 | 0.68 |
| Hex | 89 | 7C | DD | 26 | 2C | 0 | D | F8 | 3B | 44 |
| Octal | 211 | 174 | 335 | 46 | 54 | 0 | 15 | 370 | 73 | 104 |
| Binary | 10001001 | 1111100 | 11011101 | 100110 | 101100 | 0 | 1101 | 11111000 | 111011 | 1000100 |
Color Harmonies of #897CDD
Complementary color
Monochromatic Colors of #897CDD
Black with #897CDD
Text Example
Text Example
White with #897CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897CDD; }
p { color: rgb(137,124,221); }
H1.HeaderClassName
{
color: #897CDD;
}
.AnyTagClassName
{
color: #897CDD;
}
</style>
background-color css
<style>
a { background-color: #897CDD; }
a { background-color: rgb(137,124,221); }
div.DivClassName
{
background-color: #897CDD;
}
.BgClassName
{
background-color: #897CDD;
}
</style>
border-color css
<style>
span { border-color: #897CDD; }
span { border-color: rgb(137,124,221); }
td.TdClassName
{
border-color: #897CDD;
}
.TagClassName
{
border-color: #897CDD;
}
</style>