Shades of Medium Purple #8C6DEA
Tints of Medium Purple #8C6DEA
RGB
CMYK
RGB Variations
Color information
#8C6DEA (or 0x8C6DEA) is known color: Medium Purple. HEX triplet: 8C, 6D and EA. RGB value is (140,109,234). Sum of RGB (Red+Green+Blue) = 140+109+234=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C6DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6DEA is #739215. Grayscale: #848484. Windows color (decimal): -7574038 or 15363468. OLE color: 15363468.
HSL color Cylindrical-coordinate representation of color #8C6DEA: hue angle of 254.88º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C6DEA is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 109 | 234 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.08 |
| HSL | 254.88º | 0.75% | 0.67% | - |
| HSV(B) | 254.88º | 0.53% | 0.92% | - |
| XYZ | 31.14 | 22.45 | 80.53 | - |
| YUV | 132.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 109 | 234 | 0.40 | 0.53 | 0 | 0.08 | 254.88 | 0.75 | 0.67 |
| Hex | 8C | 6D | EA | 28 | 35 | 0 | 8 | FF | 4B | 43 |
| Octal | 214 | 155 | 352 | 50 | 65 | 0 | 10 | 377 | 113 | 103 |
| Binary | 10001100 | 1101101 | 11101010 | 101000 | 110101 | 0 | 1000 | 11111111 | 1001011 | 1000011 |
Color Harmonies of #8C6DEA
Complementary color
Monochromatic Colors of #8C6DEA
Black with #8C6DEA
Text Example
Text Example
White with #8C6DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6DEA; }
p { color: rgb(140,109,234); }
H1.HeaderClassName
{
color: #8C6DEA;
}
.AnyTagClassName
{
color: #8C6DEA;
}
</style>
background-color css
<style>
a { background-color: #8C6DEA; }
a { background-color: rgb(140,109,234); }
div.DivClassName
{
background-color: #8C6DEA;
}
.BgClassName
{
background-color: #8C6DEA;
}
</style>
border-color css
<style>
span { border-color: #8C6DEA; }
span { border-color: rgb(140,109,234); }
td.TdClassName
{
border-color: #8C6DEA;
}
.TagClassName
{
border-color: #8C6DEA;
}
</style>