Shades of Medium Purple #8C63E1
Tints of Medium Purple #8C63E1
RGB
CMYK
RGB Variations
Color information
#8C63E1 (or 0x8C63E1) is known color: Medium Purple. HEX triplet: 8C, 63 and E1. RGB value is (140,99,225). Sum of RGB (Red+Green+Blue) = 140+99+225=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #8C63E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C63E1 is #739C1E. Grayscale: #7D7D7D. Windows color (decimal): -7576607 or 14771084. OLE color: 14771084.
HSL color Cylindrical-coordinate representation of color #8C63E1: hue angle of 259.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C63E1 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 99 | 225 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.12 |
| HSL | 259.52º | 0.68% | 0.64% | - |
| HSV(B) | 259.52º | 0.56% | 0.88% | - |
| XYZ | 28.87 | 19.94 | 73.56 | - |
| YUV | 125.62 | 184.08 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 225 | 0.38 | 0.56 | 0 | 0.12 | 259.52 | 0.68 | 0.64 |
| Hex | 8C | 63 | E1 | 26 | 38 | 0 | C | 104 | 44 | 40 |
| Octal | 214 | 143 | 341 | 46 | 70 | 0 | 14 | 404 | 104 | 100 |
| Binary | 10001100 | 1100011 | 11100001 | 100110 | 111000 | 0 | 1100 | 100000100 | 1000100 | 1000000 |
Color Harmonies of #8C63E1
Complementary color
Monochromatic Colors of #8C63E1
Black with #8C63E1
Text Example
Text Example
White with #8C63E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C63E1; }
p { color: rgb(140,99,225); }
H1.HeaderClassName
{
color: #8C63E1;
}
.AnyTagClassName
{
color: #8C63E1;
}
</style>
background-color css
<style>
a { background-color: #8C63E1; }
a { background-color: rgb(140,99,225); }
div.DivClassName
{
background-color: #8C63E1;
}
.BgClassName
{
background-color: #8C63E1;
}
</style>
border-color css
<style>
span { border-color: #8C63E1; }
span { border-color: rgb(140,99,225); }
td.TdClassName
{
border-color: #8C63E1;
}
.TagClassName
{
border-color: #8C63E1;
}
</style>