Shades of Medium Purple #8C68EB
Tints of Medium Purple #8C68EB
RGB
CMYK
RGB Variations
Color information
#8C68EB (or 0x8C68EB) is known color: Medium Purple. HEX triplet: 8C, 68 and EB. RGB value is (140,104,235). Sum of RGB (Red+Green+Blue) = 140+104+235=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C68EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C68EB is #739714. Grayscale: #818181. Windows color (decimal): -7575317 or 15427724. OLE color: 15427724.
HSL color Cylindrical-coordinate representation of color #8C68EB: hue angle of 256.49º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C68EB is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 104 | 235 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.08 |
| HSL | 256.49º | 0.77% | 0.66% | - |
| HSV(B) | 256.49º | 0.56% | 0.92% | - |
| XYZ | 30.76 | 21.47 | 81.12 | - |
| YUV | 129.7 | 187.43 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 235 | 0.40 | 0.56 | 0 | 0.08 | 256.49 | 0.77 | 0.66 |
| Hex | 8C | 68 | EB | 28 | 38 | 0 | 8 | 100 | 4D | 42 |
| Octal | 214 | 150 | 353 | 50 | 70 | 0 | 10 | 400 | 115 | 102 |
| Binary | 10001100 | 1101000 | 11101011 | 101000 | 111000 | 0 | 1000 | 100000000 | 1001101 | 1000010 |
Color Harmonies of #8C68EB
Complementary color
Monochromatic Colors of #8C68EB
Black with #8C68EB
Text Example
Text Example
White with #8C68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C68EB; }
p { color: rgb(140,104,235); }
H1.HeaderClassName
{
color: #8C68EB;
}
.AnyTagClassName
{
color: #8C68EB;
}
</style>
background-color css
<style>
a { background-color: #8C68EB; }
a { background-color: rgb(140,104,235); }
div.DivClassName
{
background-color: #8C68EB;
}
.BgClassName
{
background-color: #8C68EB;
}
</style>
border-color css
<style>
span { border-color: #8C68EB; }
span { border-color: rgb(140,104,235); }
td.TdClassName
{
border-color: #8C68EB;
}
.TagClassName
{
border-color: #8C68EB;
}
</style>