Shades of Dark Purple #8B127C
Tints of Dark Purple #8B127C
RGB
CMYK
RGB Variations
Color information
#8B127C (or 0x8B127C) is known color: Dark Purple. HEX triplet: 8B, 12 and 7C. RGB value is (139,18,124). Sum of RGB (Red+Green+Blue) = 139+18+124=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B127C is #74ED83. Grayscale: #414141. Windows color (decimal): -7662980 or 8131211. OLE color: 8131211.
HSL color Cylindrical-coordinate representation of color #8B127C: hue angle of 307.44º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B127C is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 18 | 124 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.45 |
| HSL | 307.44º | 0.77% | 0.31% | - |
| HSV(B) | 307.44º | 0.87% | 0.55% | - |
| XYZ | 14.5 | 7.38 | 19.73 | - |
| YUV | 66.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 124 | 0 | 0.87 | 0.11 | 0.45 | 307.44 | 0.77 | 0.31 |
| Hex | 8B | 12 | 7C | 0 | 57 | B | 2D | 133 | 4D | 1F |
| Octal | 213 | 22 | 174 | 0 | 127 | 13 | 55 | 463 | 115 | 37 |
| Binary | 10001011 | 10010 | 1111100 | 0 | 1010111 | 1011 | 101101 | 100110011 | 1001101 | 11111 |
Color Harmonies of #8B127C
Complementary color
Monochromatic Colors of #8B127C
Black with #8B127C
Text Example
Text Example
White with #8B127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B127C; }
p { color: rgb(139,18,124); }
H1.HeaderClassName
{
color: #8B127C;
}
.AnyTagClassName
{
color: #8B127C;
}
</style>
background-color css
<style>
a { background-color: #8B127C; }
a { background-color: rgb(139,18,124); }
div.DivClassName
{
background-color: #8B127C;
}
.BgClassName
{
background-color: #8B127C;
}
</style>
border-color css
<style>
span { border-color: #8B127C; }
span { border-color: rgb(139,18,124); }
td.TdClassName
{
border-color: #8B127C;
}
.TagClassName
{
border-color: #8B127C;
}
</style>