Shades of Medium Purple #8974DB
Tints of Medium Purple #8974DB
RGB
CMYK
RGB Variations
Color information
#8974DB (or 0x8974DB) is known color: Medium Purple. HEX triplet: 89, 74 and DB. RGB value is (137,116,219). Sum of RGB (Red+Green+Blue) = 137+116+219=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #8974DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8974DB is #768B24. Grayscale: #858585. Windows color (decimal): -7768869 or 14382217. OLE color: 14382217.
HSL color Cylindrical-coordinate representation of color #8974DB: hue angle of 252.23º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8974DB is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 116 | 219 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.14 |
| HSL | 252.23º | 0.59% | 0.66% | - |
| HSV(B) | 252.23º | 0.47% | 0.86% | - |
| XYZ | 29.35 | 22.92 | 69.9 | - |
| YUV | 134.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 116 | 219 | 0.37 | 0.47 | 0 | 0.14 | 252.23 | 0.59 | 0.66 |
| Hex | 89 | 74 | DB | 25 | 2F | 0 | E | FC | 3B | 42 |
| Octal | 211 | 164 | 333 | 45 | 57 | 0 | 16 | 374 | 73 | 102 |
| Binary | 10001001 | 1110100 | 11011011 | 100101 | 101111 | 0 | 1110 | 11111100 | 111011 | 1000010 |
Color Harmonies of #8974DB
Complementary color
Monochromatic Colors of #8974DB
Black with #8974DB
Text Example
Text Example
White with #8974DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8974DB; }
p { color: rgb(137,116,219); }
H1.HeaderClassName
{
color: #8974DB;
}
.AnyTagClassName
{
color: #8974DB;
}
</style>
background-color css
<style>
a { background-color: #8974DB; }
a { background-color: rgb(137,116,219); }
div.DivClassName
{
background-color: #8974DB;
}
.BgClassName
{
background-color: #8974DB;
}
</style>
border-color css
<style>
span { border-color: #8974DB; }
span { border-color: rgb(137,116,219); }
td.TdClassName
{
border-color: #8974DB;
}
.TagClassName
{
border-color: #8974DB;
}
</style>