Shades of Dark Purple #8C3B76
Tints of Dark Purple #8C3B76
RGB
CMYK
RGB Variations
Color information
#8C3B76 (or 0x8C3B76) is known color: Dark Purple. HEX triplet: 8C, 3B and 76. RGB value is (140,59,118). Sum of RGB (Red+Green+Blue) = 140+59+118=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3B76 is #73C489. Grayscale: #595959. Windows color (decimal): -7586954 or 7748492. OLE color: 7748492.
HSL color Cylindrical-coordinate representation of color #8C3B76: hue angle of 316.3º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C3B76 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 59 | 118 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.45 |
| HSL | 316.3º | 0.41% | 0.39% | - |
| HSV(B) | 316.3º | 0.58% | 0.55% | - |
| XYZ | 15.65 | 10.01 | 18.25 | - |
| YUV | 89.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 59 | 118 | 0 | 0.58 | 0.16 | 0.45 | 316.3 | 0.41 | 0.39 |
| Hex | 8C | 3B | 76 | 0 | 3A | 10 | 2D | 13C | 29 | 27 |
| Octal | 214 | 73 | 166 | 0 | 72 | 20 | 55 | 474 | 51 | 47 |
| Binary | 10001100 | 111011 | 1110110 | 0 | 111010 | 10000 | 101101 | 100111100 | 101001 | 100111 |
Color Harmonies of #8C3B76
Complementary color
Monochromatic Colors of #8C3B76
Black with #8C3B76
Text Example
Text Example
White with #8C3B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3B76; }
p { color: rgb(140,59,118); }
H1.HeaderClassName
{
color: #8C3B76;
}
.AnyTagClassName
{
color: #8C3B76;
}
</style>
background-color css
<style>
a { background-color: #8C3B76; }
a { background-color: rgb(140,59,118); }
div.DivClassName
{
background-color: #8C3B76;
}
.BgClassName
{
background-color: #8C3B76;
}
</style>
border-color css
<style>
span { border-color: #8C3B76; }
span { border-color: rgb(140,59,118); }
td.TdClassName
{
border-color: #8C3B76;
}
.TagClassName
{
border-color: #8C3B76;
}
</style>