Shades of Dark Purple #8C1071
Tints of Dark Purple #8C1071
RGB
CMYK
RGB Variations
Color information
#8C1071 (or 0x8C1071) is known color: Dark Purple. HEX triplet: 8C, 10 and 71. RGB value is (140,16,113). Sum of RGB (Red+Green+Blue) = 140+16+113=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1071 is #73EF8E. Grayscale: #3F3F3F. Windows color (decimal): -7597967 or 7409804. OLE color: 7409804.
HSL color Cylindrical-coordinate representation of color #8C1071: hue angle of 313.06º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1071 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 113 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.45 |
| HSL | 313.06º | 0.79% | 0.31% | - |
| HSV(B) | 313.06º | 0.89% | 0.55% | - |
| XYZ | 13.98 | 7.14 | 16.26 | - |
| YUV | 64.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 113 | 0 | 0.89 | 0.19 | 0.45 | 313.06 | 0.79 | 0.31 |
| Hex | 8C | 10 | 71 | 0 | 59 | 13 | 2D | 139 | 4F | 1F |
| Octal | 214 | 20 | 161 | 0 | 131 | 23 | 55 | 471 | 117 | 37 |
| Binary | 10001100 | 10000 | 1110001 | 0 | 1011001 | 10011 | 101101 | 100111001 | 1001111 | 11111 |
Color Harmonies of #8C1071
Complementary color
Monochromatic Colors of #8C1071
Black with #8C1071
Text Example
Text Example
White with #8C1071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1071; }
p { color: rgb(140,16,113); }
H1.HeaderClassName
{
color: #8C1071;
}
.AnyTagClassName
{
color: #8C1071;
}
</style>
background-color css
<style>
a { background-color: #8C1071; }
a { background-color: rgb(140,16,113); }
div.DivClassName
{
background-color: #8C1071;
}
.BgClassName
{
background-color: #8C1071;
}
</style>
border-color css
<style>
span { border-color: #8C1071; }
span { border-color: rgb(140,16,113); }
td.TdClassName
{
border-color: #8C1071;
}
.TagClassName
{
border-color: #8C1071;
}
</style>