Shades of Medium Purple #8F61EE
Tints of Medium Purple #8F61EE
RGB
CMYK
RGB Variations
Color information
#8F61EE (or 0x8F61EE) is known color: Medium Purple. HEX triplet: 8F, 61 and EE. RGB value is (143,97,238). Sum of RGB (Red+Green+Blue) = 143+97+238=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F61EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F61EE is #709E11. Grayscale: #7E7E7E. Windows color (decimal): -7380498 or 15622543. OLE color: 15622543.
HSL color Cylindrical-coordinate representation of color #8F61EE: hue angle of 259.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F61EE is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 97 | 238 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.07 |
| HSL | 259.57º | 0.81% | 0.66% | - |
| HSV(B) | 259.57º | 0.59% | 0.93% | - |
| XYZ | 31.04 | 20.56 | 83.22 | - |
| YUV | 126.83 | 190.74 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 238 | 0.40 | 0.59 | 0 | 0.07 | 259.57 | 0.81 | 0.66 |
| Hex | 8F | 61 | EE | 28 | 3B | 0 | 7 | 104 | 51 | 42 |
| Octal | 217 | 141 | 356 | 50 | 73 | 0 | 7 | 404 | 121 | 102 |
| Binary | 10001111 | 1100001 | 11101110 | 101000 | 111011 | 0 | 111 | 100000100 | 1010001 | 1000010 |
Color Harmonies of #8F61EE
Complementary color
Monochromatic Colors of #8F61EE
Black with #8F61EE
Text Example
Text Example
White with #8F61EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F61EE; }
p { color: rgb(143,97,238); }
H1.HeaderClassName
{
color: #8F61EE;
}
.AnyTagClassName
{
color: #8F61EE;
}
</style>
background-color css
<style>
a { background-color: #8F61EE; }
a { background-color: rgb(143,97,238); }
div.DivClassName
{
background-color: #8F61EE;
}
.BgClassName
{
background-color: #8F61EE;
}
</style>
border-color css
<style>
span { border-color: #8F61EE; }
span { border-color: rgb(143,97,238); }
td.TdClassName
{
border-color: #8F61EE;
}
.TagClassName
{
border-color: #8F61EE;
}
</style>