Shades of Medium Purple #8D65EC
Tints of Medium Purple #8D65EC
RGB
CMYK
RGB Variations
Color information
#8D65EC (or 0x8D65EC) is known color: Medium Purple. HEX triplet: 8D, 65 and EC. RGB value is (141,101,236). Sum of RGB (Red+Green+Blue) = 141+101+236=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D65EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D65EC is #729A13. Grayscale: #7F7F7F. Windows color (decimal): -7510548 or 15492493. OLE color: 15492493.
HSL color Cylindrical-coordinate representation of color #8D65EC: hue angle of 257.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D65EC is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 101 | 236 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.07 |
| HSL | 257.78º | 0.78% | 0.66% | - |
| HSV(B) | 257.78º | 0.57% | 0.93% | - |
| XYZ | 30.78 | 21.03 | 81.79 | - |
| YUV | 128.35 | 188.75 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 236 | 0.40 | 0.57 | 0 | 0.07 | 257.78 | 0.78 | 0.66 |
| Hex | 8D | 65 | EC | 28 | 39 | 0 | 7 | 102 | 4E | 42 |
| Octal | 215 | 145 | 354 | 50 | 71 | 0 | 7 | 402 | 116 | 102 |
| Binary | 10001101 | 1100101 | 11101100 | 101000 | 111001 | 0 | 111 | 100000010 | 1001110 | 1000010 |
Color Harmonies of #8D65EC
Complementary color
Monochromatic Colors of #8D65EC
Black with #8D65EC
Text Example
Text Example
White with #8D65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D65EC; }
p { color: rgb(141,101,236); }
H1.HeaderClassName
{
color: #8D65EC;
}
.AnyTagClassName
{
color: #8D65EC;
}
</style>
background-color css
<style>
a { background-color: #8D65EC; }
a { background-color: rgb(141,101,236); }
div.DivClassName
{
background-color: #8D65EC;
}
.BgClassName
{
background-color: #8D65EC;
}
</style>
border-color css
<style>
span { border-color: #8D65EC; }
span { border-color: rgb(141,101,236); }
td.TdClassName
{
border-color: #8D65EC;
}
.TagClassName
{
border-color: #8D65EC;
}
</style>