Shades of Medium Purple #8C68DD
Tints of Medium Purple #8C68DD
RGB
CMYK
RGB Variations
Color information
#8C68DD (or 0x8C68DD) is known color: Medium Purple. HEX triplet: 8C, 68 and DD. RGB value is (140,104,221). Sum of RGB (Red+Green+Blue) = 140+104+221=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C68DD is #739722. Grayscale: #7F7F7F. Windows color (decimal): -7575331 or 14510220. OLE color: 14510220.
HSL color Cylindrical-coordinate representation of color #8C68DD: hue angle of 258.46º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C68DD is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 104 | 221 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.13 |
| HSL | 258.46º | 0.63% | 0.64% | - |
| HSV(B) | 258.46º | 0.53% | 0.87% | - |
| XYZ | 28.82 | 20.7 | 70.88 | - |
| YUV | 128.1 | 180.43 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 221 | 0.37 | 0.53 | 0 | 0.13 | 258.46 | 0.63 | 0.64 |
| Hex | 8C | 68 | DD | 25 | 35 | 0 | D | 102 | 3F | 40 |
| Octal | 214 | 150 | 335 | 45 | 65 | 0 | 15 | 402 | 77 | 100 |
| Binary | 10001100 | 1101000 | 11011101 | 100101 | 110101 | 0 | 1101 | 100000010 | 111111 | 1000000 |
Color Harmonies of #8C68DD
Complementary color
Monochromatic Colors of #8C68DD
Black with #8C68DD
Text Example
Text Example
White with #8C68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C68DD; }
p { color: rgb(140,104,221); }
H1.HeaderClassName
{
color: #8C68DD;
}
.AnyTagClassName
{
color: #8C68DD;
}
</style>
background-color css
<style>
a { background-color: #8C68DD; }
a { background-color: rgb(140,104,221); }
div.DivClassName
{
background-color: #8C68DD;
}
.BgClassName
{
background-color: #8C68DD;
}
</style>
border-color css
<style>
span { border-color: #8C68DD; }
span { border-color: rgb(140,104,221); }
td.TdClassName
{
border-color: #8C68DD;
}
.TagClassName
{
border-color: #8C68DD;
}
</style>