Shades of Dark Purple #8C3781
Tints of Dark Purple #8C3781
RGB
CMYK
RGB Variations
Color information
#8C3781 (or 0x8C3781) is known color: Dark Purple. HEX triplet: 8C, 37 and 81. RGB value is (140,55,129). Sum of RGB (Red+Green+Blue) = 140+55+129=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3781 is #73C87E. Grayscale: #585858. Windows color (decimal): -7587967 or 8468364. OLE color: 8468364.
HSL color Cylindrical-coordinate representation of color #8C3781: hue angle of 307.76º 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 #8C3781 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 129 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.45 |
| HSL | 307.76º | 0.44% | 0.38% | - |
| HSV(B) | 307.76º | 0.61% | 0.55% | - |
| XYZ | 16.14 | 9.89 | 21.83 | - |
| YUV | 88.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 129 | 0 | 0.61 | 0.08 | 0.45 | 307.76 | 0.44 | 0.38 |
| Hex | 8C | 37 | 81 | 0 | 3D | 8 | 2D | 134 | 2C | 26 |
| Octal | 214 | 67 | 201 | 0 | 75 | 10 | 55 | 464 | 54 | 46 |
| Binary | 10001100 | 110111 | 10000001 | 0 | 111101 | 1000 | 101101 | 100110100 | 101100 | 100110 |
Color Harmonies of #8C3781
Complementary color
Monochromatic Colors of #8C3781
Black with #8C3781
Text Example
Text Example
White with #8C3781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3781; }
p { color: rgb(140,55,129); }
H1.HeaderClassName
{
color: #8C3781;
}
.AnyTagClassName
{
color: #8C3781;
}
</style>
background-color css
<style>
a { background-color: #8C3781; }
a { background-color: rgb(140,55,129); }
div.DivClassName
{
background-color: #8C3781;
}
.BgClassName
{
background-color: #8C3781;
}
</style>
border-color css
<style>
span { border-color: #8C3781; }
span { border-color: rgb(140,55,129); }
td.TdClassName
{
border-color: #8C3781;
}
.TagClassName
{
border-color: #8C3781;
}
</style>