Shades of Medium Purple #8F5AEE
Tints of Medium Purple #8F5AEE
RGB
CMYK
RGB Variations
Color information
#8F5AEE (or 0x8F5AEE) is known color: Medium Purple. HEX triplet: 8F, 5A and EE. RGB value is (143,90,238). Sum of RGB (Red+Green+Blue) = 143+90+238=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F5AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5AEE is #70A511. Grayscale: #7A7A7A. Windows color (decimal): -7382290 or 15620751. OLE color: 15620751.
HSL color Cylindrical-coordinate representation of color #8F5AEE: hue angle of 261.49º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F5AEE is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 90 | 238 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.07 |
| HSL | 261.49º | 0.81% | 0.64% | - |
| HSV(B) | 261.49º | 0.62% | 0.93% | - |
| XYZ | 30.42 | 19.33 | 83.02 | - |
| YUV | 122.72 | 193.06 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 238 | 0.40 | 0.62 | 0 | 0.07 | 261.49 | 0.81 | 0.64 |
| Hex | 8F | 5A | EE | 28 | 3E | 0 | 7 | 105 | 51 | 40 |
| Octal | 217 | 132 | 356 | 50 | 76 | 0 | 7 | 405 | 121 | 100 |
| Binary | 10001111 | 1011010 | 11101110 | 101000 | 111110 | 0 | 111 | 100000101 | 1010001 | 1000000 |
Color Harmonies of #8F5AEE
Complementary color
Monochromatic Colors of #8F5AEE
Black with #8F5AEE
Text Example
Text Example
White with #8F5AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5AEE; }
p { color: rgb(143,90,238); }
H1.HeaderClassName
{
color: #8F5AEE;
}
.AnyTagClassName
{
color: #8F5AEE;
}
</style>
background-color css
<style>
a { background-color: #8F5AEE; }
a { background-color: rgb(143,90,238); }
div.DivClassName
{
background-color: #8F5AEE;
}
.BgClassName
{
background-color: #8F5AEE;
}
</style>
border-color css
<style>
span { border-color: #8F5AEE; }
span { border-color: rgb(143,90,238); }
td.TdClassName
{
border-color: #8F5AEE;
}
.TagClassName
{
border-color: #8F5AEE;
}
</style>