Shades of Medium Purple #8F63EF
Tints of Medium Purple #8F63EF
RGB
CMYK
RGB Variations
Color information
#8F63EF (or 0x8F63EF) is known color: Medium Purple. HEX triplet: 8F, 63 and EF. RGB value is (143,99,239). Sum of RGB (Red+Green+Blue) = 143+99+239=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F63EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F63EF is #709C10. Grayscale: #7F7F7F. Windows color (decimal): -7379985 or 15688591. OLE color: 15688591.
HSL color Cylindrical-coordinate representation of color #8F63EF: hue angle of 258.86º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F63EF is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 99 | 239 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.06 |
| HSL | 258.86º | 0.81% | 0.66% | - |
| HSV(B) | 258.86º | 0.59% | 0.94% | - |
| XYZ | 31.37 | 21 | 84.06 | - |
| YUV | 128.12 | 190.58 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 99 | 239 | 0.40 | 0.59 | 0 | 0.06 | 258.86 | 0.81 | 0.66 |
| Hex | 8F | 63 | EF | 28 | 3B | 0 | 6 | 103 | 51 | 42 |
| Octal | 217 | 143 | 357 | 50 | 73 | 0 | 6 | 403 | 121 | 102 |
| Binary | 10001111 | 1100011 | 11101111 | 101000 | 111011 | 0 | 110 | 100000011 | 1010001 | 1000010 |
Color Harmonies of #8F63EF
Complementary color
Monochromatic Colors of #8F63EF
Black with #8F63EF
Text Example
Text Example
White with #8F63EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F63EF; }
p { color: rgb(143,99,239); }
H1.HeaderClassName
{
color: #8F63EF;
}
.AnyTagClassName
{
color: #8F63EF;
}
</style>
background-color css
<style>
a { background-color: #8F63EF; }
a { background-color: rgb(143,99,239); }
div.DivClassName
{
background-color: #8F63EF;
}
.BgClassName
{
background-color: #8F63EF;
}
</style>
border-color css
<style>
span { border-color: #8F63EF; }
span { border-color: rgb(143,99,239); }
td.TdClassName
{
border-color: #8F63EF;
}
.TagClassName
{
border-color: #8F63EF;
}
</style>