Shades of Dark Purple #8B387C
Tints of Dark Purple #8B387C
RGB
CMYK
RGB Variations
Color information
#8B387C (or 0x8B387C) is known color: Dark Purple. HEX triplet: 8B, 38 and 7C. RGB value is (139,56,124). Sum of RGB (Red+Green+Blue) = 139+56+124=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B387C is #74C783. Grayscale: #585858. Windows color (decimal): -7653252 or 8140939. OLE color: 8140939.
HSL color Cylindrical-coordinate representation of color #8B387C: hue angle of 310.84º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B387C is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 124 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.45 |
| HSL | 310.84º | 0.43% | 0.38% | - |
| HSV(B) | 310.84º | 0.6% | 0.55% | - |
| XYZ | 15.7 | 9.77 | 20.13 | - |
| YUV | 88.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 124 | 0 | 0.60 | 0.11 | 0.45 | 310.84 | 0.43 | 0.38 |
| Hex | 8B | 38 | 7C | 0 | 3C | B | 2D | 137 | 2B | 26 |
| Octal | 213 | 70 | 174 | 0 | 74 | 13 | 55 | 467 | 53 | 46 |
| Binary | 10001011 | 111000 | 1111100 | 0 | 111100 | 1011 | 101101 | 100110111 | 101011 | 100110 |
Color Harmonies of #8B387C
Complementary color
Monochromatic Colors of #8B387C
Black with #8B387C
Text Example
Text Example
White with #8B387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B387C; }
p { color: rgb(139,56,124); }
H1.HeaderClassName
{
color: #8B387C;
}
.AnyTagClassName
{
color: #8B387C;
}
</style>
background-color css
<style>
a { background-color: #8B387C; }
a { background-color: rgb(139,56,124); }
div.DivClassName
{
background-color: #8B387C;
}
.BgClassName
{
background-color: #8B387C;
}
</style>
border-color css
<style>
span { border-color: #8B387C; }
span { border-color: rgb(139,56,124); }
td.TdClassName
{
border-color: #8B387C;
}
.TagClassName
{
border-color: #8B387C;
}
</style>