Shades of Medium Purple #8D6CDB
Tints of Medium Purple #8D6CDB
RGB
CMYK
RGB Variations
Color information
#8D6CDB (or 0x8D6CDB) is known color: Medium Purple. HEX triplet: 8D, 6C and DB. RGB value is (141,108,219). Sum of RGB (Red+Green+Blue) = 141+108+219=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D6CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CDB is #729324. Grayscale: #828282. Windows color (decimal): -7508773 or 14380173. OLE color: 14380173.
HSL color Cylindrical-coordinate representation of color #8D6CDB: hue angle of 257.84º 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 #8D6CDB is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 108 | 219 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.14 |
| HSL | 257.84º | 0.61% | 0.64% | - |
| HSV(B) | 257.84º | 0.51% | 0.86% | - |
| XYZ | 29.13 | 21.5 | 69.63 | - |
| YUV | 130.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 108 | 219 | 0.36 | 0.51 | 0 | 0.14 | 257.84 | 0.61 | 0.64 |
| Hex | 8D | 6C | DB | 24 | 33 | 0 | E | 102 | 3D | 40 |
| Octal | 215 | 154 | 333 | 44 | 63 | 0 | 16 | 402 | 75 | 100 |
| Binary | 10001101 | 1101100 | 11011011 | 100100 | 110011 | 0 | 1110 | 100000010 | 111101 | 1000000 |
Color Harmonies of #8D6CDB
Complementary color
Monochromatic Colors of #8D6CDB
Black with #8D6CDB
Text Example
Text Example
White with #8D6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6CDB; }
p { color: rgb(141,108,219); }
H1.HeaderClassName
{
color: #8D6CDB;
}
.AnyTagClassName
{
color: #8D6CDB;
}
</style>
background-color css
<style>
a { background-color: #8D6CDB; }
a { background-color: rgb(141,108,219); }
div.DivClassName
{
background-color: #8D6CDB;
}
.BgClassName
{
background-color: #8D6CDB;
}
</style>
border-color css
<style>
span { border-color: #8D6CDB; }
span { border-color: rgb(141,108,219); }
td.TdClassName
{
border-color: #8D6CDB;
}
.TagClassName
{
border-color: #8D6CDB;
}
</style>