Shades of Medium Purple #8971E6
Tints of Medium Purple #8971E6
RGB
CMYK
RGB Variations
Color information
#8971E6 (or 0x8971E6) is known color: Medium Purple. HEX triplet: 89, 71 and E6. RGB value is (137,113,230). Sum of RGB (Red+Green+Blue) = 137+113+230=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #8971E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8971E6 is #768E19. Grayscale: #858585. Windows color (decimal): -7769626 or 15102345. OLE color: 15102345.
HSL color Cylindrical-coordinate representation of color #8971E6: hue angle of 252.31º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8971E6 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 113 | 230 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.10 |
| HSL | 252.31º | 0.7% | 0.67% | - |
| HSV(B) | 252.31º | 0.51% | 0.9% | - |
| XYZ | 30.5 | 22.84 | 77.66 | - |
| YUV | 133.51 | 182.45 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 230 | 0.40 | 0.51 | 0 | 0.10 | 252.31 | 0.7 | 0.67 |
| Hex | 89 | 71 | E6 | 28 | 33 | 0 | A | FC | 46 | 43 |
| Octal | 211 | 161 | 346 | 50 | 63 | 0 | 12 | 374 | 106 | 103 |
| Binary | 10001001 | 1110001 | 11100110 | 101000 | 110011 | 0 | 1010 | 11111100 | 1000110 | 1000011 |
Color Harmonies of #8971E6
Complementary color
Monochromatic Colors of #8971E6
Black with #8971E6
Text Example
Text Example
White with #8971E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971E6; }
p { color: rgb(137,113,230); }
H1.HeaderClassName
{
color: #8971E6;
}
.AnyTagClassName
{
color: #8971E6;
}
</style>
background-color css
<style>
a { background-color: #8971E6; }
a { background-color: rgb(137,113,230); }
div.DivClassName
{
background-color: #8971E6;
}
.BgClassName
{
background-color: #8971E6;
}
</style>
border-color css
<style>
span { border-color: #8971E6; }
span { border-color: rgb(137,113,230); }
td.TdClassName
{
border-color: #8971E6;
}
.TagClassName
{
border-color: #8971E6;
}
</style>