Shades of Dark Purple #8C407E
Tints of Dark Purple #8C407E
RGB
CMYK
RGB Variations
Color information
#8C407E (or 0x8C407E) is known color: Dark Purple. HEX triplet: 8C, 40 and 7E. RGB value is (140,64,126). Sum of RGB (Red+Green+Blue) = 140+64+126=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C407E is #73BF81. Grayscale: #5D5D5D. Windows color (decimal): -7585666 or 8274060. OLE color: 8274060.
HSL color Cylindrical-coordinate representation of color #8C407E: hue angle of 311.05º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C407E is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 64 | 126 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.45 |
| HSL | 311.05º | 0.37% | 0.4% | - |
| HSV(B) | 311.05º | 0.54% | 0.55% | - |
| XYZ | 16.41 | 10.75 | 20.95 | - |
| YUV | 93.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 126 | 0 | 0.54 | 0.10 | 0.45 | 311.05 | 0.37 | 0.4 |
| Hex | 8C | 40 | 7E | 0 | 36 | A | 2D | 137 | 25 | 28 |
| Octal | 214 | 100 | 176 | 0 | 66 | 12 | 55 | 467 | 45 | 50 |
| Binary | 10001100 | 1000000 | 1111110 | 0 | 110110 | 1010 | 101101 | 100110111 | 100101 | 101000 |
Color Harmonies of #8C407E
Complementary color
Monochromatic Colors of #8C407E
Black with #8C407E
Text Example
Text Example
White with #8C407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C407E; }
p { color: rgb(140,64,126); }
H1.HeaderClassName
{
color: #8C407E;
}
.AnyTagClassName
{
color: #8C407E;
}
</style>
background-color css
<style>
a { background-color: #8C407E; }
a { background-color: rgb(140,64,126); }
div.DivClassName
{
background-color: #8C407E;
}
.BgClassName
{
background-color: #8C407E;
}
</style>
border-color css
<style>
span { border-color: #8C407E; }
span { border-color: rgb(140,64,126); }
td.TdClassName
{
border-color: #8C407E;
}
.TagClassName
{
border-color: #8C407E;
}
</style>