Shades of Medium Purple #895BDF
Tints of Medium Purple #895BDF
RGB
CMYK
RGB Variations
Color information
#895BDF (or 0x895BDF) is known color: Medium Purple. HEX triplet: 89, 5B and DF. RGB value is (137,91,223). Sum of RGB (Red+Green+Blue) = 137+91+223=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #895BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895BDF is #76A420. Grayscale: #777777. Windows color (decimal): -7775265 or 14637961. OLE color: 14637961.
HSL color Cylindrical-coordinate representation of color #895BDF: hue angle of 260.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #895BDF is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 91 | 223 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.13 |
| HSL | 260.91º | 0.67% | 0.62% | - |
| HSV(B) | 260.91º | 0.59% | 0.87% | - |
| XYZ | 27.38 | 18.13 | 71.87 | - |
| YUV | 119.8 | 186.24 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 223 | 0.39 | 0.59 | 0 | 0.13 | 260.91 | 0.67 | 0.62 |
| Hex | 89 | 5B | DF | 27 | 3B | 0 | D | 105 | 43 | 3E |
| Octal | 211 | 133 | 337 | 47 | 73 | 0 | 15 | 405 | 103 | 76 |
| Binary | 10001001 | 1011011 | 11011111 | 100111 | 111011 | 0 | 1101 | 100000101 | 1000011 | 111110 |
Color Harmonies of #895BDF
Complementary color
Monochromatic Colors of #895BDF
Black with #895BDF
Text Example
Text Example
White with #895BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BDF; }
p { color: rgb(137,91,223); }
H1.HeaderClassName
{
color: #895BDF;
}
.AnyTagClassName
{
color: #895BDF;
}
</style>
background-color css
<style>
a { background-color: #895BDF; }
a { background-color: rgb(137,91,223); }
div.DivClassName
{
background-color: #895BDF;
}
.BgClassName
{
background-color: #895BDF;
}
</style>
border-color css
<style>
span { border-color: #895BDF; }
span { border-color: rgb(137,91,223); }
td.TdClassName
{
border-color: #895BDF;
}
.TagClassName
{
border-color: #895BDF;
}
</style>