Shades of Medium Purple #8E60DB
Tints of Medium Purple #8E60DB
RGB
CMYK
RGB Variations
Color information
#8E60DB (or 0x8E60DB) is known color: Medium Purple. HEX triplet: 8E, 60 and DB. RGB value is (142,96,219). Sum of RGB (Red+Green+Blue) = 142+96+219=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E60DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E60DB is #719F24. Grayscale: #7B7B7B. Windows color (decimal): -7446309 or 14377102. OLE color: 14377102.
HSL color Cylindrical-coordinate representation of color #8E60DB: hue angle of 262.44º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E60DB is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 96 | 219 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.14 |
| HSL | 262.44º | 0.63% | 0.62% | - |
| HSV(B) | 262.44º | 0.56% | 0.86% | - |
| XYZ | 28.12 | 19.23 | 69.25 | - |
| YUV | 123.78 | 181.74 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 219 | 0.35 | 0.56 | 0 | 0.14 | 262.44 | 0.63 | 0.62 |
| Hex | 8E | 60 | DB | 23 | 38 | 0 | E | 106 | 3F | 3E |
| Octal | 216 | 140 | 333 | 43 | 70 | 0 | 16 | 406 | 77 | 76 |
| Binary | 10001110 | 1100000 | 11011011 | 100011 | 111000 | 0 | 1110 | 100000110 | 111111 | 111110 |
Color Harmonies of #8E60DB
Complementary color
Monochromatic Colors of #8E60DB
Black with #8E60DB
Text Example
Text Example
White with #8E60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E60DB; }
p { color: rgb(142,96,219); }
H1.HeaderClassName
{
color: #8E60DB;
}
.AnyTagClassName
{
color: #8E60DB;
}
</style>
background-color css
<style>
a { background-color: #8E60DB; }
a { background-color: rgb(142,96,219); }
div.DivClassName
{
background-color: #8E60DB;
}
.BgClassName
{
background-color: #8E60DB;
}
</style>
border-color css
<style>
span { border-color: #8E60DB; }
span { border-color: rgb(142,96,219); }
td.TdClassName
{
border-color: #8E60DB;
}
.TagClassName
{
border-color: #8E60DB;
}
</style>