Shades of Medium Purple #8972DB
Tints of Medium Purple #8972DB
RGB
CMYK
RGB Variations
Color information
#8972DB (or 0x8972DB) is known color: Medium Purple. HEX triplet: 89, 72 and DB. RGB value is (137,114,219). Sum of RGB (Red+Green+Blue) = 137+114+219=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #8972DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8972DB is #768D24. Grayscale: #848484. Windows color (decimal): -7769381 or 14381705. OLE color: 14381705.
HSL color Cylindrical-coordinate representation of color #8972DB: hue angle of 253.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8972DB is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 114 | 219 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.14 |
| HSL | 253.14º | 0.59% | 0.65% | - |
| HSV(B) | 253.14º | 0.48% | 0.86% | - |
| XYZ | 29.12 | 22.47 | 69.82 | - |
| YUV | 132.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 114 | 219 | 0.37 | 0.48 | 0 | 0.14 | 253.14 | 0.59 | 0.65 |
| Hex | 89 | 72 | DB | 25 | 30 | 0 | E | FD | 3B | 41 |
| Octal | 211 | 162 | 333 | 45 | 60 | 0 | 16 | 375 | 73 | 101 |
| Binary | 10001001 | 1110010 | 11011011 | 100101 | 110000 | 0 | 1110 | 11111101 | 111011 | 1000001 |
Color Harmonies of #8972DB
Complementary color
Monochromatic Colors of #8972DB
Black with #8972DB
Text Example
Text Example
White with #8972DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8972DB; }
p { color: rgb(137,114,219); }
H1.HeaderClassName
{
color: #8972DB;
}
.AnyTagClassName
{
color: #8972DB;
}
</style>
background-color css
<style>
a { background-color: #8972DB; }
a { background-color: rgb(137,114,219); }
div.DivClassName
{
background-color: #8972DB;
}
.BgClassName
{
background-color: #8972DB;
}
</style>
border-color css
<style>
span { border-color: #8972DB; }
span { border-color: rgb(137,114,219); }
td.TdClassName
{
border-color: #8972DB;
}
.TagClassName
{
border-color: #8972DB;
}
</style>