Shades of Medium Purple #8D6BDB
Tints of Medium Purple #8D6BDB
RGB
CMYK
RGB Variations
Color information
#8D6BDB (or 0x8D6BDB) is known color: Medium Purple. HEX triplet: 8D, 6B and DB. RGB value is (141,107,219). Sum of RGB (Red+Green+Blue) = 141+107+219=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6BDB is #729424. Grayscale: #818181. Windows color (decimal): -7509029 or 14379917. OLE color: 14379917.
HSL color Cylindrical-coordinate representation of color #8D6BDB: hue angle of 258.21º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D6BDB is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 107 | 219 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.14 |
| HSL | 258.21º | 0.61% | 0.64% | - |
| HSV(B) | 258.21º | 0.51% | 0.86% | - |
| XYZ | 29.03 | 21.29 | 69.6 | - |
| YUV | 129.93 | 178.26 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 107 | 219 | 0.36 | 0.51 | 0 | 0.14 | 258.21 | 0.61 | 0.64 |
| Hex | 8D | 6B | DB | 24 | 33 | 0 | E | 102 | 3D | 40 |
| Octal | 215 | 153 | 333 | 44 | 63 | 0 | 16 | 402 | 75 | 100 |
| Binary | 10001101 | 1101011 | 11011011 | 100100 | 110011 | 0 | 1110 | 100000010 | 111101 | 1000000 |
Color Harmonies of #8D6BDB
Complementary color
Monochromatic Colors of #8D6BDB
Black with #8D6BDB
Text Example
Text Example
White with #8D6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6BDB; }
p { color: rgb(141,107,219); }
H1.HeaderClassName
{
color: #8D6BDB;
}
.AnyTagClassName
{
color: #8D6BDB;
}
</style>
background-color css
<style>
a { background-color: #8D6BDB; }
a { background-color: rgb(141,107,219); }
div.DivClassName
{
background-color: #8D6BDB;
}
.BgClassName
{
background-color: #8D6BDB;
}
</style>
border-color css
<style>
span { border-color: #8D6BDB; }
span { border-color: rgb(141,107,219); }
td.TdClassName
{
border-color: #8D6BDB;
}
.TagClassName
{
border-color: #8D6BDB;
}
</style>