Shades of Dark Purple #8B1E7C
Tints of Dark Purple #8B1E7C
RGB
CMYK
RGB Variations
Color information
#8B1E7C (or 0x8B1E7C) is known color: Dark Purple. HEX triplet: 8B, 1E and 7C. RGB value is (139,30,124). Sum of RGB (Red+Green+Blue) = 139+30+124=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1E7C is #74E183. Grayscale: #494949. Windows color (decimal): -7659908 or 8134283. OLE color: 8134283.
HSL color Cylindrical-coordinate representation of color #8B1E7C: hue angle of 308.26º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1E7C is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 30 | 124 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.45 |
| HSL | 308.26º | 0.64% | 0.33% | - |
| HSV(B) | 308.26º | 0.78% | 0.55% | - |
| XYZ | 14.75 | 7.87 | 19.81 | - |
| YUV | 73.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 124 | 0 | 0.78 | 0.11 | 0.45 | 308.26 | 0.64 | 0.33 |
| Hex | 8B | 1E | 7C | 0 | 4E | B | 2D | 134 | 40 | 21 |
| Octal | 213 | 36 | 174 | 0 | 116 | 13 | 55 | 464 | 100 | 41 |
| Binary | 10001011 | 11110 | 1111100 | 0 | 1001110 | 1011 | 101101 | 100110100 | 1000000 | 100001 |
Color Harmonies of #8B1E7C
Complementary color
Monochromatic Colors of #8B1E7C
Black with #8B1E7C
Text Example
Text Example
White with #8B1E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1E7C; }
p { color: rgb(139,30,124); }
H1.HeaderClassName
{
color: #8B1E7C;
}
.AnyTagClassName
{
color: #8B1E7C;
}
</style>
background-color css
<style>
a { background-color: #8B1E7C; }
a { background-color: rgb(139,30,124); }
div.DivClassName
{
background-color: #8B1E7C;
}
.BgClassName
{
background-color: #8B1E7C;
}
</style>
border-color css
<style>
span { border-color: #8B1E7C; }
span { border-color: rgb(139,30,124); }
td.TdClassName
{
border-color: #8B1E7C;
}
.TagClassName
{
border-color: #8B1E7C;
}
</style>