Shades of Dark Purple #8B407C
Tints of Dark Purple #8B407C
RGB
CMYK
RGB Variations
Color information
#8B407C (or 0x8B407C) is known color: Dark Purple. HEX triplet: 8B, 40 and 7C. RGB value is (139,64,124). Sum of RGB (Red+Green+Blue) = 139+64+124=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B407C is #74BF83. Grayscale: #5D5D5D. Windows color (decimal): -7651204 or 8142987. OLE color: 8142987.
HSL color Cylindrical-coordinate representation of color #8B407C: hue angle of 312º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B407C is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 124 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.45 |
| HSL | 312º | 0.37% | 0.4% | - |
| HSV(B) | 312º | 0.54% | 0.55% | - |
| XYZ | 16.12 | 10.61 | 20.27 | - |
| YUV | 93.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 124 | 0 | 0.54 | 0.11 | 0.45 | 312 | 0.37 | 0.4 |
| Hex | 8B | 40 | 7C | 0 | 36 | B | 2D | 138 | 25 | 28 |
| Octal | 213 | 100 | 174 | 0 | 66 | 13 | 55 | 470 | 45 | 50 |
| Binary | 10001011 | 1000000 | 1111100 | 0 | 110110 | 1011 | 101101 | 100111000 | 100101 | 101000 |
Color Harmonies of #8B407C
Complementary color
Monochromatic Colors of #8B407C
Black with #8B407C
Text Example
Text Example
White with #8B407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B407C; }
p { color: rgb(139,64,124); }
H1.HeaderClassName
{
color: #8B407C;
}
.AnyTagClassName
{
color: #8B407C;
}
</style>
background-color css
<style>
a { background-color: #8B407C; }
a { background-color: rgb(139,64,124); }
div.DivClassName
{
background-color: #8B407C;
}
.BgClassName
{
background-color: #8B407C;
}
</style>
border-color css
<style>
span { border-color: #8B407C; }
span { border-color: rgb(139,64,124); }
td.TdClassName
{
border-color: #8B407C;
}
.TagClassName
{
border-color: #8B407C;
}
</style>