Shades of Medium Purple #8F61EF
Tints of Medium Purple #8F61EF
RGB
CMYK
RGB Variations
Color information
#8F61EF (or 0x8F61EF) is known color: Medium Purple. HEX triplet: 8F, 61 and EF. RGB value is (143,97,239). Sum of RGB (Red+Green+Blue) = 143+97+239=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F61EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F61EF is #709E10. Grayscale: #7E7E7E. Windows color (decimal): -7380497 or 15688079. OLE color: 15688079.
HSL color Cylindrical-coordinate representation of color #8F61EF: hue angle of 259.44º degrees, saturation: 0.82, 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 #8F61EF is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 97 | 239 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.06 |
| HSL | 259.44º | 0.82% | 0.66% | - |
| HSV(B) | 259.44º | 0.59% | 0.94% | - |
| XYZ | 31.18 | 20.62 | 84 | - |
| YUV | 126.94 | 191.24 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 239 | 0.40 | 0.59 | 0 | 0.06 | 259.44 | 0.82 | 0.66 |
| Hex | 8F | 61 | EF | 28 | 3B | 0 | 6 | 103 | 52 | 42 |
| Octal | 217 | 141 | 357 | 50 | 73 | 0 | 6 | 403 | 122 | 102 |
| Binary | 10001111 | 1100001 | 11101111 | 101000 | 111011 | 0 | 110 | 100000011 | 1010010 | 1000010 |
Color Harmonies of #8F61EF
Complementary color
Monochromatic Colors of #8F61EF
Black with #8F61EF
Text Example
Text Example
White with #8F61EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F61EF; }
p { color: rgb(143,97,239); }
H1.HeaderClassName
{
color: #8F61EF;
}
.AnyTagClassName
{
color: #8F61EF;
}
</style>
background-color css
<style>
a { background-color: #8F61EF; }
a { background-color: rgb(143,97,239); }
div.DivClassName
{
background-color: #8F61EF;
}
.BgClassName
{
background-color: #8F61EF;
}
</style>
border-color css
<style>
span { border-color: #8F61EF; }
span { border-color: rgb(143,97,239); }
td.TdClassName
{
border-color: #8F61EF;
}
.TagClassName
{
border-color: #8F61EF;
}
</style>