Shades of Medium Purple #8C7DD9
Tints of Medium Purple #8C7DD9
RGB
CMYK
RGB Variations
Color information
#8C7DD9 (or 0x8C7DD9) is known color: Medium Purple. HEX triplet: 8C, 7D and D9. RGB value is (140,125,217). Sum of RGB (Red+Green+Blue) = 140+125+217=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #8C7DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7DD9 is #738226. Grayscale: #8B8B8B. Windows color (decimal): -7569959 or 14253452. OLE color: 14253452.
HSL color Cylindrical-coordinate representation of color #8C7DD9: hue angle of 249.78º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C7DD9 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 125 | 217 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.15 |
| HSL | 249.78º | 0.55% | 0.67% | - |
| HSV(B) | 249.78º | 0.42% | 0.85% | - |
| XYZ | 30.67 | 25.25 | 68.9 | - |
| YUV | 139.97 | 171.47 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 217 | 0.35 | 0.42 | 0 | 0.15 | 249.78 | 0.55 | 0.67 |
| Hex | 8C | 7D | D9 | 23 | 2A | 0 | F | FA | 37 | 43 |
| Octal | 214 | 175 | 331 | 43 | 52 | 0 | 17 | 372 | 67 | 103 |
| Binary | 10001100 | 1111101 | 11011001 | 100011 | 101010 | 0 | 1111 | 11111010 | 110111 | 1000011 |
Color Harmonies of #8C7DD9
Complementary color
Monochromatic Colors of #8C7DD9
Black with #8C7DD9
Text Example
Text Example
White with #8C7DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DD9; }
p { color: rgb(140,125,217); }
H1.HeaderClassName
{
color: #8C7DD9;
}
.AnyTagClassName
{
color: #8C7DD9;
}
</style>
background-color css
<style>
a { background-color: #8C7DD9; }
a { background-color: rgb(140,125,217); }
div.DivClassName
{
background-color: #8C7DD9;
}
.BgClassName
{
background-color: #8C7DD9;
}
</style>
border-color css
<style>
span { border-color: #8C7DD9; }
span { border-color: rgb(140,125,217); }
td.TdClassName
{
border-color: #8C7DD9;
}
.TagClassName
{
border-color: #8C7DD9;
}
</style>