Shades of Medium Purple #8C68DB
Tints of Medium Purple #8C68DB
RGB
CMYK
RGB Variations
Color information
#8C68DB (or 0x8C68DB) is known color: Medium Purple. HEX triplet: 8C, 68 and DB. RGB value is (140,104,219). Sum of RGB (Red+Green+Blue) = 140+104+219=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C68DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C68DB is #739724. Grayscale: #7F7F7F. Windows color (decimal): -7575333 or 14379148. OLE color: 14379148.
HSL color Cylindrical-coordinate representation of color #8C68DB: hue angle of 258.78º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C68DB is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 104 | 219 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.14 |
| HSL | 258.78º | 0.61% | 0.63% | - |
| HSV(B) | 258.78º | 0.53% | 0.86% | - |
| XYZ | 28.55 | 20.59 | 69.49 | - |
| YUV | 127.87 | 179.43 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 219 | 0.36 | 0.53 | 0 | 0.14 | 258.78 | 0.61 | 0.63 |
| Hex | 8C | 68 | DB | 24 | 35 | 0 | E | 103 | 3D | 3F |
| Octal | 214 | 150 | 333 | 44 | 65 | 0 | 16 | 403 | 75 | 77 |
| Binary | 10001100 | 1101000 | 11011011 | 100100 | 110101 | 0 | 1110 | 100000011 | 111101 | 111111 |
Color Harmonies of #8C68DB
Complementary color
Monochromatic Colors of #8C68DB
Black with #8C68DB
Text Example
Text Example
White with #8C68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C68DB; }
p { color: rgb(140,104,219); }
H1.HeaderClassName
{
color: #8C68DB;
}
.AnyTagClassName
{
color: #8C68DB;
}
</style>
background-color css
<style>
a { background-color: #8C68DB; }
a { background-color: rgb(140,104,219); }
div.DivClassName
{
background-color: #8C68DB;
}
.BgClassName
{
background-color: #8C68DB;
}
</style>
border-color css
<style>
span { border-color: #8C68DB; }
span { border-color: rgb(140,104,219); }
td.TdClassName
{
border-color: #8C68DB;
}
.TagClassName
{
border-color: #8C68DB;
}
</style>