Shades of Medium Purple #8C6DDE
Tints of Medium Purple #8C6DDE
RGB
CMYK
RGB Variations
Color information
#8C6DDE (or 0x8C6DDE) is known color: Medium Purple. HEX triplet: 8C, 6D and DE. RGB value is (140,109,222). Sum of RGB (Red+Green+Blue) = 140+109+222=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C6DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6DDE is #739221. Grayscale: #828282. Windows color (decimal): -7574050 or 14577036. OLE color: 14577036.
HSL color Cylindrical-coordinate representation of color #8C6DDE: hue angle of 256.46º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C6DDE is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 109 | 222 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.13 |
| HSL | 256.46º | 0.63% | 0.65% | - |
| HSV(B) | 256.46º | 0.51% | 0.87% | - |
| XYZ | 29.47 | 21.79 | 71.76 | - |
| YUV | 131.15 | 179.27 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 109 | 222 | 0.37 | 0.51 | 0 | 0.13 | 256.46 | 0.63 | 0.65 |
| Hex | 8C | 6D | DE | 25 | 33 | 0 | D | 100 | 3F | 41 |
| Octal | 214 | 155 | 336 | 45 | 63 | 0 | 15 | 400 | 77 | 101 |
| Binary | 10001100 | 1101101 | 11011110 | 100101 | 110011 | 0 | 1101 | 100000000 | 111111 | 1000001 |
Color Harmonies of #8C6DDE
Complementary color
Monochromatic Colors of #8C6DDE
Black with #8C6DDE
Text Example
Text Example
White with #8C6DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6DDE; }
p { color: rgb(140,109,222); }
H1.HeaderClassName
{
color: #8C6DDE;
}
.AnyTagClassName
{
color: #8C6DDE;
}
</style>
background-color css
<style>
a { background-color: #8C6DDE; }
a { background-color: rgb(140,109,222); }
div.DivClassName
{
background-color: #8C6DDE;
}
.BgClassName
{
background-color: #8C6DDE;
}
</style>
border-color css
<style>
span { border-color: #8C6DDE; }
span { border-color: rgb(140,109,222); }
td.TdClassName
{
border-color: #8C6DDE;
}
.TagClassName
{
border-color: #8C6DDE;
}
</style>