Shades of Dark Purple #8C3679
Tints of Dark Purple #8C3679
RGB
CMYK
RGB Variations
Color information
#8C3679 (or 0x8C3679) is known color: Dark Purple. HEX triplet: 8C, 36 and 79. RGB value is (140,54,121). Sum of RGB (Red+Green+Blue) = 140+54+121=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3679 is #73C986. Grayscale: #575757. Windows color (decimal): -7588231 or 7943820. OLE color: 7943820.
HSL color Cylindrical-coordinate representation of color #8C3679: hue angle of 313.26º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C3679 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 121 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.45 |
| HSL | 313.26º | 0.44% | 0.38% | - |
| HSV(B) | 313.26º | 0.61% | 0.55% | - |
| XYZ | 15.59 | 9.59 | 19.12 | - |
| YUV | 87.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 121 | 0 | 0.61 | 0.14 | 0.45 | 313.26 | 0.44 | 0.38 |
| Hex | 8C | 36 | 79 | 0 | 3D | E | 2D | 139 | 2C | 26 |
| Octal | 214 | 66 | 171 | 0 | 75 | 16 | 55 | 471 | 54 | 46 |
| Binary | 10001100 | 110110 | 1111001 | 0 | 111101 | 1110 | 101101 | 100111001 | 101100 | 100110 |
Color Harmonies of #8C3679
Complementary color
Monochromatic Colors of #8C3679
Black with #8C3679
Text Example
Text Example
White with #8C3679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3679; }
p { color: rgb(140,54,121); }
H1.HeaderClassName
{
color: #8C3679;
}
.AnyTagClassName
{
color: #8C3679;
}
</style>
background-color css
<style>
a { background-color: #8C3679; }
a { background-color: rgb(140,54,121); }
div.DivClassName
{
background-color: #8C3679;
}
.BgClassName
{
background-color: #8C3679;
}
</style>
border-color css
<style>
span { border-color: #8C3679; }
span { border-color: rgb(140,54,121); }
td.TdClassName
{
border-color: #8C3679;
}
.TagClassName
{
border-color: #8C3679;
}
</style>