Shades of Dark Purple #8C3E7E
Tints of Dark Purple #8C3E7E
RGB
CMYK
RGB Variations
Color information
#8C3E7E (or 0x8C3E7E) is known color: Dark Purple. HEX triplet: 8C, 3E and 7E. RGB value is (140,62,126). Sum of RGB (Red+Green+Blue) = 140+62+126=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3E7E is #73C181. Grayscale: #5C5C5C. Windows color (decimal): -7586178 or 8273548. OLE color: 8273548.
HSL color Cylindrical-coordinate representation of color #8C3E7E: hue angle of 310.77º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C3E7E is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 62 | 126 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.45 |
| HSL | 310.77º | 0.39% | 0.4% | - |
| HSV(B) | 310.77º | 0.56% | 0.55% | - |
| XYZ | 16.3 | 10.53 | 20.91 | - |
| YUV | 92.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 62 | 126 | 0 | 0.56 | 0.10 | 0.45 | 310.77 | 0.39 | 0.4 |
| Hex | 8C | 3E | 7E | 0 | 38 | A | 2D | 137 | 27 | 28 |
| Octal | 214 | 76 | 176 | 0 | 70 | 12 | 55 | 467 | 47 | 50 |
| Binary | 10001100 | 111110 | 1111110 | 0 | 111000 | 1010 | 101101 | 100110111 | 100111 | 101000 |
Color Harmonies of #8C3E7E
Complementary color
Monochromatic Colors of #8C3E7E
Black with #8C3E7E
Text Example
Text Example
White with #8C3E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3E7E; }
p { color: rgb(140,62,126); }
H1.HeaderClassName
{
color: #8C3E7E;
}
.AnyTagClassName
{
color: #8C3E7E;
}
</style>
background-color css
<style>
a { background-color: #8C3E7E; }
a { background-color: rgb(140,62,126); }
div.DivClassName
{
background-color: #8C3E7E;
}
.BgClassName
{
background-color: #8C3E7E;
}
</style>
border-color css
<style>
span { border-color: #8C3E7E; }
span { border-color: rgb(140,62,126); }
td.TdClassName
{
border-color: #8C3E7E;
}
.TagClassName
{
border-color: #8C3E7E;
}
</style>