Shades of Medium Purple #8C6FE0
Tints of Medium Purple #8C6FE0
RGB
CMYK
RGB Variations
Color information
#8C6FE0 (or 0x8C6FE0) is known color: Medium Purple. HEX triplet: 8C, 6F and E0. RGB value is (140,111,224). Sum of RGB (Red+Green+Blue) = 140+111+224=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #8C6FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6FE0 is #73901F. Grayscale: #848484. Windows color (decimal): -7573536 or 14708620. OLE color: 14708620.
HSL color Cylindrical-coordinate representation of color #8C6FE0: hue angle of 255.4º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C6FE0 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 111 | 224 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.12 |
| HSL | 255.4º | 0.65% | 0.66% | - |
| HSV(B) | 255.4º | 0.5% | 0.88% | - |
| XYZ | 29.95 | 22.33 | 73.25 | - |
| YUV | 132.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 224 | 0.38 | 0.50 | 0 | 0.12 | 255.4 | 0.65 | 0.66 |
| Hex | 8C | 6F | E0 | 26 | 32 | 0 | C | FF | 41 | 42 |
| Octal | 214 | 157 | 340 | 46 | 62 | 0 | 14 | 377 | 101 | 102 |
| Binary | 10001100 | 1101111 | 11100000 | 100110 | 110010 | 0 | 1100 | 11111111 | 1000001 | 1000010 |
Color Harmonies of #8C6FE0
Complementary color
Monochromatic Colors of #8C6FE0
Black with #8C6FE0
Text Example
Text Example
White with #8C6FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6FE0; }
p { color: rgb(140,111,224); }
H1.HeaderClassName
{
color: #8C6FE0;
}
.AnyTagClassName
{
color: #8C6FE0;
}
</style>
background-color css
<style>
a { background-color: #8C6FE0; }
a { background-color: rgb(140,111,224); }
div.DivClassName
{
background-color: #8C6FE0;
}
.BgClassName
{
background-color: #8C6FE0;
}
</style>
border-color css
<style>
span { border-color: #8C6FE0; }
span { border-color: rgb(140,111,224); }
td.TdClassName
{
border-color: #8C6FE0;
}
.TagClassName
{
border-color: #8C6FE0;
}
</style>