Shades of Dark Purple #8C2974
Tints of Dark Purple #8C2974
RGB
CMYK
RGB Variations
Color information
#8C2974 (or 0x8C2974) is known color: Dark Purple. HEX triplet: 8C, 29 and 74. RGB value is (140,41,116). Sum of RGB (Red+Green+Blue) = 140+41+116=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2974 is #73D68B. Grayscale: #4E4E4E. Windows color (decimal): -7591564 or 7612812. OLE color: 7612812.
HSL color Cylindrical-coordinate representation of color #8C2974: hue angle of 314.55º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2974 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 116 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.45 |
| HSL | 314.55º | 0.55% | 0.35% | - |
| HSV(B) | 314.55º | 0.71% | 0.55% | - |
| XYZ | 14.76 | 8.42 | 17.37 | - |
| YUV | 79.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 116 | 0 | 0.71 | 0.17 | 0.45 | 314.55 | 0.55 | 0.35 |
| Hex | 8C | 29 | 74 | 0 | 47 | 11 | 2D | 13B | 37 | 23 |
| Octal | 214 | 51 | 164 | 0 | 107 | 21 | 55 | 473 | 67 | 43 |
| Binary | 10001100 | 101001 | 1110100 | 0 | 1000111 | 10001 | 101101 | 100111011 | 110111 | 100011 |
Color Harmonies of #8C2974
Complementary color
Monochromatic Colors of #8C2974
Black with #8C2974
Text Example
Text Example
White with #8C2974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2974; }
p { color: rgb(140,41,116); }
H1.HeaderClassName
{
color: #8C2974;
}
.AnyTagClassName
{
color: #8C2974;
}
</style>
background-color css
<style>
a { background-color: #8C2974; }
a { background-color: rgb(140,41,116); }
div.DivClassName
{
background-color: #8C2974;
}
.BgClassName
{
background-color: #8C2974;
}
</style>
border-color css
<style>
span { border-color: #8C2974; }
span { border-color: rgb(140,41,116); }
td.TdClassName
{
border-color: #8C2974;
}
.TagClassName
{
border-color: #8C2974;
}
</style>