Shades of Medium Purple #8D5FDA
Tints of Medium Purple #8D5FDA
RGB
CMYK
RGB Variations
Color information
#8D5FDA (or 0x8D5FDA) is known color: Medium Purple. HEX triplet: 8D, 5F and DA. RGB value is (141,95,218). Sum of RGB (Red+Green+Blue) = 141+95+218=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D5FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5FDA is #72A025. Grayscale: #7A7A7A. Windows color (decimal): -7512102 or 14311309. OLE color: 14311309.
HSL color Cylindrical-coordinate representation of color #8D5FDA: hue angle of 262.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D5FDA is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 95 | 218 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.15 |
| HSL | 262.44º | 0.62% | 0.61% | - |
| HSV(B) | 262.44º | 0.56% | 0.85% | - |
| XYZ | 27.73 | 18.91 | 68.52 | - |
| YUV | 122.78 | 181.74 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 95 | 218 | 0.35 | 0.56 | 0 | 0.15 | 262.44 | 0.62 | 0.61 |
| Hex | 8D | 5F | DA | 23 | 38 | 0 | F | 106 | 3E | 3D |
| Octal | 215 | 137 | 332 | 43 | 70 | 0 | 17 | 406 | 76 | 75 |
| Binary | 10001101 | 1011111 | 11011010 | 100011 | 111000 | 0 | 1111 | 100000110 | 111110 | 111101 |
Color Harmonies of #8D5FDA
Complementary color
Monochromatic Colors of #8D5FDA
Black with #8D5FDA
Text Example
Text Example
White with #8D5FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5FDA; }
p { color: rgb(141,95,218); }
H1.HeaderClassName
{
color: #8D5FDA;
}
.AnyTagClassName
{
color: #8D5FDA;
}
</style>
background-color css
<style>
a { background-color: #8D5FDA; }
a { background-color: rgb(141,95,218); }
div.DivClassName
{
background-color: #8D5FDA;
}
.BgClassName
{
background-color: #8D5FDA;
}
</style>
border-color css
<style>
span { border-color: #8D5FDA; }
span { border-color: rgb(141,95,218); }
td.TdClassName
{
border-color: #8D5FDA;
}
.TagClassName
{
border-color: #8D5FDA;
}
</style>