Shades of Medium Purple #895DDA
Tints of Medium Purple #895DDA
RGB
CMYK
RGB Variations
Color information
#895DDA (or 0x895DDA) is known color: Medium Purple. HEX triplet: 89, 5D and DA. RGB value is (137,93,218). Sum of RGB (Red+Green+Blue) = 137+93+218=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #895DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DDA is #76A225. Grayscale: #777777. Windows color (decimal): -7774758 or 14310793. OLE color: 14310793.
HSL color Cylindrical-coordinate representation of color #895DDA: hue angle of 261.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #895DDA is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 93 | 218 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.15 |
| HSL | 261.12º | 0.63% | 0.61% | - |
| HSV(B) | 261.12º | 0.57% | 0.85% | - |
| XYZ | 26.89 | 18.21 | 68.43 | - |
| YUV | 120.41 | 183.08 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 218 | 0.37 | 0.57 | 0 | 0.15 | 261.12 | 0.63 | 0.61 |
| Hex | 89 | 5D | DA | 25 | 39 | 0 | F | 105 | 3F | 3D |
| Octal | 211 | 135 | 332 | 45 | 71 | 0 | 17 | 405 | 77 | 75 |
| Binary | 10001001 | 1011101 | 11011010 | 100101 | 111001 | 0 | 1111 | 100000101 | 111111 | 111101 |
Color Harmonies of #895DDA
Complementary color
Monochromatic Colors of #895DDA
Black with #895DDA
Text Example
Text Example
White with #895DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895DDA; }
p { color: rgb(137,93,218); }
H1.HeaderClassName
{
color: #895DDA;
}
.AnyTagClassName
{
color: #895DDA;
}
</style>
background-color css
<style>
a { background-color: #895DDA; }
a { background-color: rgb(137,93,218); }
div.DivClassName
{
background-color: #895DDA;
}
.BgClassName
{
background-color: #895DDA;
}
</style>
border-color css
<style>
span { border-color: #895DDA; }
span { border-color: rgb(137,93,218); }
td.TdClassName
{
border-color: #895DDA;
}
.TagClassName
{
border-color: #895DDA;
}
</style>