Shades of Medium Purple #8F60EA
Tints of Medium Purple #8F60EA
RGB
CMYK
RGB Variations
Color information
#8F60EA (or 0x8F60EA) is known color: Medium Purple. HEX triplet: 8F, 60 and EA. RGB value is (143,96,234). Sum of RGB (Red+Green+Blue) = 143+96+234=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F60EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F60EA is #709F15. Grayscale: #7D7D7D. Windows color (decimal): -7380758 or 15360143. OLE color: 15360143.
HSL color Cylindrical-coordinate representation of color #8F60EA: hue angle of 260.43º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F60EA is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 96 | 234 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.08 |
| HSL | 260.43º | 0.77% | 0.65% | - |
| HSV(B) | 260.43º | 0.59% | 0.92% | - |
| XYZ | 30.36 | 20.15 | 80.13 | - |
| YUV | 125.79 | 189.07 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 234 | 0.39 | 0.59 | 0 | 0.08 | 260.43 | 0.77 | 0.65 |
| Hex | 8F | 60 | EA | 27 | 3B | 0 | 8 | 104 | 4D | 41 |
| Octal | 217 | 140 | 352 | 47 | 73 | 0 | 10 | 404 | 115 | 101 |
| Binary | 10001111 | 1100000 | 11101010 | 100111 | 111011 | 0 | 1000 | 100000100 | 1001101 | 1000001 |
Color Harmonies of #8F60EA
Complementary color
Monochromatic Colors of #8F60EA
Black with #8F60EA
Text Example
Text Example
White with #8F60EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F60EA; }
p { color: rgb(143,96,234); }
H1.HeaderClassName
{
color: #8F60EA;
}
.AnyTagClassName
{
color: #8F60EA;
}
</style>
background-color css
<style>
a { background-color: #8F60EA; }
a { background-color: rgb(143,96,234); }
div.DivClassName
{
background-color: #8F60EA;
}
.BgClassName
{
background-color: #8F60EA;
}
</style>
border-color css
<style>
span { border-color: #8F60EA; }
span { border-color: rgb(143,96,234); }
td.TdClassName
{
border-color: #8F60EA;
}
.TagClassName
{
border-color: #8F60EA;
}
</style>