Shades of Medium Purple #8B80DE
Tints of Medium Purple #8B80DE
RGB
CMYK
RGB Variations
Color information
#8B80DE (or 0x8B80DE) is known color: Medium Purple. HEX triplet: 8B, 80 and DE. RGB value is (139,128,222). Sum of RGB (Red+Green+Blue) = 139+128+222=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B80DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B80DE is #747F21. Grayscale: #8D8D8D. Windows color (decimal): -7634722 or 14581899. OLE color: 14581899.
HSL color Cylindrical-coordinate representation of color #8B80DE: hue angle of 247.02º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B80DE is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 128 | 222 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.13 |
| HSL | 247.02º | 0.59% | 0.69% | - |
| HSV(B) | 247.02º | 0.42% | 0.87% | - |
| XYZ | 31.55 | 26.2 | 72.5 | - |
| YUV | 142.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 222 | 0.37 | 0.42 | 0 | 0.13 | 247.02 | 0.59 | 0.69 |
| Hex | 8B | 80 | DE | 25 | 2A | 0 | D | F7 | 3B | 45 |
| Octal | 213 | 200 | 336 | 45 | 52 | 0 | 15 | 367 | 73 | 105 |
| Binary | 10001011 | 10000000 | 11011110 | 100101 | 101010 | 0 | 1101 | 11110111 | 111011 | 1000101 |
Color Harmonies of #8B80DE
Complementary color
Monochromatic Colors of #8B80DE
Black with #8B80DE
Text Example
Text Example
White with #8B80DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B80DE; }
p { color: rgb(139,128,222); }
H1.HeaderClassName
{
color: #8B80DE;
}
.AnyTagClassName
{
color: #8B80DE;
}
</style>
background-color css
<style>
a { background-color: #8B80DE; }
a { background-color: rgb(139,128,222); }
div.DivClassName
{
background-color: #8B80DE;
}
.BgClassName
{
background-color: #8B80DE;
}
</style>
border-color css
<style>
span { border-color: #8B80DE; }
span { border-color: rgb(139,128,222); }
td.TdClassName
{
border-color: #8B80DE;
}
.TagClassName
{
border-color: #8B80DE;
}
</style>