Shades of Medium Purple #8C70DC
Tints of Medium Purple #8C70DC
RGB
CMYK
RGB Variations
Color information
#8C70DC (or 0x8C70DC) is known color: Medium Purple. HEX triplet: 8C, 70 and DC. RGB value is (140,112,220). Sum of RGB (Red+Green+Blue) = 140+112+220=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C70DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C70DC is #738F23. Grayscale: #848484. Windows color (decimal): -7573284 or 14446732. OLE color: 14446732.
HSL color Cylindrical-coordinate representation of color #8C70DC: hue angle of 255.56º 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 #8C70DC is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 112 | 220 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.14 |
| HSL | 255.56º | 0.61% | 0.65% | - |
| HSV(B) | 255.56º | 0.49% | 0.86% | - |
| XYZ | 29.53 | 22.33 | 70.46 | - |
| YUV | 132.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 220 | 0.36 | 0.49 | 0 | 0.14 | 255.56 | 0.61 | 0.65 |
| Hex | 8C | 70 | DC | 24 | 31 | 0 | E | 100 | 3D | 41 |
| Octal | 214 | 160 | 334 | 44 | 61 | 0 | 16 | 400 | 75 | 101 |
| Binary | 10001100 | 1110000 | 11011100 | 100100 | 110001 | 0 | 1110 | 100000000 | 111101 | 1000001 |
Color Harmonies of #8C70DC
Complementary color
Monochromatic Colors of #8C70DC
Black with #8C70DC
Text Example
Text Example
White with #8C70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C70DC; }
p { color: rgb(140,112,220); }
H1.HeaderClassName
{
color: #8C70DC;
}
.AnyTagClassName
{
color: #8C70DC;
}
</style>
background-color css
<style>
a { background-color: #8C70DC; }
a { background-color: rgb(140,112,220); }
div.DivClassName
{
background-color: #8C70DC;
}
.BgClassName
{
background-color: #8C70DC;
}
</style>
border-color css
<style>
span { border-color: #8C70DC; }
span { border-color: rgb(140,112,220); }
td.TdClassName
{
border-color: #8C70DC;
}
.TagClassName
{
border-color: #8C70DC;
}
</style>