Shades of Medium Purple #8E6CDD
Tints of Medium Purple #8E6CDD
RGB
CMYK
RGB Variations
Color information
#8E6CDD (or 0x8E6CDD) is known color: Medium Purple. HEX triplet: 8E, 6C and DD. RGB value is (142,108,221). Sum of RGB (Red+Green+Blue) = 142+108+221=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6CDD is #719322. Grayscale: #828282. Windows color (decimal): -7443235 or 14511246. OLE color: 14511246.
HSL color Cylindrical-coordinate representation of color #8E6CDD: hue angle of 258.05º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E6CDD is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 108 | 221 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.13 |
| HSL | 258.05º | 0.62% | 0.65% | - |
| HSV(B) | 258.05º | 0.51% | 0.87% | - |
| XYZ | 29.57 | 21.7 | 71.04 | - |
| YUV | 131.05 | 178.76 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 221 | 0.36 | 0.51 | 0 | 0.13 | 258.05 | 0.62 | 0.65 |
| Hex | 8E | 6C | DD | 24 | 33 | 0 | D | 102 | 3E | 41 |
| Octal | 216 | 154 | 335 | 44 | 63 | 0 | 15 | 402 | 76 | 101 |
| Binary | 10001110 | 1101100 | 11011101 | 100100 | 110011 | 0 | 1101 | 100000010 | 111110 | 1000001 |
Color Harmonies of #8E6CDD
Complementary color
Monochromatic Colors of #8E6CDD
Black with #8E6CDD
Text Example
Text Example
White with #8E6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6CDD; }
p { color: rgb(142,108,221); }
H1.HeaderClassName
{
color: #8E6CDD;
}
.AnyTagClassName
{
color: #8E6CDD;
}
</style>
background-color css
<style>
a { background-color: #8E6CDD; }
a { background-color: rgb(142,108,221); }
div.DivClassName
{
background-color: #8E6CDD;
}
.BgClassName
{
background-color: #8E6CDD;
}
</style>
border-color css
<style>
span { border-color: #8E6CDD; }
span { border-color: rgb(142,108,221); }
td.TdClassName
{
border-color: #8E6CDD;
}
.TagClassName
{
border-color: #8E6CDD;
}
</style>