Shades of Medium Purple #8F60EE
Tints of Medium Purple #8F60EE
RGB
CMYK
RGB Variations
Color information
#8F60EE (or 0x8F60EE) is known color: Medium Purple. HEX triplet: 8F, 60 and EE. RGB value is (143,96,238). Sum of RGB (Red+Green+Blue) = 143+96+238=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F60EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F60EE is #709F11. Grayscale: #7D7D7D. Windows color (decimal): -7380754 or 15622287. OLE color: 15622287.
HSL color Cylindrical-coordinate representation of color #8F60EE: hue angle of 259.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F60EE is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 96 | 238 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.07 |
| HSL | 259.86º | 0.81% | 0.65% | - |
| HSV(B) | 259.86º | 0.6% | 0.93% | - |
| XYZ | 30.94 | 20.38 | 83.19 | - |
| YUV | 126.24 | 191.07 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 238 | 0.40 | 0.60 | 0 | 0.07 | 259.86 | 0.81 | 0.65 |
| Hex | 8F | 60 | EE | 28 | 3C | 0 | 7 | 104 | 51 | 41 |
| Octal | 217 | 140 | 356 | 50 | 74 | 0 | 7 | 404 | 121 | 101 |
| Binary | 10001111 | 1100000 | 11101110 | 101000 | 111100 | 0 | 111 | 100000100 | 1010001 | 1000001 |
Color Harmonies of #8F60EE
Complementary color
Monochromatic Colors of #8F60EE
Black with #8F60EE
Text Example
Text Example
White with #8F60EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F60EE; }
p { color: rgb(143,96,238); }
H1.HeaderClassName
{
color: #8F60EE;
}
.AnyTagClassName
{
color: #8F60EE;
}
</style>
background-color css
<style>
a { background-color: #8F60EE; }
a { background-color: rgb(143,96,238); }
div.DivClassName
{
background-color: #8F60EE;
}
.BgClassName
{
background-color: #8F60EE;
}
</style>
border-color css
<style>
span { border-color: #8F60EE; }
span { border-color: rgb(143,96,238); }
td.TdClassName
{
border-color: #8F60EE;
}
.TagClassName
{
border-color: #8F60EE;
}
</style>