Shades of Medium Purple #8D6DDB
Tints of Medium Purple #8D6DDB
RGB
CMYK
RGB Variations
Color information
#8D6DDB (or 0x8D6DDB) is known color: Medium Purple. HEX triplet: 8D, 6D and DB. RGB value is (141,109,219). Sum of RGB (Red+Green+Blue) = 141+109+219=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D6DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DDB is #729224. Grayscale: #828282. Windows color (decimal): -7508517 or 14380429. OLE color: 14380429.
HSL color Cylindrical-coordinate representation of color #8D6DDB: hue angle of 257.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D6DDB is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 109 | 219 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.14 |
| HSL | 257.45º | 0.6% | 0.64% | - |
| HSV(B) | 257.45º | 0.5% | 0.86% | - |
| XYZ | 29.24 | 21.71 | 69.67 | - |
| YUV | 131.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 219 | 0.36 | 0.50 | 0 | 0.14 | 257.45 | 0.6 | 0.64 |
| Hex | 8D | 6D | DB | 24 | 32 | 0 | E | 101 | 3C | 40 |
| Octal | 215 | 155 | 333 | 44 | 62 | 0 | 16 | 401 | 74 | 100 |
| Binary | 10001101 | 1101101 | 11011011 | 100100 | 110010 | 0 | 1110 | 100000001 | 111100 | 1000000 |
Color Harmonies of #8D6DDB
Complementary color
Monochromatic Colors of #8D6DDB
Black with #8D6DDB
Text Example
Text Example
White with #8D6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6DDB; }
p { color: rgb(141,109,219); }
H1.HeaderClassName
{
color: #8D6DDB;
}
.AnyTagClassName
{
color: #8D6DDB;
}
</style>
background-color css
<style>
a { background-color: #8D6DDB; }
a { background-color: rgb(141,109,219); }
div.DivClassName
{
background-color: #8D6DDB;
}
.BgClassName
{
background-color: #8D6DDB;
}
</style>
border-color css
<style>
span { border-color: #8D6DDB; }
span { border-color: rgb(141,109,219); }
td.TdClassName
{
border-color: #8D6DDB;
}
.TagClassName
{
border-color: #8D6DDB;
}
</style>