Shades of Medium Purple #8C6BE0
Tints of Medium Purple #8C6BE0
RGB
CMYK
RGB Variations
Color information
#8C6BE0 (or 0x8C6BE0) is known color: Medium Purple. HEX triplet: 8C, 6B and E0. RGB value is (140,107,224). Sum of RGB (Red+Green+Blue) = 140+107+224=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #8C6BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6BE0 is #73941F. Grayscale: #818181. Windows color (decimal): -7574560 or 14707596. OLE color: 14707596.
HSL color Cylindrical-coordinate representation of color #8C6BE0: hue angle of 256.92º degrees, saturation: 0.65, 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 #8C6BE0 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 107 | 224 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.12 |
| HSL | 256.92º | 0.65% | 0.65% | - |
| HSV(B) | 256.92º | 0.52% | 0.88% | - |
| XYZ | 29.53 | 21.47 | 73.11 | - |
| YUV | 130.21 | 180.93 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 224 | 0.38 | 0.52 | 0 | 0.12 | 256.92 | 0.65 | 0.65 |
| Hex | 8C | 6B | E0 | 26 | 34 | 0 | C | 101 | 41 | 41 |
| Octal | 214 | 153 | 340 | 46 | 64 | 0 | 14 | 401 | 101 | 101 |
| Binary | 10001100 | 1101011 | 11100000 | 100110 | 110100 | 0 | 1100 | 100000001 | 1000001 | 1000001 |
Color Harmonies of #8C6BE0
Complementary color
Monochromatic Colors of #8C6BE0
Black with #8C6BE0
Text Example
Text Example
White with #8C6BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BE0; }
p { color: rgb(140,107,224); }
H1.HeaderClassName
{
color: #8C6BE0;
}
.AnyTagClassName
{
color: #8C6BE0;
}
</style>
background-color css
<style>
a { background-color: #8C6BE0; }
a { background-color: rgb(140,107,224); }
div.DivClassName
{
background-color: #8C6BE0;
}
.BgClassName
{
background-color: #8C6BE0;
}
</style>
border-color css
<style>
span { border-color: #8C6BE0; }
span { border-color: rgb(140,107,224); }
td.TdClassName
{
border-color: #8C6BE0;
}
.TagClassName
{
border-color: #8C6BE0;
}
</style>