Shades of Medium Purple #895BDC
Tints of Medium Purple #895BDC
RGB
CMYK
RGB Variations
Color information
#895BDC (or 0x895BDC) is known color: Medium Purple. HEX triplet: 89, 5B and DC. RGB value is (137,91,220). Sum of RGB (Red+Green+Blue) = 137+91+220=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #895BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895BDC is #76A423. Grayscale: #767676. Windows color (decimal): -7775268 or 14441353. OLE color: 14441353.
HSL color Cylindrical-coordinate representation of color #895BDC: hue angle of 261.4º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #895BDC is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 91 | 220 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.14 |
| HSL | 261.4º | 0.65% | 0.61% | - |
| HSV(B) | 261.4º | 0.59% | 0.86% | - |
| XYZ | 26.98 | 17.97 | 69.76 | - |
| YUV | 119.46 | 184.74 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 220 | 0.38 | 0.59 | 0 | 0.14 | 261.4 | 0.65 | 0.61 |
| Hex | 89 | 5B | DC | 26 | 3B | 0 | E | 105 | 41 | 3D |
| Octal | 211 | 133 | 334 | 46 | 73 | 0 | 16 | 405 | 101 | 75 |
| Binary | 10001001 | 1011011 | 11011100 | 100110 | 111011 | 0 | 1110 | 100000101 | 1000001 | 111101 |
Color Harmonies of #895BDC
Complementary color
Monochromatic Colors of #895BDC
Black with #895BDC
Text Example
Text Example
White with #895BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BDC; }
p { color: rgb(137,91,220); }
H1.HeaderClassName
{
color: #895BDC;
}
.AnyTagClassName
{
color: #895BDC;
}
</style>
background-color css
<style>
a { background-color: #895BDC; }
a { background-color: rgb(137,91,220); }
div.DivClassName
{
background-color: #895BDC;
}
.BgClassName
{
background-color: #895BDC;
}
</style>
border-color css
<style>
span { border-color: #895BDC; }
span { border-color: rgb(137,91,220); }
td.TdClassName
{
border-color: #895BDC;
}
.TagClassName
{
border-color: #895BDC;
}
</style>