Shades of Medium Purple #8D67DD
Tints of Medium Purple #8D67DD
RGB
CMYK
RGB Variations
Color information
#8D67DD (or 0x8D67DD) is known color: Medium Purple. HEX triplet: 8D, 67 and DD. RGB value is (141,103,221). Sum of RGB (Red+Green+Blue) = 141+103+221=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D67DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D67DD is #729822. Grayscale: #7F7F7F. Windows color (decimal): -7510051 or 14509965. OLE color: 14509965.
HSL color Cylindrical-coordinate representation of color #8D67DD: hue angle of 259.32º 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 #8D67DD is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 103 | 221 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.13 |
| HSL | 259.32º | 0.63% | 0.64% | - |
| HSV(B) | 259.32º | 0.53% | 0.87% | - |
| XYZ | 28.89 | 20.58 | 70.86 | - |
| YUV | 127.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 221 | 0.36 | 0.53 | 0 | 0.13 | 259.32 | 0.63 | 0.64 |
| Hex | 8D | 67 | DD | 24 | 35 | 0 | D | 103 | 3F | 40 |
| Octal | 215 | 147 | 335 | 44 | 65 | 0 | 15 | 403 | 77 | 100 |
| Binary | 10001101 | 1100111 | 11011101 | 100100 | 110101 | 0 | 1101 | 100000011 | 111111 | 1000000 |
Color Harmonies of #8D67DD
Complementary color
Monochromatic Colors of #8D67DD
Black with #8D67DD
Text Example
Text Example
White with #8D67DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D67DD; }
p { color: rgb(141,103,221); }
H1.HeaderClassName
{
color: #8D67DD;
}
.AnyTagClassName
{
color: #8D67DD;
}
</style>
background-color css
<style>
a { background-color: #8D67DD; }
a { background-color: rgb(141,103,221); }
div.DivClassName
{
background-color: #8D67DD;
}
.BgClassName
{
background-color: #8D67DD;
}
</style>
border-color css
<style>
span { border-color: #8D67DD; }
span { border-color: rgb(141,103,221); }
td.TdClassName
{
border-color: #8D67DD;
}
.TagClassName
{
border-color: #8D67DD;
}
</style>