Shades of Medium Purple #8F80DB
Tints of Medium Purple #8F80DB
RGB
CMYK
RGB Variations
Color information
#8F80DB (or 0x8F80DB) is known color: Medium Purple. HEX triplet: 8F, 80 and DB. RGB value is (143,128,219). Sum of RGB (Red+Green+Blue) = 143+128+219=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F80DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80DB is #707F24. Grayscale: #8E8E8E. Windows color (decimal): -7372581 or 14385295. OLE color: 14385295.
HSL color Cylindrical-coordinate representation of color #8F80DB: hue angle of 249.89º 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 #8F80DB is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 128 | 219 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.14 |
| HSL | 249.89º | 0.56% | 0.68% | - |
| HSV(B) | 249.89º | 0.42% | 0.86% | - |
| XYZ | 31.83 | 26.39 | 70.43 | - |
| YUV | 142.86 | 170.97 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 219 | 0.35 | 0.42 | 0 | 0.14 | 249.89 | 0.56 | 0.68 |
| Hex | 8F | 80 | DB | 23 | 2A | 0 | E | FA | 38 | 44 |
| Octal | 217 | 200 | 333 | 43 | 52 | 0 | 16 | 372 | 70 | 104 |
| Binary | 10001111 | 10000000 | 11011011 | 100011 | 101010 | 0 | 1110 | 11111010 | 111000 | 1000100 |
Color Harmonies of #8F80DB
Complementary color
Monochromatic Colors of #8F80DB
Black with #8F80DB
Text Example
Text Example
White with #8F80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F80DB; }
p { color: rgb(143,128,219); }
H1.HeaderClassName
{
color: #8F80DB;
}
.AnyTagClassName
{
color: #8F80DB;
}
</style>
background-color css
<style>
a { background-color: #8F80DB; }
a { background-color: rgb(143,128,219); }
div.DivClassName
{
background-color: #8F80DB;
}
.BgClassName
{
background-color: #8F80DB;
}
</style>
border-color css
<style>
span { border-color: #8F80DB; }
span { border-color: rgb(143,128,219); }
td.TdClassName
{
border-color: #8F80DB;
}
.TagClassName
{
border-color: #8F80DB;
}
</style>