Shades of Medium Purple #8F6DD5
Tints of Medium Purple #8F6DD5
RGB
CMYK
RGB Variations
Color information
#8F6DD5 (or 0x8F6DD5) is known color: Medium Purple. HEX triplet: 8F, 6D and D5. RGB value is (143,109,213). Sum of RGB (Red+Green+Blue) = 143+109+213=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #8F6DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6DD5 is #70922A. Grayscale: #828282. Windows color (decimal): -7377451 or 13987215. OLE color: 13987215.
HSL color Cylindrical-coordinate representation of color #8F6DD5: hue angle of 259.62º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F6DD5 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 109 | 213 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.16 |
| HSL | 259.62º | 0.55% | 0.63% | - |
| HSV(B) | 259.62º | 0.49% | 0.84% | - |
| XYZ | 28.81 | 21.58 | 65.6 | - |
| YUV | 131.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 109 | 213 | 0.33 | 0.49 | 0 | 0.16 | 259.62 | 0.55 | 0.63 |
| Hex | 8F | 6D | D5 | 21 | 31 | 0 | 10 | 104 | 37 | 3F |
| Octal | 217 | 155 | 325 | 41 | 61 | 0 | 20 | 404 | 67 | 77 |
| Binary | 10001111 | 1101101 | 11010101 | 100001 | 110001 | 0 | 10000 | 100000100 | 110111 | 111111 |
Color Harmonies of #8F6DD5
Complementary color
Monochromatic Colors of #8F6DD5
Black with #8F6DD5
Text Example
Text Example
White with #8F6DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6DD5; }
p { color: rgb(143,109,213); }
H1.HeaderClassName
{
color: #8F6DD5;
}
.AnyTagClassName
{
color: #8F6DD5;
}
</style>
background-color css
<style>
a { background-color: #8F6DD5; }
a { background-color: rgb(143,109,213); }
div.DivClassName
{
background-color: #8F6DD5;
}
.BgClassName
{
background-color: #8F6DD5;
}
</style>
border-color css
<style>
span { border-color: #8F6DD5; }
span { border-color: rgb(143,109,213); }
td.TdClassName
{
border-color: #8F6DD5;
}
.TagClassName
{
border-color: #8F6DD5;
}
</style>