Shades of Dark Purple #8B116D
Tints of Dark Purple #8B116D
RGB
CMYK
RGB Variations
Color information
#8B116D (or 0x8B116D) is known color: Dark Purple. HEX triplet: 8B, 11 and 6D. RGB value is (139,17,109). Sum of RGB (Red+Green+Blue) = 139+17+109=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B116D is #74EE92. Grayscale: #3F3F3F. Windows color (decimal): -7663251 or 7147915. OLE color: 7147915.
HSL color Cylindrical-coordinate representation of color #8B116D: hue angle of 314.75º 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 #8B116D is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 17 | 109 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.45 |
| HSL | 314.75º | 0.78% | 0.31% | - |
| HSV(B) | 314.75º | 0.88% | 0.55% | - |
| XYZ | 13.61 | 6.99 | 15.1 | - |
| YUV | 63.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 109 | 0 | 0.88 | 0.22 | 0.45 | 314.75 | 0.78 | 0.31 |
| Hex | 8B | 11 | 6D | 0 | 58 | 16 | 2D | 13B | 4E | 1F |
| Octal | 213 | 21 | 155 | 0 | 130 | 26 | 55 | 473 | 116 | 37 |
| Binary | 10001011 | 10001 | 1101101 | 0 | 1011000 | 10110 | 101101 | 100111011 | 1001110 | 11111 |
Color Harmonies of #8B116D
Complementary color
Monochromatic Colors of #8B116D
Black with #8B116D
Text Example
Text Example
White with #8B116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B116D; }
p { color: rgb(139,17,109); }
H1.HeaderClassName
{
color: #8B116D;
}
.AnyTagClassName
{
color: #8B116D;
}
</style>
background-color css
<style>
a { background-color: #8B116D; }
a { background-color: rgb(139,17,109); }
div.DivClassName
{
background-color: #8B116D;
}
.BgClassName
{
background-color: #8B116D;
}
</style>
border-color css
<style>
span { border-color: #8B116D; }
span { border-color: rgb(139,17,109); }
td.TdClassName
{
border-color: #8B116D;
}
.TagClassName
{
border-color: #8B116D;
}
</style>