Shades of Medium Purple #8970DF
Tints of Medium Purple #8970DF
RGB
CMYK
RGB Variations
Color information
#8970DF (or 0x8970DF) is known color: Medium Purple. HEX triplet: 89, 70 and DF. RGB value is (137,112,223). Sum of RGB (Red+Green+Blue) = 137+112+223=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #8970DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8970DF is #768F20. Grayscale: #838383. Windows color (decimal): -7769889 or 14643337. OLE color: 14643337.
HSL color Cylindrical-coordinate representation of color #8970DF: hue angle of 253.51º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8970DF is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 112 | 223 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.13 |
| HSL | 253.51º | 0.63% | 0.66% | - |
| HSV(B) | 253.51º | 0.5% | 0.87% | - |
| XYZ | 29.43 | 22.23 | 72.55 | - |
| YUV | 132.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 223 | 0.39 | 0.50 | 0 | 0.13 | 253.51 | 0.63 | 0.66 |
| Hex | 89 | 70 | DF | 27 | 32 | 0 | D | FE | 3F | 42 |
| Octal | 211 | 160 | 337 | 47 | 62 | 0 | 15 | 376 | 77 | 102 |
| Binary | 10001001 | 1110000 | 11011111 | 100111 | 110010 | 0 | 1101 | 11111110 | 111111 | 1000010 |
Color Harmonies of #8970DF
Complementary color
Monochromatic Colors of #8970DF
Black with #8970DF
Text Example
Text Example
White with #8970DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8970DF; }
p { color: rgb(137,112,223); }
H1.HeaderClassName
{
color: #8970DF;
}
.AnyTagClassName
{
color: #8970DF;
}
</style>
background-color css
<style>
a { background-color: #8970DF; }
a { background-color: rgb(137,112,223); }
div.DivClassName
{
background-color: #8970DF;
}
.BgClassName
{
background-color: #8970DF;
}
</style>
border-color css
<style>
span { border-color: #8970DF; }
span { border-color: rgb(137,112,223); }
td.TdClassName
{
border-color: #8970DF;
}
.TagClassName
{
border-color: #8970DF;
}
</style>