Shades of Dark Purple #8C107D
Tints of Dark Purple #8C107D
RGB
CMYK
RGB Variations
Color information
#8C107D (or 0x8C107D) is known color: Dark Purple. HEX triplet: 8C, 10 and 7D. RGB value is (140,16,125). Sum of RGB (Red+Green+Blue) = 140+16+125=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C107D is #73EF82. Grayscale: #414141. Windows color (decimal): -7597955 or 8196236. OLE color: 8196236.
HSL color Cylindrical-coordinate representation of color #8C107D: hue angle of 307.26º 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 #8C107D is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 125 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.45 |
| HSL | 307.26º | 0.79% | 0.31% | - |
| HSV(B) | 307.26º | 0.89% | 0.55% | - |
| XYZ | 14.7 | 7.43 | 20.06 | - |
| YUV | 65.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 125 | 0 | 0.89 | 0.11 | 0.45 | 307.26 | 0.79 | 0.31 |
| Hex | 8C | 10 | 7D | 0 | 59 | B | 2D | 133 | 4F | 1F |
| Octal | 214 | 20 | 175 | 0 | 131 | 13 | 55 | 463 | 117 | 37 |
| Binary | 10001100 | 10000 | 1111101 | 0 | 1011001 | 1011 | 101101 | 100110011 | 1001111 | 11111 |
Color Harmonies of #8C107D
Complementary color
Monochromatic Colors of #8C107D
Black with #8C107D
Text Example
Text Example
White with #8C107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C107D; }
p { color: rgb(140,16,125); }
H1.HeaderClassName
{
color: #8C107D;
}
.AnyTagClassName
{
color: #8C107D;
}
</style>
background-color css
<style>
a { background-color: #8C107D; }
a { background-color: rgb(140,16,125); }
div.DivClassName
{
background-color: #8C107D;
}
.BgClassName
{
background-color: #8C107D;
}
</style>
border-color css
<style>
span { border-color: #8C107D; }
span { border-color: rgb(140,16,125); }
td.TdClassName
{
border-color: #8C107D;
}
.TagClassName
{
border-color: #8C107D;
}
</style>