Shades of Medium Purple #8C79DF
Tints of Medium Purple #8C79DF
RGB
CMYK
RGB Variations
Color information
#8C79DF (or 0x8C79DF) is known color: Medium Purple. HEX triplet: 8C, 79 and DF. RGB value is (140,121,223). Sum of RGB (Red+Green+Blue) = 140+121+223=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C79DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C79DF is #738620. Grayscale: #898989. Windows color (decimal): -7570977 or 14645644. OLE color: 14645644.
HSL color Cylindrical-coordinate representation of color #8C79DF: hue angle of 251.18º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C79DF is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 121 | 223 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.13 |
| HSL | 251.18º | 0.61% | 0.67% | - |
| HSV(B) | 251.18º | 0.46% | 0.87% | - |
| XYZ | 30.97 | 24.58 | 72.92 | - |
| YUV | 138.31 | 175.79 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 223 | 0.37 | 0.46 | 0 | 0.13 | 251.18 | 0.61 | 0.67 |
| Hex | 8C | 79 | DF | 25 | 2E | 0 | D | FB | 3D | 43 |
| Octal | 214 | 171 | 337 | 45 | 56 | 0 | 15 | 373 | 75 | 103 |
| Binary | 10001100 | 1111001 | 11011111 | 100101 | 101110 | 0 | 1101 | 11111011 | 111101 | 1000011 |
Color Harmonies of #8C79DF
Complementary color
Monochromatic Colors of #8C79DF
Black with #8C79DF
Text Example
Text Example
White with #8C79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C79DF; }
p { color: rgb(140,121,223); }
H1.HeaderClassName
{
color: #8C79DF;
}
.AnyTagClassName
{
color: #8C79DF;
}
</style>
background-color css
<style>
a { background-color: #8C79DF; }
a { background-color: rgb(140,121,223); }
div.DivClassName
{
background-color: #8C79DF;
}
.BgClassName
{
background-color: #8C79DF;
}
</style>
border-color css
<style>
span { border-color: #8C79DF; }
span { border-color: rgb(140,121,223); }
td.TdClassName
{
border-color: #8C79DF;
}
.TagClassName
{
border-color: #8C79DF;
}
</style>