Shades of Medium Purple #8D68DD
Tints of Medium Purple #8D68DD
RGB
CMYK
RGB Variations
Color information
#8D68DD (or 0x8D68DD) is known color: Medium Purple. HEX triplet: 8D, 68 and DD. RGB value is (141,104,221). Sum of RGB (Red+Green+Blue) = 141+104+221=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D68DD is #729722. Grayscale: #7F7F7F. Windows color (decimal): -7509795 or 14510221. OLE color: 14510221.
HSL color Cylindrical-coordinate representation of color #8D68DD: hue angle of 258.97º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D68DD is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 104 | 221 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.13 |
| HSL | 258.97º | 0.63% | 0.64% | - |
| HSV(B) | 258.97º | 0.53% | 0.87% | - |
| XYZ | 28.99 | 20.78 | 70.89 | - |
| YUV | 128.4 | 180.26 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 221 | 0.36 | 0.53 | 0 | 0.13 | 258.97 | 0.63 | 0.64 |
| Hex | 8D | 68 | DD | 24 | 35 | 0 | D | 103 | 3F | 40 |
| Octal | 215 | 150 | 335 | 44 | 65 | 0 | 15 | 403 | 77 | 100 |
| Binary | 10001101 | 1101000 | 11011101 | 100100 | 110101 | 0 | 1101 | 100000011 | 111111 | 1000000 |
Color Harmonies of #8D68DD
Complementary color
Monochromatic Colors of #8D68DD
Black with #8D68DD
Text Example
Text Example
White with #8D68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D68DD; }
p { color: rgb(141,104,221); }
H1.HeaderClassName
{
color: #8D68DD;
}
.AnyTagClassName
{
color: #8D68DD;
}
</style>
background-color css
<style>
a { background-color: #8D68DD; }
a { background-color: rgb(141,104,221); }
div.DivClassName
{
background-color: #8D68DD;
}
.BgClassName
{
background-color: #8D68DD;
}
</style>
border-color css
<style>
span { border-color: #8D68DD; }
span { border-color: rgb(141,104,221); }
td.TdClassName
{
border-color: #8D68DD;
}
.TagClassName
{
border-color: #8D68DD;
}
</style>