Shades of Dark Purple #8C3177
Tints of Dark Purple #8C3177
RGB
CMYK
RGB Variations
Color information
#8C3177 (or 0x8C3177) is known color: Dark Purple. HEX triplet: 8C, 31 and 77. RGB value is (140,49,119). Sum of RGB (Red+Green+Blue) = 140+49+119=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3177 is #73CE88. Grayscale: #545454. Windows color (decimal): -7589513 or 7811468. OLE color: 7811468.
HSL color Cylindrical-coordinate representation of color #8C3177: hue angle of 313.85º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3177 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 119 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.45 |
| HSL | 313.85º | 0.48% | 0.37% | - |
| HSV(B) | 313.85º | 0.65% | 0.55% | - |
| XYZ | 15.24 | 9.1 | 18.41 | - |
| YUV | 84.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 119 | 0 | 0.65 | 0.15 | 0.45 | 313.85 | 0.48 | 0.37 |
| Hex | 8C | 31 | 77 | 0 | 41 | F | 2D | 13A | 30 | 25 |
| Octal | 214 | 61 | 167 | 0 | 101 | 17 | 55 | 472 | 60 | 45 |
| Binary | 10001100 | 110001 | 1110111 | 0 | 1000001 | 1111 | 101101 | 100111010 | 110000 | 100101 |
Color Harmonies of #8C3177
Complementary color
Monochromatic Colors of #8C3177
Black with #8C3177
Text Example
Text Example
White with #8C3177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3177; }
p { color: rgb(140,49,119); }
H1.HeaderClassName
{
color: #8C3177;
}
.AnyTagClassName
{
color: #8C3177;
}
</style>
background-color css
<style>
a { background-color: #8C3177; }
a { background-color: rgb(140,49,119); }
div.DivClassName
{
background-color: #8C3177;
}
.BgClassName
{
background-color: #8C3177;
}
</style>
border-color css
<style>
span { border-color: #8C3177; }
span { border-color: rgb(140,49,119); }
td.TdClassName
{
border-color: #8C3177;
}
.TagClassName
{
border-color: #8C3177;
}
</style>