Shades of Medium Purple #8C64EB
Tints of Medium Purple #8C64EB
RGB
CMYK
RGB Variations
Color information
#8C64EB (or 0x8C64EB) is known color: Medium Purple. HEX triplet: 8C, 64 and EB. RGB value is (140,100,235). Sum of RGB (Red+Green+Blue) = 140+100+235=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C64EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C64EB is #739B14. Grayscale: #7E7E7E. Windows color (decimal): -7576341 or 15426700. OLE color: 15426700.
HSL color Cylindrical-coordinate representation of color #8C64EB: hue angle of 257.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C64EB is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 100 | 235 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.08 |
| HSL | 257.78º | 0.77% | 0.66% | - |
| HSV(B) | 257.78º | 0.57% | 0.92% | - |
| XYZ | 30.37 | 20.69 | 80.99 | - |
| YUV | 127.35 | 188.75 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 235 | 0.40 | 0.57 | 0 | 0.08 | 257.78 | 0.77 | 0.66 |
| Hex | 8C | 64 | EB | 28 | 39 | 0 | 8 | 102 | 4D | 42 |
| Octal | 214 | 144 | 353 | 50 | 71 | 0 | 10 | 402 | 115 | 102 |
| Binary | 10001100 | 1100100 | 11101011 | 101000 | 111001 | 0 | 1000 | 100000010 | 1001101 | 1000010 |
Color Harmonies of #8C64EB
Complementary color
Monochromatic Colors of #8C64EB
Black with #8C64EB
Text Example
Text Example
White with #8C64EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C64EB; }
p { color: rgb(140,100,235); }
H1.HeaderClassName
{
color: #8C64EB;
}
.AnyTagClassName
{
color: #8C64EB;
}
</style>
background-color css
<style>
a { background-color: #8C64EB; }
a { background-color: rgb(140,100,235); }
div.DivClassName
{
background-color: #8C64EB;
}
.BgClassName
{
background-color: #8C64EB;
}
</style>
border-color css
<style>
span { border-color: #8C64EB; }
span { border-color: rgb(140,100,235); }
td.TdClassName
{
border-color: #8C64EB;
}
.TagClassName
{
border-color: #8C64EB;
}
</style>