Shades of Medium Purple #8C6ADB
Tints of Medium Purple #8C6ADB
RGB
CMYK
RGB Variations
Color information
#8C6ADB (or 0x8C6ADB) is known color: Medium Purple. HEX triplet: 8C, 6A and DB. RGB value is (140,106,219). Sum of RGB (Red+Green+Blue) = 140+106+219=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 106 (41.80% from 255 or 22.80% 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 #8C6ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6ADB is #739524. Grayscale: #808080. Windows color (decimal): -7574821 or 14379660. OLE color: 14379660.
HSL color Cylindrical-coordinate representation of color #8C6ADB: hue angle of 258.05º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C6ADB is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 106 | 219 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.14 |
| HSL | 258.05º | 0.61% | 0.64% | - |
| HSV(B) | 258.05º | 0.52% | 0.86% | - |
| XYZ | 28.76 | 21 | 69.56 | - |
| YUV | 129.05 | 178.76 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 219 | 0.36 | 0.52 | 0 | 0.14 | 258.05 | 0.61 | 0.64 |
| Hex | 8C | 6A | DB | 24 | 34 | 0 | E | 102 | 3D | 40 |
| Octal | 214 | 152 | 333 | 44 | 64 | 0 | 16 | 402 | 75 | 100 |
| Binary | 10001100 | 1101010 | 11011011 | 100100 | 110100 | 0 | 1110 | 100000010 | 111101 | 1000000 |
Color Harmonies of #8C6ADB
Complementary color
Monochromatic Colors of #8C6ADB
Black with #8C6ADB
Text Example
Text Example
White with #8C6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6ADB; }
p { color: rgb(140,106,219); }
H1.HeaderClassName
{
color: #8C6ADB;
}
.AnyTagClassName
{
color: #8C6ADB;
}
</style>
background-color css
<style>
a { background-color: #8C6ADB; }
a { background-color: rgb(140,106,219); }
div.DivClassName
{
background-color: #8C6ADB;
}
.BgClassName
{
background-color: #8C6ADB;
}
</style>
border-color css
<style>
span { border-color: #8C6ADB; }
span { border-color: rgb(140,106,219); }
td.TdClassName
{
border-color: #8C6ADB;
}
.TagClassName
{
border-color: #8C6ADB;
}
</style>