Shades of Medium Purple #8D5FD6
Tints of Medium Purple #8D5FD6
RGB
CMYK
RGB Variations
Color information
#8D5FD6 (or 0x8D5FD6) is known color: Medium Purple. HEX triplet: 8D, 5F and D6. RGB value is (141,95,214). Sum of RGB (Red+Green+Blue) = 141+95+214=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #8D5FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5FD6 is #72A029. Grayscale: #797979. Windows color (decimal): -7512106 or 14049165. OLE color: 14049165.
HSL color Cylindrical-coordinate representation of color #8D5FD6: hue angle of 263.19º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D5FD6 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 95 | 214 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.16 |
| HSL | 263.19º | 0.59% | 0.61% | - |
| HSV(B) | 263.19º | 0.56% | 0.84% | - |
| XYZ | 27.21 | 18.7 | 65.79 | - |
| YUV | 122.32 | 179.74 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 95 | 214 | 0.34 | 0.56 | 0 | 0.16 | 263.19 | 0.59 | 0.61 |
| Hex | 8D | 5F | D6 | 22 | 38 | 0 | 10 | 107 | 3B | 3D |
| Octal | 215 | 137 | 326 | 42 | 70 | 0 | 20 | 407 | 73 | 75 |
| Binary | 10001101 | 1011111 | 11010110 | 100010 | 111000 | 0 | 10000 | 100000111 | 111011 | 111101 |
Color Harmonies of #8D5FD6
Complementary color
Monochromatic Colors of #8D5FD6
Black with #8D5FD6
Text Example
Text Example
White with #8D5FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5FD6; }
p { color: rgb(141,95,214); }
H1.HeaderClassName
{
color: #8D5FD6;
}
.AnyTagClassName
{
color: #8D5FD6;
}
</style>
background-color css
<style>
a { background-color: #8D5FD6; }
a { background-color: rgb(141,95,214); }
div.DivClassName
{
background-color: #8D5FD6;
}
.BgClassName
{
background-color: #8D5FD6;
}
</style>
border-color css
<style>
span { border-color: #8D5FD6; }
span { border-color: rgb(141,95,214); }
td.TdClassName
{
border-color: #8D5FD6;
}
.TagClassName
{
border-color: #8D5FD6;
}
</style>