Shades of Dark Purple #8B1170
Tints of Dark Purple #8B1170
RGB
CMYK
RGB Variations
Color information
#8B1170 (or 0x8B1170) is known color: Dark Purple. HEX triplet: 8B, 11 and 70. RGB value is (139,17,112). Sum of RGB (Red+Green+Blue) = 139+17+112=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1170 is #74EE8F. Grayscale: #404040. Windows color (decimal): -7663248 or 7344523. OLE color: 7344523.
HSL color Cylindrical-coordinate representation of color #8B1170: hue angle of 313.28º 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 #8B1170 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 17 | 112 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.45 |
| HSL | 313.28º | 0.78% | 0.31% | - |
| HSV(B) | 313.28º | 0.88% | 0.55% | - |
| XYZ | 13.77 | 7.06 | 15.97 | - |
| YUV | 64.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 112 | 0 | 0.88 | 0.19 | 0.45 | 313.28 | 0.78 | 0.31 |
| Hex | 8B | 11 | 70 | 0 | 58 | 13 | 2D | 139 | 4E | 1F |
| Octal | 213 | 21 | 160 | 0 | 130 | 23 | 55 | 471 | 116 | 37 |
| Binary | 10001011 | 10001 | 1110000 | 0 | 1011000 | 10011 | 101101 | 100111001 | 1001110 | 11111 |
Color Harmonies of #8B1170
Complementary color
Monochromatic Colors of #8B1170
Black with #8B1170
Text Example
Text Example
White with #8B1170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1170; }
p { color: rgb(139,17,112); }
H1.HeaderClassName
{
color: #8B1170;
}
.AnyTagClassName
{
color: #8B1170;
}
</style>
background-color css
<style>
a { background-color: #8B1170; }
a { background-color: rgb(139,17,112); }
div.DivClassName
{
background-color: #8B1170;
}
.BgClassName
{
background-color: #8B1170;
}
</style>
border-color css
<style>
span { border-color: #8B1170; }
span { border-color: rgb(139,17,112); }
td.TdClassName
{
border-color: #8B1170;
}
.TagClassName
{
border-color: #8B1170;
}
</style>