Shades of Dark Purple #8C3674
Tints of Dark Purple #8C3674
RGB
CMYK
RGB Variations
Color information
#8C3674 (or 0x8C3674) is known color: Dark Purple. HEX triplet: 8C, 36 and 74. RGB value is (140,54,116). Sum of RGB (Red+Green+Blue) = 140+54+116=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3674 is #73C98B. Grayscale: #565656. Windows color (decimal): -7588236 or 7616140. OLE color: 7616140.
HSL color Cylindrical-coordinate representation of color #8C3674: hue angle of 316.74º 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 #8C3674 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 116 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.45 |
| HSL | 316.74º | 0.44% | 0.38% | - |
| HSV(B) | 316.74º | 0.61% | 0.55% | - |
| XYZ | 15.29 | 9.47 | 17.55 | - |
| YUV | 86.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 116 | 0 | 0.61 | 0.17 | 0.45 | 316.74 | 0.44 | 0.38 |
| Hex | 8C | 36 | 74 | 0 | 3D | 11 | 2D | 13D | 2C | 26 |
| Octal | 214 | 66 | 164 | 0 | 75 | 21 | 55 | 475 | 54 | 46 |
| Binary | 10001100 | 110110 | 1110100 | 0 | 111101 | 10001 | 101101 | 100111101 | 101100 | 100110 |
Color Harmonies of #8C3674
Complementary color
Monochromatic Colors of #8C3674
Black with #8C3674
Text Example
Text Example
White with #8C3674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3674; }
p { color: rgb(140,54,116); }
H1.HeaderClassName
{
color: #8C3674;
}
.AnyTagClassName
{
color: #8C3674;
}
</style>
background-color css
<style>
a { background-color: #8C3674; }
a { background-color: rgb(140,54,116); }
div.DivClassName
{
background-color: #8C3674;
}
.BgClassName
{
background-color: #8C3674;
}
</style>
border-color css
<style>
span { border-color: #8C3674; }
span { border-color: rgb(140,54,116); }
td.TdClassName
{
border-color: #8C3674;
}
.TagClassName
{
border-color: #8C3674;
}
</style>