Shades of Medium Purple #8D70DC
Tints of Medium Purple #8D70DC
RGB
CMYK
RGB Variations
Color information
#8D70DC (or 0x8D70DC) is known color: Medium Purple. HEX triplet: 8D, 70 and DC. RGB value is (141,112,220). Sum of RGB (Red+Green+Blue) = 141+112+220=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D70DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D70DC is #728F23. Grayscale: #848484. Windows color (decimal): -7507748 or 14446733. OLE color: 14446733.
HSL color Cylindrical-coordinate representation of color #8D70DC: hue angle of 256.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D70DC is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 112 | 220 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.14 |
| HSL | 256.11º | 0.61% | 0.65% | - |
| HSV(B) | 256.11º | 0.49% | 0.86% | - |
| XYZ | 29.7 | 22.42 | 70.47 | - |
| YUV | 132.98 | 177.11 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 220 | 0.36 | 0.49 | 0 | 0.14 | 256.11 | 0.61 | 0.65 |
| Hex | 8D | 70 | DC | 24 | 31 | 0 | E | 100 | 3D | 41 |
| Octal | 215 | 160 | 334 | 44 | 61 | 0 | 16 | 400 | 75 | 101 |
| Binary | 10001101 | 1110000 | 11011100 | 100100 | 110001 | 0 | 1110 | 100000000 | 111101 | 1000001 |
Color Harmonies of #8D70DC
Complementary color
Monochromatic Colors of #8D70DC
Black with #8D70DC
Text Example
Text Example
White with #8D70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D70DC; }
p { color: rgb(141,112,220); }
H1.HeaderClassName
{
color: #8D70DC;
}
.AnyTagClassName
{
color: #8D70DC;
}
</style>
background-color css
<style>
a { background-color: #8D70DC; }
a { background-color: rgb(141,112,220); }
div.DivClassName
{
background-color: #8D70DC;
}
.BgClassName
{
background-color: #8D70DC;
}
</style>
border-color css
<style>
span { border-color: #8D70DC; }
span { border-color: rgb(141,112,220); }
td.TdClassName
{
border-color: #8D70DC;
}
.TagClassName
{
border-color: #8D70DC;
}
</style>