Shades of Medium Purple #8C6CE1
Tints of Medium Purple #8C6CE1
RGB
CMYK
RGB Variations
Color information
#8C6CE1 (or 0x8C6CE1) is known color: Medium Purple. HEX triplet: 8C, 6C and E1. RGB value is (140,108,225). Sum of RGB (Red+Green+Blue) = 140+108+225=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #8C6CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6CE1 is #73931E. Grayscale: #828282. Windows color (decimal): -7574303 or 14773388. OLE color: 14773388.
HSL color Cylindrical-coordinate representation of color #8C6CE1: hue angle of 256.41º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C6CE1 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 108 | 225 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.12 |
| HSL | 256.41º | 0.66% | 0.65% | - |
| HSV(B) | 256.41º | 0.52% | 0.88% | - |
| XYZ | 29.77 | 21.74 | 73.86 | - |
| YUV | 130.91 | 181.1 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 225 | 0.38 | 0.52 | 0 | 0.12 | 256.41 | 0.66 | 0.65 |
| Hex | 8C | 6C | E1 | 26 | 34 | 0 | C | 100 | 42 | 41 |
| Octal | 214 | 154 | 341 | 46 | 64 | 0 | 14 | 400 | 102 | 101 |
| Binary | 10001100 | 1101100 | 11100001 | 100110 | 110100 | 0 | 1100 | 100000000 | 1000010 | 1000001 |
Color Harmonies of #8C6CE1
Complementary color
Monochromatic Colors of #8C6CE1
Black with #8C6CE1
Text Example
Text Example
White with #8C6CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6CE1; }
p { color: rgb(140,108,225); }
H1.HeaderClassName
{
color: #8C6CE1;
}
.AnyTagClassName
{
color: #8C6CE1;
}
</style>
background-color css
<style>
a { background-color: #8C6CE1; }
a { background-color: rgb(140,108,225); }
div.DivClassName
{
background-color: #8C6CE1;
}
.BgClassName
{
background-color: #8C6CE1;
}
</style>
border-color css
<style>
span { border-color: #8C6CE1; }
span { border-color: rgb(140,108,225); }
td.TdClassName
{
border-color: #8C6CE1;
}
.TagClassName
{
border-color: #8C6CE1;
}
</style>