Shades of Medium Purple #8971DA
Tints of Medium Purple #8971DA
RGB
CMYK
RGB Variations
Color information
#8971DA (or 0x8971DA) is known color: Medium Purple. HEX triplet: 89, 71 and DA. RGB value is (137,113,218). Sum of RGB (Red+Green+Blue) = 137+113+218=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #8971DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971DA is #768E25. Grayscale: #838383. Windows color (decimal): -7769638 or 14315913. OLE color: 14315913.
HSL color Cylindrical-coordinate representation of color #8971DA: hue angle of 253.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8971DA is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 113 | 218 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.15 |
| HSL | 253.71º | 0.59% | 0.65% | - |
| HSV(B) | 253.71º | 0.48% | 0.85% | - |
| XYZ | 28.88 | 22.19 | 69.09 | - |
| YUV | 132.15 | 176.45 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 218 | 0.37 | 0.48 | 0 | 0.15 | 253.71 | 0.59 | 0.65 |
| Hex | 89 | 71 | DA | 25 | 30 | 0 | F | FE | 3B | 41 |
| Octal | 211 | 161 | 332 | 45 | 60 | 0 | 17 | 376 | 73 | 101 |
| Binary | 10001001 | 1110001 | 11011010 | 100101 | 110000 | 0 | 1111 | 11111110 | 111011 | 1000001 |
Color Harmonies of #8971DA
Complementary color
Monochromatic Colors of #8971DA
Black with #8971DA
Text Example
Text Example
White with #8971DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971DA; }
p { color: rgb(137,113,218); }
H1.HeaderClassName
{
color: #8971DA;
}
.AnyTagClassName
{
color: #8971DA;
}
</style>
background-color css
<style>
a { background-color: #8971DA; }
a { background-color: rgb(137,113,218); }
div.DivClassName
{
background-color: #8971DA;
}
.BgClassName
{
background-color: #8971DA;
}
</style>
border-color css
<style>
span { border-color: #8971DA; }
span { border-color: rgb(137,113,218); }
td.TdClassName
{
border-color: #8971DA;
}
.TagClassName
{
border-color: #8971DA;
}
</style>