Shades of Medium Purple #8974E6
Tints of Medium Purple #8974E6
RGB
CMYK
RGB Variations
Color information
#8974E6 (or 0x8974E6) is known color: Medium Purple. HEX triplet: 89, 74 and E6. RGB value is (137,116,230). Sum of RGB (Red+Green+Blue) = 137+116+230=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #8974E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8974E6 is #768B19. Grayscale: #868686. Windows color (decimal): -7768858 or 15103113. OLE color: 15103113.
HSL color Cylindrical-coordinate representation of color #8974E6: hue angle of 251.05º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8974E6 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 116 | 230 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.10 |
| HSL | 251.05º | 0.7% | 0.68% | - |
| HSV(B) | 251.05º | 0.5% | 0.9% | - |
| XYZ | 30.84 | 23.52 | 77.78 | - |
| YUV | 135.28 | 181.46 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 116 | 230 | 0.40 | 0.50 | 0 | 0.10 | 251.05 | 0.7 | 0.68 |
| Hex | 89 | 74 | E6 | 28 | 32 | 0 | A | FB | 46 | 44 |
| Octal | 211 | 164 | 346 | 50 | 62 | 0 | 12 | 373 | 106 | 104 |
| Binary | 10001001 | 1110100 | 11100110 | 101000 | 110010 | 0 | 1010 | 11111011 | 1000110 | 1000100 |
Color Harmonies of #8974E6
Complementary color
Monochromatic Colors of #8974E6
Black with #8974E6
Text Example
Text Example
White with #8974E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8974E6; }
p { color: rgb(137,116,230); }
H1.HeaderClassName
{
color: #8974E6;
}
.AnyTagClassName
{
color: #8974E6;
}
</style>
background-color css
<style>
a { background-color: #8974E6; }
a { background-color: rgb(137,116,230); }
div.DivClassName
{
background-color: #8974E6;
}
.BgClassName
{
background-color: #8974E6;
}
</style>
border-color css
<style>
span { border-color: #8974E6; }
span { border-color: rgb(137,116,230); }
td.TdClassName
{
border-color: #8974E6;
}
.TagClassName
{
border-color: #8974E6;
}
</style>