Shades of Medium Purple #8F6EDE
Tints of Medium Purple #8F6EDE
RGB
CMYK
RGB Variations
Color information
#8F6EDE (or 0x8F6EDE) is known color: Medium Purple. HEX triplet: 8F, 6E and DE. RGB value is (143,110,222). Sum of RGB (Red+Green+Blue) = 143+110+222=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F6EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6EDE is #709121. Grayscale: #848484. Windows color (decimal): -7377186 or 14577295. OLE color: 14577295.
HSL color Cylindrical-coordinate representation of color #8F6EDE: hue angle of 257.68º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F6EDE is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 110 | 222 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.13 |
| HSL | 257.68º | 0.63% | 0.65% | - |
| HSV(B) | 257.68º | 0.5% | 0.87% | - |
| XYZ | 30.09 | 22.27 | 71.82 | - |
| YUV | 132.64 | 178.43 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 110 | 222 | 0.36 | 0.50 | 0 | 0.13 | 257.68 | 0.63 | 0.65 |
| Hex | 8F | 6E | DE | 24 | 32 | 0 | D | 102 | 3F | 41 |
| Octal | 217 | 156 | 336 | 44 | 62 | 0 | 15 | 402 | 77 | 101 |
| Binary | 10001111 | 1101110 | 11011110 | 100100 | 110010 | 0 | 1101 | 100000010 | 111111 | 1000001 |
Color Harmonies of #8F6EDE
Complementary color
Monochromatic Colors of #8F6EDE
Black with #8F6EDE
Text Example
Text Example
White with #8F6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6EDE; }
p { color: rgb(143,110,222); }
H1.HeaderClassName
{
color: #8F6EDE;
}
.AnyTagClassName
{
color: #8F6EDE;
}
</style>
background-color css
<style>
a { background-color: #8F6EDE; }
a { background-color: rgb(143,110,222); }
div.DivClassName
{
background-color: #8F6EDE;
}
.BgClassName
{
background-color: #8F6EDE;
}
</style>
border-color css
<style>
span { border-color: #8F6EDE; }
span { border-color: rgb(143,110,222); }
td.TdClassName
{
border-color: #8F6EDE;
}
.TagClassName
{
border-color: #8F6EDE;
}
</style>