Shades of Medium Purple #8D65E9
Tints of Medium Purple #8D65E9
RGB
CMYK
RGB Variations
Color information
#8D65E9 (or 0x8D65E9) is known color: Medium Purple. HEX triplet: 8D, 65 and E9. RGB value is (141,101,233). Sum of RGB (Red+Green+Blue) = 141+101+233=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #8D65E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D65E9 is #729A16. Grayscale: #7F7F7F. Windows color (decimal): -7510551 or 15295885. OLE color: 15295885.
HSL color Cylindrical-coordinate representation of color #8D65E9: hue angle of 258.18º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D65E9 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 101 | 233 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.09 |
| HSL | 258.18º | 0.75% | 0.65% | - |
| HSV(B) | 258.18º | 0.57% | 0.91% | - |
| XYZ | 30.35 | 20.85 | 79.52 | - |
| YUV | 128.01 | 187.25 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 233 | 0.39 | 0.57 | 0 | 0.09 | 258.18 | 0.75 | 0.65 |
| Hex | 8D | 65 | E9 | 27 | 39 | 0 | 9 | 102 | 4B | 41 |
| Octal | 215 | 145 | 351 | 47 | 71 | 0 | 11 | 402 | 113 | 101 |
| Binary | 10001101 | 1100101 | 11101001 | 100111 | 111001 | 0 | 1001 | 100000010 | 1001011 | 1000001 |
Color Harmonies of #8D65E9
Complementary color
Monochromatic Colors of #8D65E9
Black with #8D65E9
Text Example
Text Example
White with #8D65E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D65E9; }
p { color: rgb(141,101,233); }
H1.HeaderClassName
{
color: #8D65E9;
}
.AnyTagClassName
{
color: #8D65E9;
}
</style>
background-color css
<style>
a { background-color: #8D65E9; }
a { background-color: rgb(141,101,233); }
div.DivClassName
{
background-color: #8D65E9;
}
.BgClassName
{
background-color: #8D65E9;
}
</style>
border-color css
<style>
span { border-color: #8D65E9; }
span { border-color: rgb(141,101,233); }
td.TdClassName
{
border-color: #8D65E9;
}
.TagClassName
{
border-color: #8D65E9;
}
</style>