Shades of Medium Purple #8D66DF
Tints of Medium Purple #8D66DF
RGB
CMYK
RGB Variations
Color information
#8D66DF (or 0x8D66DF) is known color: Medium Purple. HEX triplet: 8D, 66 and DF. RGB value is (141,102,223). Sum of RGB (Red+Green+Blue) = 141+102+223=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D66DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D66DF is #729920. Grayscale: #7F7F7F. Windows color (decimal): -7510305 or 14640781. OLE color: 14640781.
HSL color Cylindrical-coordinate representation of color #8D66DF: hue angle of 259.34º 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 #8D66DF is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 102 | 223 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.13 |
| HSL | 259.34º | 0.65% | 0.64% | - |
| HSV(B) | 259.34º | 0.54% | 0.87% | - |
| XYZ | 29.06 | 20.49 | 72.24 | - |
| YUV | 127.46 | 181.92 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 223 | 0.37 | 0.54 | 0 | 0.13 | 259.34 | 0.65 | 0.64 |
| Hex | 8D | 66 | DF | 25 | 36 | 0 | D | 103 | 41 | 40 |
| Octal | 215 | 146 | 337 | 45 | 66 | 0 | 15 | 403 | 101 | 100 |
| Binary | 10001101 | 1100110 | 11011111 | 100101 | 110110 | 0 | 1101 | 100000011 | 1000001 | 1000000 |
Color Harmonies of #8D66DF
Complementary color
Monochromatic Colors of #8D66DF
Black with #8D66DF
Text Example
Text Example
White with #8D66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D66DF; }
p { color: rgb(141,102,223); }
H1.HeaderClassName
{
color: #8D66DF;
}
.AnyTagClassName
{
color: #8D66DF;
}
</style>
background-color css
<style>
a { background-color: #8D66DF; }
a { background-color: rgb(141,102,223); }
div.DivClassName
{
background-color: #8D66DF;
}
.BgClassName
{
background-color: #8D66DF;
}
</style>
border-color css
<style>
span { border-color: #8D66DF; }
span { border-color: rgb(141,102,223); }
td.TdClassName
{
border-color: #8D66DF;
}
.TagClassName
{
border-color: #8D66DF;
}
</style>