Shades of Medium Purple #8979DC
Tints of Medium Purple #8979DC
RGB
CMYK
RGB Variations
Color information
#8979DC (or 0x8979DC) is known color: Medium Purple. HEX triplet: 89, 79 and DC. RGB value is (137,121,220). Sum of RGB (Red+Green+Blue) = 137+121+220=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #8979DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8979DC is #768623. Grayscale: #888888. Windows color (decimal): -7767588 or 14449033. OLE color: 14449033.
HSL color Cylindrical-coordinate representation of color #8979DC: hue angle of 249.7º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8979DC is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 121 | 220 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.14 |
| HSL | 249.7º | 0.59% | 0.67% | - |
| HSV(B) | 249.7º | 0.45% | 0.86% | - |
| XYZ | 30.07 | 24.16 | 70.79 | - |
| YUV | 137.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 220 | 0.38 | 0.45 | 0 | 0.14 | 249.7 | 0.59 | 0.67 |
| Hex | 89 | 79 | DC | 26 | 2D | 0 | E | FA | 3B | 43 |
| Octal | 211 | 171 | 334 | 46 | 55 | 0 | 16 | 372 | 73 | 103 |
| Binary | 10001001 | 1111001 | 11011100 | 100110 | 101101 | 0 | 1110 | 11111010 | 111011 | 1000011 |
Color Harmonies of #8979DC
Complementary color
Monochromatic Colors of #8979DC
Black with #8979DC
Text Example
Text Example
White with #8979DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8979DC; }
p { color: rgb(137,121,220); }
H1.HeaderClassName
{
color: #8979DC;
}
.AnyTagClassName
{
color: #8979DC;
}
</style>
background-color css
<style>
a { background-color: #8979DC; }
a { background-color: rgb(137,121,220); }
div.DivClassName
{
background-color: #8979DC;
}
.BgClassName
{
background-color: #8979DC;
}
</style>
border-color css
<style>
span { border-color: #8979DC; }
span { border-color: rgb(137,121,220); }
td.TdClassName
{
border-color: #8979DC;
}
.TagClassName
{
border-color: #8979DC;
}
</style>