Shades of Medium Purple #8978E0
Tints of Medium Purple #8978E0
RGB
CMYK
RGB Variations
Color information
#8978E0 (or 0x8978E0) is known color: Medium Purple. HEX triplet: 89, 78 and E0. RGB value is (137,120,224). Sum of RGB (Red+Green+Blue) = 137+120+224=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #8978E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978E0 is #76871F. Grayscale: #888888. Windows color (decimal): -7767840 or 14710921. OLE color: 14710921.
HSL color Cylindrical-coordinate representation of color #8978E0: hue angle of 249.81º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8978E0 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 120 | 224 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.12 |
| HSL | 249.81º | 0.63% | 0.67% | - |
| HSV(B) | 249.81º | 0.46% | 0.88% | - |
| XYZ | 30.49 | 24.13 | 73.57 | - |
| YUV | 136.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 224 | 0.39 | 0.46 | 0 | 0.12 | 249.81 | 0.63 | 0.67 |
| Hex | 89 | 78 | E0 | 27 | 2E | 0 | C | FA | 3F | 43 |
| Octal | 211 | 170 | 340 | 47 | 56 | 0 | 14 | 372 | 77 | 103 |
| Binary | 10001001 | 1111000 | 11100000 | 100111 | 101110 | 0 | 1100 | 11111010 | 111111 | 1000011 |
Color Harmonies of #8978E0
Complementary color
Monochromatic Colors of #8978E0
Black with #8978E0
Text Example
Text Example
White with #8978E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978E0; }
p { color: rgb(137,120,224); }
H1.HeaderClassName
{
color: #8978E0;
}
.AnyTagClassName
{
color: #8978E0;
}
</style>
background-color css
<style>
a { background-color: #8978E0; }
a { background-color: rgb(137,120,224); }
div.DivClassName
{
background-color: #8978E0;
}
.BgClassName
{
background-color: #8978E0;
}
</style>
border-color css
<style>
span { border-color: #8978E0; }
span { border-color: rgb(137,120,224); }
td.TdClassName
{
border-color: #8978E0;
}
.TagClassName
{
border-color: #8978E0;
}
</style>