Shades of Dark Purple #8B117D
Tints of Dark Purple #8B117D
RGB
CMYK
RGB Variations
Color information
#8B117D (or 0x8B117D) is known color: Dark Purple. HEX triplet: 8B, 11 and 7D. RGB value is (139,17,125). Sum of RGB (Red+Green+Blue) = 139+17+125=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B117D is #74EE82. Grayscale: #414141. Windows color (decimal): -7663235 or 8196491. OLE color: 8196491.
HSL color Cylindrical-coordinate representation of color #8B117D: hue angle of 306.89º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B117D is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 17 | 125 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.45 |
| HSL | 306.89º | 0.78% | 0.31% | - |
| HSV(B) | 306.89º | 0.88% | 0.55% | - |
| XYZ | 14.55 | 7.37 | 20.06 | - |
| YUV | 65.79 | 161.42 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 125 | 0 | 0.88 | 0.10 | 0.45 | 306.89 | 0.78 | 0.31 |
| Hex | 8B | 11 | 7D | 0 | 58 | A | 2D | 133 | 4E | 1F |
| Octal | 213 | 21 | 175 | 0 | 130 | 12 | 55 | 463 | 116 | 37 |
| Binary | 10001011 | 10001 | 1111101 | 0 | 1011000 | 1010 | 101101 | 100110011 | 1001110 | 11111 |
Color Harmonies of #8B117D
Complementary color
Monochromatic Colors of #8B117D
Black with #8B117D
Text Example
Text Example
White with #8B117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B117D; }
p { color: rgb(139,17,125); }
H1.HeaderClassName
{
color: #8B117D;
}
.AnyTagClassName
{
color: #8B117D;
}
</style>
background-color css
<style>
a { background-color: #8B117D; }
a { background-color: rgb(139,17,125); }
div.DivClassName
{
background-color: #8B117D;
}
.BgClassName
{
background-color: #8B117D;
}
</style>
border-color css
<style>
span { border-color: #8B117D; }
span { border-color: rgb(139,17,125); }
td.TdClassName
{
border-color: #8B117D;
}
.TagClassName
{
border-color: #8B117D;
}
</style>