Shades of Medium Purple #8C64DB
Tints of Medium Purple #8C64DB
RGB
CMYK
RGB Variations
Color information
#8C64DB (or 0x8C64DB) is known color: Medium Purple. HEX triplet: 8C, 64 and DB. RGB value is (140,100,219). Sum of RGB (Red+Green+Blue) = 140+100+219=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C64DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C64DB is #739B24. Grayscale: #7D7D7D. Windows color (decimal): -7576357 or 14378124. OLE color: 14378124.
HSL color Cylindrical-coordinate representation of color #8C64DB: hue angle of 260.17º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C64DB is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 100 | 219 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.14 |
| HSL | 260.17º | 0.62% | 0.63% | - |
| HSV(B) | 260.17º | 0.54% | 0.86% | - |
| XYZ | 28.16 | 19.8 | 69.36 | - |
| YUV | 125.53 | 180.75 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 219 | 0.36 | 0.54 | 0 | 0.14 | 260.17 | 0.62 | 0.63 |
| Hex | 8C | 64 | DB | 24 | 36 | 0 | E | 104 | 3E | 3F |
| Octal | 214 | 144 | 333 | 44 | 66 | 0 | 16 | 404 | 76 | 77 |
| Binary | 10001100 | 1100100 | 11011011 | 100100 | 110110 | 0 | 1110 | 100000100 | 111110 | 111111 |
Color Harmonies of #8C64DB
Complementary color
Monochromatic Colors of #8C64DB
Black with #8C64DB
Text Example
Text Example
White with #8C64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C64DB; }
p { color: rgb(140,100,219); }
H1.HeaderClassName
{
color: #8C64DB;
}
.AnyTagClassName
{
color: #8C64DB;
}
</style>
background-color css
<style>
a { background-color: #8C64DB; }
a { background-color: rgb(140,100,219); }
div.DivClassName
{
background-color: #8C64DB;
}
.BgClassName
{
background-color: #8C64DB;
}
</style>
border-color css
<style>
span { border-color: #8C64DB; }
span { border-color: rgb(140,100,219); }
td.TdClassName
{
border-color: #8C64DB;
}
.TagClassName
{
border-color: #8C64DB;
}
</style>