Shades of Medium Purple #8F5DED
Tints of Medium Purple #8F5DED
RGB
CMYK
RGB Variations
Color information
#8F5DED (or 0x8F5DED) is known color: Medium Purple. HEX triplet: 8F, 5D and ED. RGB value is (143,93,237). Sum of RGB (Red+Green+Blue) = 143+93+237=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F5DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5DED is #70A212. Grayscale: #7B7B7B. Windows color (decimal): -7381523 or 15555983. OLE color: 15555983.
HSL color Cylindrical-coordinate representation of color #8F5DED: hue angle of 260.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F5DED is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 93 | 237 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.07 |
| HSL | 260.83º | 0.8% | 0.65% | - |
| HSV(B) | 260.83º | 0.61% | 0.93% | - |
| XYZ | 30.53 | 19.78 | 82.33 | - |
| YUV | 124.37 | 191.57 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 237 | 0.40 | 0.61 | 0 | 0.07 | 260.83 | 0.8 | 0.65 |
| Hex | 8F | 5D | ED | 28 | 3D | 0 | 7 | 105 | 50 | 41 |
| Octal | 217 | 135 | 355 | 50 | 75 | 0 | 7 | 405 | 120 | 101 |
| Binary | 10001111 | 1011101 | 11101101 | 101000 | 111101 | 0 | 111 | 100000101 | 1010000 | 1000001 |
Color Harmonies of #8F5DED
Complementary color
Monochromatic Colors of #8F5DED
Black with #8F5DED
Text Example
Text Example
White with #8F5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5DED; }
p { color: rgb(143,93,237); }
H1.HeaderClassName
{
color: #8F5DED;
}
.AnyTagClassName
{
color: #8F5DED;
}
</style>
background-color css
<style>
a { background-color: #8F5DED; }
a { background-color: rgb(143,93,237); }
div.DivClassName
{
background-color: #8F5DED;
}
.BgClassName
{
background-color: #8F5DED;
}
</style>
border-color css
<style>
span { border-color: #8F5DED; }
span { border-color: rgb(143,93,237); }
td.TdClassName
{
border-color: #8F5DED;
}
.TagClassName
{
border-color: #8F5DED;
}
</style>