Shades of Medium Purple #8978DA
Tints of Medium Purple #8978DA
RGB
CMYK
RGB Variations
Color information
#8978DA (or 0x8978DA) is known color: Medium Purple. HEX triplet: 89, 78 and DA. RGB value is (137,120,218). Sum of RGB (Red+Green+Blue) = 137+120+218=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #8978DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978DA is #768725. Grayscale: #878787. Windows color (decimal): -7767846 or 14317705. OLE color: 14317705.
HSL color Cylindrical-coordinate representation of color #8978DA: hue angle of 250.41º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8978DA is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 120 | 218 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.15 |
| HSL | 250.41º | 0.57% | 0.66% | - |
| HSV(B) | 250.41º | 0.45% | 0.85% | - |
| XYZ | 29.69 | 23.81 | 69.36 | - |
| YUV | 136.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 218 | 0.37 | 0.45 | 0 | 0.15 | 250.41 | 0.57 | 0.66 |
| Hex | 89 | 78 | DA | 25 | 2D | 0 | F | FA | 39 | 42 |
| Octal | 211 | 170 | 332 | 45 | 55 | 0 | 17 | 372 | 71 | 102 |
| Binary | 10001001 | 1111000 | 11011010 | 100101 | 101101 | 0 | 1111 | 11111010 | 111001 | 1000010 |
Color Harmonies of #8978DA
Complementary color
Monochromatic Colors of #8978DA
Black with #8978DA
Text Example
Text Example
White with #8978DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978DA; }
p { color: rgb(137,120,218); }
H1.HeaderClassName
{
color: #8978DA;
}
.AnyTagClassName
{
color: #8978DA;
}
</style>
background-color css
<style>
a { background-color: #8978DA; }
a { background-color: rgb(137,120,218); }
div.DivClassName
{
background-color: #8978DA;
}
.BgClassName
{
background-color: #8978DA;
}
</style>
border-color css
<style>
span { border-color: #8978DA; }
span { border-color: rgb(137,120,218); }
td.TdClassName
{
border-color: #8978DA;
}
.TagClassName
{
border-color: #8978DA;
}
</style>