Shades of Medium Purple #8866DE
Tints of Medium Purple #8866DE
RGB
CMYK
RGB Variations
Color information
#8866DE (or 0x8866DE) is known color: Medium Purple. HEX triplet: 88, 66 and DE. RGB value is (136,102,222). Sum of RGB (Red+Green+Blue) = 136+102+222=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #8866DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8866DE is #779921. Grayscale: #7D7D7D. Windows color (decimal): -7837986 or 14575240. OLE color: 14575240.
HSL color Cylindrical-coordinate representation of color #8866DE: hue angle of 257º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8866DE is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 102 | 222 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.13 |
| HSL | 257º | 0.65% | 0.64% | - |
| HSV(B) | 257º | 0.54% | 0.87% | - |
| XYZ | 28.09 | 20.01 | 71.49 | - |
| YUV | 125.85 | 182.26 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 222 | 0.39 | 0.54 | 0 | 0.13 | 257 | 0.65 | 0.64 |
| Hex | 88 | 66 | DE | 27 | 36 | 0 | D | 101 | 41 | 40 |
| Octal | 210 | 146 | 336 | 47 | 66 | 0 | 15 | 401 | 101 | 100 |
| Binary | 10001000 | 1100110 | 11011110 | 100111 | 110110 | 0 | 1101 | 100000001 | 1000001 | 1000000 |
Color Harmonies of #8866DE
Complementary color
Monochromatic Colors of #8866DE
Black with #8866DE
Text Example
Text Example
White with #8866DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8866DE; }
p { color: rgb(136,102,222); }
H1.HeaderClassName
{
color: #8866DE;
}
.AnyTagClassName
{
color: #8866DE;
}
</style>
background-color css
<style>
a { background-color: #8866DE; }
a { background-color: rgb(136,102,222); }
div.DivClassName
{
background-color: #8866DE;
}
.BgClassName
{
background-color: #8866DE;
}
</style>
border-color css
<style>
span { border-color: #8866DE; }
span { border-color: rgb(136,102,222); }
td.TdClassName
{
border-color: #8866DE;
}
.TagClassName
{
border-color: #8866DE;
}
</style>