Shades of Dark Purple #8C4377
Tints of Dark Purple #8C4377
RGB
CMYK
RGB Variations
Color information
#8C4377 (or 0x8C4377) is known color: Dark Purple. HEX triplet: 8C, 43 and 77. RGB value is (140,67,119). Sum of RGB (Red+Green+Blue) = 140+67+119=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4377 is #73BC88. Grayscale: #5E5E5E. Windows color (decimal): -7584905 or 7816076. OLE color: 7816076.
HSL color Cylindrical-coordinate representation of color #8C4377: hue angle of 317.26º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C4377 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 119 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.45 |
| HSL | 317.26º | 0.35% | 0.41% | - |
| HSV(B) | 317.26º | 0.52% | 0.55% | - |
| XYZ | 16.15 | 10.92 | 18.71 | - |
| YUV | 94.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 119 | 0 | 0.52 | 0.15 | 0.45 | 317.26 | 0.35 | 0.41 |
| Hex | 8C | 43 | 77 | 0 | 34 | F | 2D | 13D | 23 | 29 |
| Octal | 214 | 103 | 167 | 0 | 64 | 17 | 55 | 475 | 43 | 51 |
| Binary | 10001100 | 1000011 | 1110111 | 0 | 110100 | 1111 | 101101 | 100111101 | 100011 | 101001 |
Color Harmonies of #8C4377
Complementary color
Monochromatic Colors of #8C4377
Black with #8C4377
Text Example
Text Example
White with #8C4377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4377; }
p { color: rgb(140,67,119); }
H1.HeaderClassName
{
color: #8C4377;
}
.AnyTagClassName
{
color: #8C4377;
}
</style>
background-color css
<style>
a { background-color: #8C4377; }
a { background-color: rgb(140,67,119); }
div.DivClassName
{
background-color: #8C4377;
}
.BgClassName
{
background-color: #8C4377;
}
</style>
border-color css
<style>
span { border-color: #8C4377; }
span { border-color: rgb(140,67,119); }
td.TdClassName
{
border-color: #8C4377;
}
.TagClassName
{
border-color: #8C4377;
}
</style>