Shades of Medium Purple #8F65EC
Tints of Medium Purple #8F65EC
RGB
CMYK
RGB Variations
Color information
#8F65EC (or 0x8F65EC) is known color: Medium Purple. HEX triplet: 8F, 65 and EC. RGB value is (143,101,236). Sum of RGB (Red+Green+Blue) = 143+101+236=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F65EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F65EC is #709A13. Grayscale: #808080. Windows color (decimal): -7379476 or 15492495. OLE color: 15492495.
HSL color Cylindrical-coordinate representation of color #8F65EC: hue angle of 258.67º 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 #8F65EC is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 101 | 236 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.07 |
| HSL | 258.67º | 0.78% | 0.66% | - |
| HSV(B) | 258.67º | 0.57% | 0.93% | - |
| XYZ | 31.12 | 21.2 | 81.81 | - |
| YUV | 128.95 | 188.41 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 101 | 236 | 0.39 | 0.57 | 0 | 0.07 | 258.67 | 0.78 | 0.66 |
| Hex | 8F | 65 | EC | 27 | 39 | 0 | 7 | 103 | 4E | 42 |
| Octal | 217 | 145 | 354 | 47 | 71 | 0 | 7 | 403 | 116 | 102 |
| Binary | 10001111 | 1100101 | 11101100 | 100111 | 111001 | 0 | 111 | 100000011 | 1001110 | 1000010 |
Color Harmonies of #8F65EC
Complementary color
Monochromatic Colors of #8F65EC
Black with #8F65EC
Text Example
Text Example
White with #8F65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F65EC; }
p { color: rgb(143,101,236); }
H1.HeaderClassName
{
color: #8F65EC;
}
.AnyTagClassName
{
color: #8F65EC;
}
</style>
background-color css
<style>
a { background-color: #8F65EC; }
a { background-color: rgb(143,101,236); }
div.DivClassName
{
background-color: #8F65EC;
}
.BgClassName
{
background-color: #8F65EC;
}
</style>
border-color css
<style>
span { border-color: #8F65EC; }
span { border-color: rgb(143,101,236); }
td.TdClassName
{
border-color: #8F65EC;
}
.TagClassName
{
border-color: #8F65EC;
}
</style>