Shades of Medium Purple #895BDA
Tints of Medium Purple #895BDA
RGB
CMYK
RGB Variations
Color information
#895BDA (or 0x895BDA) is known color: Medium Purple. HEX triplet: 89, 5B and DA. RGB value is (137,91,218). Sum of RGB (Red+Green+Blue) = 137+91+218=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #895BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895BDA is #76A425. Grayscale: #767676. Windows color (decimal): -7775270 or 14310281. OLE color: 14310281.
HSL color Cylindrical-coordinate representation of color #895BDA: hue angle of 261.73º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #895BDA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 91 | 218 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.15 |
| HSL | 261.73º | 0.63% | 0.61% | - |
| HSV(B) | 261.73º | 0.58% | 0.85% | - |
| XYZ | 26.71 | 17.86 | 68.37 | - |
| YUV | 119.23 | 183.74 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 218 | 0.37 | 0.58 | 0 | 0.15 | 261.73 | 0.63 | 0.61 |
| Hex | 89 | 5B | DA | 25 | 3A | 0 | F | 106 | 3F | 3D |
| Octal | 211 | 133 | 332 | 45 | 72 | 0 | 17 | 406 | 77 | 75 |
| Binary | 10001001 | 1011011 | 11011010 | 100101 | 111010 | 0 | 1111 | 100000110 | 111111 | 111101 |
Color Harmonies of #895BDA
Complementary color
Monochromatic Colors of #895BDA
Black with #895BDA
Text Example
Text Example
White with #895BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BDA; }
p { color: rgb(137,91,218); }
H1.HeaderClassName
{
color: #895BDA;
}
.AnyTagClassName
{
color: #895BDA;
}
</style>
background-color css
<style>
a { background-color: #895BDA; }
a { background-color: rgb(137,91,218); }
div.DivClassName
{
background-color: #895BDA;
}
.BgClassName
{
background-color: #895BDA;
}
</style>
border-color css
<style>
span { border-color: #895BDA; }
span { border-color: rgb(137,91,218); }
td.TdClassName
{
border-color: #895BDA;
}
.TagClassName
{
border-color: #895BDA;
}
</style>