Shades of Medium Purple #8C6CDB
Tints of Medium Purple #8C6CDB
RGB
CMYK
RGB Variations
Color information
#8C6CDB (or 0x8C6CDB) is known color: Medium Purple. HEX triplet: 8C, 6C and DB. RGB value is (140,108,219). Sum of RGB (Red+Green+Blue) = 140+108+219=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 108 (42.58% from 255 or 23.13% 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 #8C6CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CDB is #739324. Grayscale: #818181. Windows color (decimal): -7574309 or 14380172. OLE color: 14380172.
HSL color Cylindrical-coordinate representation of color #8C6CDB: hue angle of 257.3º 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 #8C6CDB is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 108 | 219 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.14 |
| HSL | 257.3º | 0.61% | 0.64% | - |
| HSV(B) | 257.3º | 0.51% | 0.86% | - |
| XYZ | 28.96 | 21.42 | 69.62 | - |
| YUV | 130.22 | 178.1 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 219 | 0.36 | 0.51 | 0 | 0.14 | 257.3 | 0.61 | 0.64 |
| Hex | 8C | 6C | DB | 24 | 33 | 0 | E | 101 | 3D | 40 |
| Octal | 214 | 154 | 333 | 44 | 63 | 0 | 16 | 401 | 75 | 100 |
| Binary | 10001100 | 1101100 | 11011011 | 100100 | 110011 | 0 | 1110 | 100000001 | 111101 | 1000000 |
Color Harmonies of #8C6CDB
Complementary color
Monochromatic Colors of #8C6CDB
Black with #8C6CDB
Text Example
Text Example
White with #8C6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6CDB; }
p { color: rgb(140,108,219); }
H1.HeaderClassName
{
color: #8C6CDB;
}
.AnyTagClassName
{
color: #8C6CDB;
}
</style>
background-color css
<style>
a { background-color: #8C6CDB; }
a { background-color: rgb(140,108,219); }
div.DivClassName
{
background-color: #8C6CDB;
}
.BgClassName
{
background-color: #8C6CDB;
}
</style>
border-color css
<style>
span { border-color: #8C6CDB; }
span { border-color: rgb(140,108,219); }
td.TdClassName
{
border-color: #8C6CDB;
}
.TagClassName
{
border-color: #8C6CDB;
}
</style>