Shades of Medium Purple #8C6BEA
Tints of Medium Purple #8C6BEA
RGB
CMYK
RGB Variations
Color information
#8C6BEA (or 0x8C6BEA) is known color: Medium Purple. HEX triplet: 8C, 6B and EA. RGB value is (140,107,234). Sum of RGB (Red+Green+Blue) = 140+107+234=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C6BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6BEA is #739415. Grayscale: #828282. Windows color (decimal): -7574550 or 15362956. OLE color: 15362956.
HSL color Cylindrical-coordinate representation of color #8C6BEA: hue angle of 255.59º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C6BEA is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 107 | 234 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.08 |
| HSL | 255.59º | 0.75% | 0.67% | - |
| HSV(B) | 255.59º | 0.54% | 0.92% | - |
| XYZ | 30.92 | 22.03 | 80.46 | - |
| YUV | 131.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 234 | 0.40 | 0.54 | 0 | 0.08 | 255.59 | 0.75 | 0.67 |
| Hex | 8C | 6B | EA | 28 | 36 | 0 | 8 | 100 | 4B | 43 |
| Octal | 214 | 153 | 352 | 50 | 66 | 0 | 10 | 400 | 113 | 103 |
| Binary | 10001100 | 1101011 | 11101010 | 101000 | 110110 | 0 | 1000 | 100000000 | 1001011 | 1000011 |
Color Harmonies of #8C6BEA
Complementary color
Monochromatic Colors of #8C6BEA
Black with #8C6BEA
Text Example
Text Example
White with #8C6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BEA; }
p { color: rgb(140,107,234); }
H1.HeaderClassName
{
color: #8C6BEA;
}
.AnyTagClassName
{
color: #8C6BEA;
}
</style>
background-color css
<style>
a { background-color: #8C6BEA; }
a { background-color: rgb(140,107,234); }
div.DivClassName
{
background-color: #8C6BEA;
}
.BgClassName
{
background-color: #8C6BEA;
}
</style>
border-color css
<style>
span { border-color: #8C6BEA; }
span { border-color: rgb(140,107,234); }
td.TdClassName
{
border-color: #8C6BEA;
}
.TagClassName
{
border-color: #8C6BEA;
}
</style>