Shades of Dark Purple #8C377D
Tints of Dark Purple #8C377D
RGB
CMYK
RGB Variations
Color information
#8C377D (or 0x8C377D) is known color: Dark Purple. HEX triplet: 8C, 37 and 7D. RGB value is (140,55,125). Sum of RGB (Red+Green+Blue) = 140+55+125=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C377D is #73C882. Grayscale: #585858. Windows color (decimal): -7587971 or 8206220. OLE color: 8206220.
HSL color Cylindrical-coordinate representation of color #8C377D: hue angle of 310.59º 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 #8C377D is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 125 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.45 |
| HSL | 310.59º | 0.44% | 0.38% | - |
| HSV(B) | 310.59º | 0.61% | 0.55% | - |
| XYZ | 15.88 | 9.79 | 20.45 | - |
| YUV | 88.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 125 | 0 | 0.61 | 0.11 | 0.45 | 310.59 | 0.44 | 0.38 |
| Hex | 8C | 37 | 7D | 0 | 3D | B | 2D | 137 | 2C | 26 |
| Octal | 214 | 67 | 175 | 0 | 75 | 13 | 55 | 467 | 54 | 46 |
| Binary | 10001100 | 110111 | 1111101 | 0 | 111101 | 1011 | 101101 | 100110111 | 101100 | 100110 |
Color Harmonies of #8C377D
Complementary color
Monochromatic Colors of #8C377D
Black with #8C377D
Text Example
Text Example
White with #8C377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C377D; }
p { color: rgb(140,55,125); }
H1.HeaderClassName
{
color: #8C377D;
}
.AnyTagClassName
{
color: #8C377D;
}
</style>
background-color css
<style>
a { background-color: #8C377D; }
a { background-color: rgb(140,55,125); }
div.DivClassName
{
background-color: #8C377D;
}
.BgClassName
{
background-color: #8C377D;
}
</style>
border-color css
<style>
span { border-color: #8C377D; }
span { border-color: rgb(140,55,125); }
td.TdClassName
{
border-color: #8C377D;
}
.TagClassName
{
border-color: #8C377D;
}
</style>