Shades of Medium Purple #895CDA
Tints of Medium Purple #895CDA
RGB
CMYK
RGB Variations
Color information
#895CDA (or 0x895CDA) is known color: Medium Purple. HEX triplet: 89, 5C and DA. RGB value is (137,92,218). Sum of RGB (Red+Green+Blue) = 137+92+218=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #895CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CDA is #76A325. Grayscale: #777777. Windows color (decimal): -7775014 or 14310537. OLE color: 14310537.
HSL color Cylindrical-coordinate representation of color #895CDA: hue angle of 261.43º 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 #895CDA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 92 | 218 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.15 |
| HSL | 261.43º | 0.63% | 0.61% | - |
| HSV(B) | 261.43º | 0.58% | 0.85% | - |
| XYZ | 26.8 | 18.03 | 68.4 | - |
| YUV | 119.82 | 183.41 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 218 | 0.37 | 0.58 | 0 | 0.15 | 261.43 | 0.63 | 0.61 |
| Hex | 89 | 5C | DA | 25 | 3A | 0 | F | 105 | 3F | 3D |
| Octal | 211 | 134 | 332 | 45 | 72 | 0 | 17 | 405 | 77 | 75 |
| Binary | 10001001 | 1011100 | 11011010 | 100101 | 111010 | 0 | 1111 | 100000101 | 111111 | 111101 |
Color Harmonies of #895CDA
Complementary color
Monochromatic Colors of #895CDA
Black with #895CDA
Text Example
Text Example
White with #895CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895CDA; }
p { color: rgb(137,92,218); }
H1.HeaderClassName
{
color: #895CDA;
}
.AnyTagClassName
{
color: #895CDA;
}
</style>
background-color css
<style>
a { background-color: #895CDA; }
a { background-color: rgb(137,92,218); }
div.DivClassName
{
background-color: #895CDA;
}
.BgClassName
{
background-color: #895CDA;
}
</style>
border-color css
<style>
span { border-color: #895CDA; }
span { border-color: rgb(137,92,218); }
td.TdClassName
{
border-color: #895CDA;
}
.TagClassName
{
border-color: #895CDA;
}
</style>