Shades of Medium Purple #8B6BDB
Tints of Medium Purple #8B6BDB
RGB
CMYK
RGB Variations
Color information
#8B6BDB (or 0x8B6BDB) is known color: Medium Purple. HEX triplet: 8B, 6B and DB. RGB value is (139,107,219). Sum of RGB (Red+Green+Blue) = 139+107+219=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6BDB is #749424. Grayscale: #808080. Windows color (decimal): -7640101 or 14379915. OLE color: 14379915.
HSL color Cylindrical-coordinate representation of color #8B6BDB: hue angle of 257.14º 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 #8B6BDB is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 107 | 219 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.14 |
| HSL | 257.14º | 0.61% | 0.64% | - |
| HSV(B) | 257.14º | 0.51% | 0.86% | - |
| XYZ | 28.69 | 21.12 | 69.58 | - |
| YUV | 129.34 | 178.6 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 219 | 0.37 | 0.51 | 0 | 0.14 | 257.14 | 0.61 | 0.64 |
| Hex | 8B | 6B | DB | 25 | 33 | 0 | E | 101 | 3D | 40 |
| Octal | 213 | 153 | 333 | 45 | 63 | 0 | 16 | 401 | 75 | 100 |
| Binary | 10001011 | 1101011 | 11011011 | 100101 | 110011 | 0 | 1110 | 100000001 | 111101 | 1000000 |
Color Harmonies of #8B6BDB
Complementary color
Monochromatic Colors of #8B6BDB
Black with #8B6BDB
Text Example
Text Example
White with #8B6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6BDB; }
p { color: rgb(139,107,219); }
H1.HeaderClassName
{
color: #8B6BDB;
}
.AnyTagClassName
{
color: #8B6BDB;
}
</style>
background-color css
<style>
a { background-color: #8B6BDB; }
a { background-color: rgb(139,107,219); }
div.DivClassName
{
background-color: #8B6BDB;
}
.BgClassName
{
background-color: #8B6BDB;
}
</style>
border-color css
<style>
span { border-color: #8B6BDB; }
span { border-color: rgb(139,107,219); }
td.TdClassName
{
border-color: #8B6BDB;
}
.TagClassName
{
border-color: #8B6BDB;
}
</style>