Shades of Medium Purple #8D65DE
Tints of Medium Purple #8D65DE
RGB
CMYK
RGB Variations
Color information
#8D65DE (or 0x8D65DE) is known color: Medium Purple. HEX triplet: 8D, 65 and DE. RGB value is (141,101,222). Sum of RGB (Red+Green+Blue) = 141+101+222=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D65DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D65DE is #729A21. Grayscale: #7E7E7E. Windows color (decimal): -7510562 or 14574989. OLE color: 14574989.
HSL color Cylindrical-coordinate representation of color #8D65DE: hue angle of 259.83º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D65DE is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 101 | 222 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.13 |
| HSL | 259.83º | 0.65% | 0.63% | - |
| HSV(B) | 259.83º | 0.55% | 0.87% | - |
| XYZ | 28.82 | 20.24 | 71.5 | - |
| YUV | 126.75 | 181.75 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 222 | 0.36 | 0.55 | 0 | 0.13 | 259.83 | 0.65 | 0.63 |
| Hex | 8D | 65 | DE | 24 | 37 | 0 | D | 104 | 41 | 3F |
| Octal | 215 | 145 | 336 | 44 | 67 | 0 | 15 | 404 | 101 | 77 |
| Binary | 10001101 | 1100101 | 11011110 | 100100 | 110111 | 0 | 1101 | 100000100 | 1000001 | 111111 |
Color Harmonies of #8D65DE
Complementary color
Monochromatic Colors of #8D65DE
Black with #8D65DE
Text Example
Text Example
White with #8D65DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D65DE; }
p { color: rgb(141,101,222); }
H1.HeaderClassName
{
color: #8D65DE;
}
.AnyTagClassName
{
color: #8D65DE;
}
</style>
background-color css
<style>
a { background-color: #8D65DE; }
a { background-color: rgb(141,101,222); }
div.DivClassName
{
background-color: #8D65DE;
}
.BgClassName
{
background-color: #8D65DE;
}
</style>
border-color css
<style>
span { border-color: #8D65DE; }
span { border-color: rgb(141,101,222); }
td.TdClassName
{
border-color: #8D65DE;
}
.TagClassName
{
border-color: #8D65DE;
}
</style>