Shades of Medium Purple #8E67DB
Tints of Medium Purple #8E67DB
RGB
CMYK
RGB Variations
Color information
#8E67DB (or 0x8E67DB) is known color: Medium Purple. HEX triplet: 8E, 67 and DB. RGB value is (142,103,219). Sum of RGB (Red+Green+Blue) = 142+103+219=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E67DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E67DB is #719824. Grayscale: #7F7F7F. Windows color (decimal): -7444517 or 14378894. OLE color: 14378894.
HSL color Cylindrical-coordinate representation of color #8E67DB: 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.53%. Process color model (Four color, CMYK) of #8E67DB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 103 | 219 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.14 |
| HSL | 260.17º | 0.62% | 0.63% | - |
| HSV(B) | 260.17º | 0.53% | 0.86% | - |
| XYZ | 28.79 | 20.57 | 69.47 | - |
| YUV | 127.89 | 179.42 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 219 | 0.35 | 0.53 | 0 | 0.14 | 260.17 | 0.62 | 0.63 |
| Hex | 8E | 67 | DB | 23 | 35 | 0 | E | 104 | 3E | 3F |
| Octal | 216 | 147 | 333 | 43 | 65 | 0 | 16 | 404 | 76 | 77 |
| Binary | 10001110 | 1100111 | 11011011 | 100011 | 110101 | 0 | 1110 | 100000100 | 111110 | 111111 |
Color Harmonies of #8E67DB
Complementary color
Monochromatic Colors of #8E67DB
Black with #8E67DB
Text Example
Text Example
White with #8E67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E67DB; }
p { color: rgb(142,103,219); }
H1.HeaderClassName
{
color: #8E67DB;
}
.AnyTagClassName
{
color: #8E67DB;
}
</style>
background-color css
<style>
a { background-color: #8E67DB; }
a { background-color: rgb(142,103,219); }
div.DivClassName
{
background-color: #8E67DB;
}
.BgClassName
{
background-color: #8E67DB;
}
</style>
border-color css
<style>
span { border-color: #8E67DB; }
span { border-color: rgb(142,103,219); }
td.TdClassName
{
border-color: #8E67DB;
}
.TagClassName
{
border-color: #8E67DB;
}
</style>