Shades of Medium Purple #895FDF
Tints of Medium Purple #895FDF
RGB
CMYK
RGB Variations
Color information
#895FDF (or 0x895FDF) is known color: Medium Purple. HEX triplet: 89, 5F and DF. RGB value is (137,95,223). Sum of RGB (Red+Green+Blue) = 137+95+223=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #895FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FDF is #76A020. Grayscale: #797979. Windows color (decimal): -7774241 or 14638985. OLE color: 14638985.
HSL color Cylindrical-coordinate representation of color #895FDF: hue angle of 259.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #895FDF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 95 | 223 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.13 |
| HSL | 259.69º | 0.67% | 0.62% | - |
| HSV(B) | 259.69º | 0.57% | 0.87% | - |
| XYZ | 27.73 | 18.83 | 71.99 | - |
| YUV | 122.15 | 184.91 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 223 | 0.39 | 0.57 | 0 | 0.13 | 259.69 | 0.67 | 0.62 |
| Hex | 89 | 5F | DF | 27 | 39 | 0 | D | 104 | 43 | 3E |
| Octal | 211 | 137 | 337 | 47 | 71 | 0 | 15 | 404 | 103 | 76 |
| Binary | 10001001 | 1011111 | 11011111 | 100111 | 111001 | 0 | 1101 | 100000100 | 1000011 | 111110 |
Color Harmonies of #895FDF
Complementary color
Monochromatic Colors of #895FDF
Black with #895FDF
Text Example
Text Example
White with #895FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FDF; }
p { color: rgb(137,95,223); }
H1.HeaderClassName
{
color: #895FDF;
}
.AnyTagClassName
{
color: #895FDF;
}
</style>
background-color css
<style>
a { background-color: #895FDF; }
a { background-color: rgb(137,95,223); }
div.DivClassName
{
background-color: #895FDF;
}
.BgClassName
{
background-color: #895FDF;
}
</style>
border-color css
<style>
span { border-color: #895FDF; }
span { border-color: rgb(137,95,223); }
td.TdClassName
{
border-color: #895FDF;
}
.TagClassName
{
border-color: #895FDF;
}
</style>