Shades of Medium Purple #8976DA
Tints of Medium Purple #8976DA
RGB
CMYK
RGB Variations
Color information
#8976DA (or 0x8976DA) is known color: Medium Purple. HEX triplet: 89, 76 and DA. RGB value is (137,118,218). Sum of RGB (Red+Green+Blue) = 137+118+218=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #8976DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8976DA is #768925. Grayscale: #868686. Windows color (decimal): -7768358 or 14317193. OLE color: 14317193.
HSL color Cylindrical-coordinate representation of color #8976DA: hue angle of 251.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8976DA is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 118 | 218 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.15 |
| HSL | 251.4º | 0.57% | 0.66% | - |
| HSV(B) | 251.4º | 0.46% | 0.85% | - |
| XYZ | 29.45 | 23.34 | 69.28 | - |
| YUV | 135.08 | 174.79 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 218 | 0.37 | 0.46 | 0 | 0.15 | 251.4 | 0.57 | 0.66 |
| Hex | 89 | 76 | DA | 25 | 2E | 0 | F | FB | 39 | 42 |
| Octal | 211 | 166 | 332 | 45 | 56 | 0 | 17 | 373 | 71 | 102 |
| Binary | 10001001 | 1110110 | 11011010 | 100101 | 101110 | 0 | 1111 | 11111011 | 111001 | 1000010 |
Color Harmonies of #8976DA
Complementary color
Monochromatic Colors of #8976DA
Black with #8976DA
Text Example
Text Example
White with #8976DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976DA; }
p { color: rgb(137,118,218); }
H1.HeaderClassName
{
color: #8976DA;
}
.AnyTagClassName
{
color: #8976DA;
}
</style>
background-color css
<style>
a { background-color: #8976DA; }
a { background-color: rgb(137,118,218); }
div.DivClassName
{
background-color: #8976DA;
}
.BgClassName
{
background-color: #8976DA;
}
</style>
border-color css
<style>
span { border-color: #8976DA; }
span { border-color: rgb(137,118,218); }
td.TdClassName
{
border-color: #8976DA;
}
.TagClassName
{
border-color: #8976DA;
}
</style>