Shades of Medium Purple #8D80DB
Tints of Medium Purple #8D80DB
RGB
CMYK
RGB Variations
Color information
#8D80DB (or 0x8D80DB) is known color: Medium Purple. HEX triplet: 8D, 80 and DB. RGB value is (141,128,219). Sum of RGB (Red+Green+Blue) = 141+128+219=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D80DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D80DB is #727F24. Grayscale: #8D8D8D. Windows color (decimal): -7503653 or 14385293. OLE color: 14385293.
HSL color Cylindrical-coordinate representation of color #8D80DB: hue angle of 248.57º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D80DB is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 128 | 219 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.14 |
| HSL | 248.57º | 0.56% | 0.68% | - |
| HSV(B) | 248.57º | 0.42% | 0.86% | - |
| XYZ | 31.49 | 26.22 | 70.42 | - |
| YUV | 142.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 219 | 0.36 | 0.42 | 0 | 0.14 | 248.57 | 0.56 | 0.68 |
| Hex | 8D | 80 | DB | 24 | 2A | 0 | E | F9 | 38 | 44 |
| Octal | 215 | 200 | 333 | 44 | 52 | 0 | 16 | 371 | 70 | 104 |
| Binary | 10001101 | 10000000 | 11011011 | 100100 | 101010 | 0 | 1110 | 11111001 | 111000 | 1000100 |
Color Harmonies of #8D80DB
Complementary color
Monochromatic Colors of #8D80DB
Black with #8D80DB
Text Example
Text Example
White with #8D80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D80DB; }
p { color: rgb(141,128,219); }
H1.HeaderClassName
{
color: #8D80DB;
}
.AnyTagClassName
{
color: #8D80DB;
}
</style>
background-color css
<style>
a { background-color: #8D80DB; }
a { background-color: rgb(141,128,219); }
div.DivClassName
{
background-color: #8D80DB;
}
.BgClassName
{
background-color: #8D80DB;
}
</style>
border-color css
<style>
span { border-color: #8D80DB; }
span { border-color: rgb(141,128,219); }
td.TdClassName
{
border-color: #8D80DB;
}
.TagClassName
{
border-color: #8D80DB;
}
</style>