Shades of Medium Purple #895ADD
Tints of Medium Purple #895ADD
RGB
CMYK
RGB Variations
Color information
#895ADD (or 0x895ADD) is known color: Medium Purple. HEX triplet: 89, 5A and DD. RGB value is (137,90,221). Sum of RGB (Red+Green+Blue) = 137+90+221=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #895ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895ADD is #76A522. Grayscale: #767676. Windows color (decimal): -7775523 or 14506633. OLE color: 14506633.
HSL color Cylindrical-coordinate representation of color #895ADD: hue angle of 261.53º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #895ADD is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 90 | 221 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.13 |
| HSL | 261.53º | 0.66% | 0.61% | - |
| HSV(B) | 261.53º | 0.59% | 0.87% | - |
| XYZ | 27.02 | 17.85 | 70.43 | - |
| YUV | 118.99 | 185.57 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 221 | 0.38 | 0.59 | 0 | 0.13 | 261.53 | 0.66 | 0.61 |
| Hex | 89 | 5A | DD | 26 | 3B | 0 | D | 106 | 42 | 3D |
| Octal | 211 | 132 | 335 | 46 | 73 | 0 | 15 | 406 | 102 | 75 |
| Binary | 10001001 | 1011010 | 11011101 | 100110 | 111011 | 0 | 1101 | 100000110 | 1000010 | 111101 |
Color Harmonies of #895ADD
Complementary color
Monochromatic Colors of #895ADD
Black with #895ADD
Text Example
Text Example
White with #895ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895ADD; }
p { color: rgb(137,90,221); }
H1.HeaderClassName
{
color: #895ADD;
}
.AnyTagClassName
{
color: #895ADD;
}
</style>
background-color css
<style>
a { background-color: #895ADD; }
a { background-color: rgb(137,90,221); }
div.DivClassName
{
background-color: #895ADD;
}
.BgClassName
{
background-color: #895ADD;
}
</style>
border-color css
<style>
span { border-color: #895ADD; }
span { border-color: rgb(137,90,221); }
td.TdClassName
{
border-color: #895ADD;
}
.TagClassName
{
border-color: #895ADD;
}
</style>