Shades of Medium Purple #8E69DC
Tints of Medium Purple #8E69DC
RGB
CMYK
RGB Variations
Color information
#8E69DC (or 0x8E69DC) is known color: Medium Purple. HEX triplet: 8E, 69 and DC. RGB value is (142,105,220). Sum of RGB (Red+Green+Blue) = 142+105+220=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E69DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E69DC is #719623. Grayscale: #808080. Windows color (decimal): -7444004 or 14444942. OLE color: 14444942.
HSL color Cylindrical-coordinate representation of color #8E69DC: hue angle of 259.3º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E69DC is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 105 | 220 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.14 |
| HSL | 259.3º | 0.62% | 0.64% | - |
| HSV(B) | 259.3º | 0.52% | 0.86% | - |
| XYZ | 29.13 | 21.02 | 70.23 | - |
| YUV | 129.17 | 179.26 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 220 | 0.35 | 0.52 | 0 | 0.14 | 259.3 | 0.62 | 0.64 |
| Hex | 8E | 69 | DC | 23 | 34 | 0 | E | 103 | 3E | 40 |
| Octal | 216 | 151 | 334 | 43 | 64 | 0 | 16 | 403 | 76 | 100 |
| Binary | 10001110 | 1101001 | 11011100 | 100011 | 110100 | 0 | 1110 | 100000011 | 111110 | 1000000 |
Color Harmonies of #8E69DC
Complementary color
Monochromatic Colors of #8E69DC
Black with #8E69DC
Text Example
Text Example
White with #8E69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E69DC; }
p { color: rgb(142,105,220); }
H1.HeaderClassName
{
color: #8E69DC;
}
.AnyTagClassName
{
color: #8E69DC;
}
</style>
background-color css
<style>
a { background-color: #8E69DC; }
a { background-color: rgb(142,105,220); }
div.DivClassName
{
background-color: #8E69DC;
}
.BgClassName
{
background-color: #8E69DC;
}
</style>
border-color css
<style>
span { border-color: #8E69DC; }
span { border-color: rgb(142,105,220); }
td.TdClassName
{
border-color: #8E69DC;
}
.TagClassName
{
border-color: #8E69DC;
}
</style>