Shades of Dark Purple #8C4075
Tints of Dark Purple #8C4075
RGB
CMYK
RGB Variations
Color information
#8C4075 (or 0x8C4075) is known color: Dark Purple. HEX triplet: 8C, 40 and 75. RGB value is (140,64,117). Sum of RGB (Red+Green+Blue) = 140+64+117=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4075 is #73BF8A. Grayscale: #5C5C5C. Windows color (decimal): -7585675 or 7684236. OLE color: 7684236.
HSL color Cylindrical-coordinate representation of color #8C4075: hue angle of 318.16º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4075 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 64 | 117 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.45 |
| HSL | 318.16º | 0.37% | 0.4% | - |
| HSV(B) | 318.16º | 0.54% | 0.55% | - |
| XYZ | 15.86 | 10.53 | 18.03 | - |
| YUV | 92.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 117 | 0 | 0.54 | 0.16 | 0.45 | 318.16 | 0.37 | 0.4 |
| Hex | 8C | 40 | 75 | 0 | 36 | 10 | 2D | 13E | 25 | 28 |
| Octal | 214 | 100 | 165 | 0 | 66 | 20 | 55 | 476 | 45 | 50 |
| Binary | 10001100 | 1000000 | 1110101 | 0 | 110110 | 10000 | 101101 | 100111110 | 100101 | 101000 |
Color Harmonies of #8C4075
Complementary color
Monochromatic Colors of #8C4075
Black with #8C4075
Text Example
Text Example
White with #8C4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4075; }
p { color: rgb(140,64,117); }
H1.HeaderClassName
{
color: #8C4075;
}
.AnyTagClassName
{
color: #8C4075;
}
</style>
background-color css
<style>
a { background-color: #8C4075; }
a { background-color: rgb(140,64,117); }
div.DivClassName
{
background-color: #8C4075;
}
.BgClassName
{
background-color: #8C4075;
}
</style>
border-color css
<style>
span { border-color: #8C4075; }
span { border-color: rgb(140,64,117); }
td.TdClassName
{
border-color: #8C4075;
}
.TagClassName
{
border-color: #8C4075;
}
</style>