Shades of Medium Purple #8976DB
Tints of Medium Purple #8976DB
RGB
CMYK
RGB Variations
Color information
#8976DB (or 0x8976DB) is known color: Medium Purple. HEX triplet: 89, 76 and DB. RGB value is (137,118,219). Sum of RGB (Red+Green+Blue) = 137+118+219=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #8976DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8976DB is #768924. Grayscale: #868686. Windows color (decimal): -7768357 or 14382729. OLE color: 14382729.
HSL color Cylindrical-coordinate representation of color #8976DB: hue angle of 251.29º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8976DB is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 118 | 219 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.14 |
| HSL | 251.29º | 0.58% | 0.66% | - |
| HSV(B) | 251.29º | 0.46% | 0.86% | - |
| XYZ | 29.58 | 23.39 | 69.97 | - |
| YUV | 135.2 | 175.29 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 219 | 0.37 | 0.46 | 0 | 0.14 | 251.29 | 0.58 | 0.66 |
| Hex | 89 | 76 | DB | 25 | 2E | 0 | E | FB | 3A | 42 |
| Octal | 211 | 166 | 333 | 45 | 56 | 0 | 16 | 373 | 72 | 102 |
| Binary | 10001001 | 1110110 | 11011011 | 100101 | 101110 | 0 | 1110 | 11111011 | 111010 | 1000010 |
Color Harmonies of #8976DB
Complementary color
Monochromatic Colors of #8976DB
Black with #8976DB
Text Example
Text Example
White with #8976DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976DB; }
p { color: rgb(137,118,219); }
H1.HeaderClassName
{
color: #8976DB;
}
.AnyTagClassName
{
color: #8976DB;
}
</style>
background-color css
<style>
a { background-color: #8976DB; }
a { background-color: rgb(137,118,219); }
div.DivClassName
{
background-color: #8976DB;
}
.BgClassName
{
background-color: #8976DB;
}
</style>
border-color css
<style>
span { border-color: #8976DB; }
span { border-color: rgb(137,118,219); }
td.TdClassName
{
border-color: #8976DB;
}
.TagClassName
{
border-color: #8976DB;
}
</style>