Shades of Medium Purple #8976DC
Tints of Medium Purple #8976DC
RGB
CMYK
RGB Variations
Color information
#8976DC (or 0x8976DC) is known color: Medium Purple. HEX triplet: 89, 76 and DC. RGB value is (137,118,220). Sum of RGB (Red+Green+Blue) = 137+118+220=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #8976DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8976DC is #768923. Grayscale: #868686. Windows color (decimal): -7768356 or 14448265. OLE color: 14448265.
HSL color Cylindrical-coordinate representation of color #8976DC: hue angle of 251.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8976DC is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 118 | 220 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.14 |
| HSL | 251.18º | 0.59% | 0.66% | - |
| HSV(B) | 251.18º | 0.46% | 0.86% | - |
| XYZ | 29.71 | 23.44 | 70.67 | - |
| YUV | 135.31 | 175.79 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 220 | 0.38 | 0.46 | 0 | 0.14 | 251.18 | 0.59 | 0.66 |
| Hex | 89 | 76 | DC | 26 | 2E | 0 | E | FB | 3B | 42 |
| Octal | 211 | 166 | 334 | 46 | 56 | 0 | 16 | 373 | 73 | 102 |
| Binary | 10001001 | 1110110 | 11011100 | 100110 | 101110 | 0 | 1110 | 11111011 | 111011 | 1000010 |
Color Harmonies of #8976DC
Complementary color
Monochromatic Colors of #8976DC
Black with #8976DC
Text Example
Text Example
White with #8976DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976DC; }
p { color: rgb(137,118,220); }
H1.HeaderClassName
{
color: #8976DC;
}
.AnyTagClassName
{
color: #8976DC;
}
</style>
background-color css
<style>
a { background-color: #8976DC; }
a { background-color: rgb(137,118,220); }
div.DivClassName
{
background-color: #8976DC;
}
.BgClassName
{
background-color: #8976DC;
}
</style>
border-color css
<style>
span { border-color: #8976DC; }
span { border-color: rgb(137,118,220); }
td.TdClassName
{
border-color: #8976DC;
}
.TagClassName
{
border-color: #8976DC;
}
</style>