Shades of Medium Purple #8E6CDB
Tints of Medium Purple #8E6CDB
RGB
CMYK
RGB Variations
Color information
#8E6CDB (or 0x8E6CDB) is known color: Medium Purple. HEX triplet: 8E, 6C and DB. RGB value is (142,108,219). Sum of RGB (Red+Green+Blue) = 142+108+219=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E6CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6CDB is #719324. Grayscale: #828282. Windows color (decimal): -7443237 or 14380174. OLE color: 14380174.
HSL color Cylindrical-coordinate representation of color #8E6CDB: hue angle of 258.38º 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 #8E6CDB is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 108 | 219 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.14 |
| HSL | 258.38º | 0.61% | 0.64% | - |
| HSV(B) | 258.38º | 0.51% | 0.86% | - |
| XYZ | 29.3 | 21.59 | 69.64 | - |
| YUV | 130.82 | 177.76 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 219 | 0.35 | 0.51 | 0 | 0.14 | 258.38 | 0.61 | 0.64 |
| Hex | 8E | 6C | DB | 23 | 33 | 0 | E | 102 | 3D | 40 |
| Octal | 216 | 154 | 333 | 43 | 63 | 0 | 16 | 402 | 75 | 100 |
| Binary | 10001110 | 1101100 | 11011011 | 100011 | 110011 | 0 | 1110 | 100000010 | 111101 | 1000000 |
Color Harmonies of #8E6CDB
Complementary color
Monochromatic Colors of #8E6CDB
Black with #8E6CDB
Text Example
Text Example
White with #8E6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6CDB; }
p { color: rgb(142,108,219); }
H1.HeaderClassName
{
color: #8E6CDB;
}
.AnyTagClassName
{
color: #8E6CDB;
}
</style>
background-color css
<style>
a { background-color: #8E6CDB; }
a { background-color: rgb(142,108,219); }
div.DivClassName
{
background-color: #8E6CDB;
}
.BgClassName
{
background-color: #8E6CDB;
}
</style>
border-color css
<style>
span { border-color: #8E6CDB; }
span { border-color: rgb(142,108,219); }
td.TdClassName
{
border-color: #8E6CDB;
}
.TagClassName
{
border-color: #8E6CDB;
}
</style>