Shades of Medium Purple #8D79DE
Tints of Medium Purple #8D79DE
RGB
CMYK
RGB Variations
Color information
#8D79DE (or 0x8D79DE) is known color: Medium Purple. HEX triplet: 8D, 79 and DE. RGB value is (141,121,222). Sum of RGB (Red+Green+Blue) = 141+121+222=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D79DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D79DE is #728621. Grayscale: #8A8A8A. Windows color (decimal): -7505442 or 14580109. OLE color: 14580109.
HSL color Cylindrical-coordinate representation of color #8D79DE: hue angle of 251.88º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D79DE is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 121 | 222 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.13 |
| HSL | 251.88º | 0.6% | 0.67% | - |
| HSV(B) | 251.88º | 0.45% | 0.87% | - |
| XYZ | 31.01 | 24.61 | 72.22 | - |
| YUV | 138.49 | 175.13 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 222 | 0.36 | 0.45 | 0 | 0.13 | 251.88 | 0.6 | 0.67 |
| Hex | 8D | 79 | DE | 24 | 2D | 0 | D | FC | 3C | 43 |
| Octal | 215 | 171 | 336 | 44 | 55 | 0 | 15 | 374 | 74 | 103 |
| Binary | 10001101 | 1111001 | 11011110 | 100100 | 101101 | 0 | 1101 | 11111100 | 111100 | 1000011 |
Color Harmonies of #8D79DE
Complementary color
Monochromatic Colors of #8D79DE
Black with #8D79DE
Text Example
Text Example
White with #8D79DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D79DE; }
p { color: rgb(141,121,222); }
H1.HeaderClassName
{
color: #8D79DE;
}
.AnyTagClassName
{
color: #8D79DE;
}
</style>
background-color css
<style>
a { background-color: #8D79DE; }
a { background-color: rgb(141,121,222); }
div.DivClassName
{
background-color: #8D79DE;
}
.BgClassName
{
background-color: #8D79DE;
}
</style>
border-color css
<style>
span { border-color: #8D79DE; }
span { border-color: rgb(141,121,222); }
td.TdClassName
{
border-color: #8D79DE;
}
.TagClassName
{
border-color: #8D79DE;
}
</style>