Shades of Medium Purple #8E69DD
Tints of Medium Purple #8E69DD
RGB
CMYK
RGB Variations
Color information
#8E69DD (or 0x8E69DD) is known color: Medium Purple. HEX triplet: 8E, 69 and DD. RGB value is (142,105,221). Sum of RGB (Red+Green+Blue) = 142+105+221=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E69DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E69DD is #719622. Grayscale: #808080. Windows color (decimal): -7444003 or 14510478. OLE color: 14510478.
HSL color Cylindrical-coordinate representation of color #8E69DD: hue angle of 259.14º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E69DD is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 105 | 221 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.13 |
| HSL | 259.14º | 0.63% | 0.64% | - |
| HSV(B) | 259.14º | 0.52% | 0.87% | - |
| XYZ | 29.26 | 21.07 | 70.93 | - |
| YUV | 129.29 | 179.76 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 221 | 0.36 | 0.52 | 0 | 0.13 | 259.14 | 0.63 | 0.64 |
| Hex | 8E | 69 | DD | 24 | 34 | 0 | D | 103 | 3F | 40 |
| Octal | 216 | 151 | 335 | 44 | 64 | 0 | 15 | 403 | 77 | 100 |
| Binary | 10001110 | 1101001 | 11011101 | 100100 | 110100 | 0 | 1101 | 100000011 | 111111 | 1000000 |
Color Harmonies of #8E69DD
Complementary color
Monochromatic Colors of #8E69DD
Black with #8E69DD
Text Example
Text Example
White with #8E69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E69DD; }
p { color: rgb(142,105,221); }
H1.HeaderClassName
{
color: #8E69DD;
}
.AnyTagClassName
{
color: #8E69DD;
}
</style>
background-color css
<style>
a { background-color: #8E69DD; }
a { background-color: rgb(142,105,221); }
div.DivClassName
{
background-color: #8E69DD;
}
.BgClassName
{
background-color: #8E69DD;
}
</style>
border-color css
<style>
span { border-color: #8E69DD; }
span { border-color: rgb(142,105,221); }
td.TdClassName
{
border-color: #8E69DD;
}
.TagClassName
{
border-color: #8E69DD;
}
</style>