Shades of Dark Purple #8C3476
Tints of Dark Purple #8C3476
RGB
CMYK
RGB Variations
Color information
#8C3476 (or 0x8C3476) is known color: Dark Purple. HEX triplet: 8C, 34 and 76. RGB value is (140,52,118). Sum of RGB (Red+Green+Blue) = 140+52+118=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3476 is #73CB89. Grayscale: #555555. Windows color (decimal): -7588746 or 7746700. OLE color: 7746700.
HSL color Cylindrical-coordinate representation of color #8C3476: hue angle of 315º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3476 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 118 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.45 |
| HSL | 315º | 0.46% | 0.38% | - |
| HSV(B) | 315º | 0.63% | 0.55% | - |
| XYZ | 15.31 | 9.34 | 18.14 | - |
| YUV | 85.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 118 | 0 | 0.63 | 0.16 | 0.45 | 315 | 0.46 | 0.38 |
| Hex | 8C | 34 | 76 | 0 | 3F | 10 | 2D | 13B | 2E | 26 |
| Octal | 214 | 64 | 166 | 0 | 77 | 20 | 55 | 473 | 56 | 46 |
| Binary | 10001100 | 110100 | 1110110 | 0 | 111111 | 10000 | 101101 | 100111011 | 101110 | 100110 |
Color Harmonies of #8C3476
Complementary color
Monochromatic Colors of #8C3476
Black with #8C3476
Text Example
Text Example
White with #8C3476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3476; }
p { color: rgb(140,52,118); }
H1.HeaderClassName
{
color: #8C3476;
}
.AnyTagClassName
{
color: #8C3476;
}
</style>
background-color css
<style>
a { background-color: #8C3476; }
a { background-color: rgb(140,52,118); }
div.DivClassName
{
background-color: #8C3476;
}
.BgClassName
{
background-color: #8C3476;
}
</style>
border-color css
<style>
span { border-color: #8C3476; }
span { border-color: rgb(140,52,118); }
td.TdClassName
{
border-color: #8C3476;
}
.TagClassName
{
border-color: #8C3476;
}
</style>