Shades of Medium Purple #896CDD
Tints of Medium Purple #896CDD
RGB
CMYK
RGB Variations
Color information
#896CDD (or 0x896CDD) is known color: Medium Purple. HEX triplet: 89, 6C and DD. RGB value is (137,108,221). Sum of RGB (Red+Green+Blue) = 137+108+221=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #896CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CDD is #769322. Grayscale: #818181. Windows color (decimal): -7770915 or 14511241. OLE color: 14511241.
HSL color Cylindrical-coordinate representation of color #896CDD: hue angle of 255.4º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #896CDD is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 108 | 221 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.13 |
| HSL | 255.4º | 0.62% | 0.65% | - |
| HSV(B) | 255.4º | 0.51% | 0.87% | - |
| XYZ | 28.73 | 21.26 | 71 | - |
| YUV | 129.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 221 | 0.38 | 0.51 | 0 | 0.13 | 255.4 | 0.62 | 0.65 |
| Hex | 89 | 6C | DD | 26 | 33 | 0 | D | FF | 3E | 41 |
| Octal | 211 | 154 | 335 | 46 | 63 | 0 | 15 | 377 | 76 | 101 |
| Binary | 10001001 | 1101100 | 11011101 | 100110 | 110011 | 0 | 1101 | 11111111 | 111110 | 1000001 |
Color Harmonies of #896CDD
Complementary color
Monochromatic Colors of #896CDD
Black with #896CDD
Text Example
Text Example
White with #896CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896CDD; }
p { color: rgb(137,108,221); }
H1.HeaderClassName
{
color: #896CDD;
}
.AnyTagClassName
{
color: #896CDD;
}
</style>
background-color css
<style>
a { background-color: #896CDD; }
a { background-color: rgb(137,108,221); }
div.DivClassName
{
background-color: #896CDD;
}
.BgClassName
{
background-color: #896CDD;
}
</style>
border-color css
<style>
span { border-color: #896CDD; }
span { border-color: rgb(137,108,221); }
td.TdClassName
{
border-color: #896CDD;
}
.TagClassName
{
border-color: #896CDD;
}
</style>