Shades of Medium Purple #8978DD
Tints of Medium Purple #8978DD
RGB
CMYK
RGB Variations
Color information
#8978DD (or 0x8978DD) is known color: Medium Purple. HEX triplet: 89, 78 and DD. RGB value is (137,120,221). Sum of RGB (Red+Green+Blue) = 137+120+221=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #8978DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978DD is #768722. Grayscale: #888888. Windows color (decimal): -7767843 or 14514313. OLE color: 14514313.
HSL color Cylindrical-coordinate representation of color #8978DD: hue angle of 250.1º degrees, saturation: 0.6, 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 #8978DD is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 120 | 221 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.13 |
| HSL | 250.1º | 0.6% | 0.67% | - |
| HSV(B) | 250.1º | 0.46% | 0.87% | - |
| XYZ | 30.08 | 23.97 | 71.45 | - |
| YUV | 136.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 221 | 0.38 | 0.46 | 0 | 0.13 | 250.1 | 0.6 | 0.67 |
| Hex | 89 | 78 | DD | 26 | 2E | 0 | D | FA | 3C | 43 |
| Octal | 211 | 170 | 335 | 46 | 56 | 0 | 15 | 372 | 74 | 103 |
| Binary | 10001001 | 1111000 | 11011101 | 100110 | 101110 | 0 | 1101 | 11111010 | 111100 | 1000011 |
Color Harmonies of #8978DD
Complementary color
Monochromatic Colors of #8978DD
Black with #8978DD
Text Example
Text Example
White with #8978DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978DD; }
p { color: rgb(137,120,221); }
H1.HeaderClassName
{
color: #8978DD;
}
.AnyTagClassName
{
color: #8978DD;
}
</style>
background-color css
<style>
a { background-color: #8978DD; }
a { background-color: rgb(137,120,221); }
div.DivClassName
{
background-color: #8978DD;
}
.BgClassName
{
background-color: #8978DD;
}
</style>
border-color css
<style>
span { border-color: #8978DD; }
span { border-color: rgb(137,120,221); }
td.TdClassName
{
border-color: #8978DD;
}
.TagClassName
{
border-color: #8978DD;
}
</style>