Shades of Dark Purple #8C3F7E
Tints of Dark Purple #8C3F7E
RGB
CMYK
RGB Variations
Color information
#8C3F7E (or 0x8C3F7E) is known color: Dark Purple. HEX triplet: 8C, 3F and 7E. RGB value is (140,63,126). Sum of RGB (Red+Green+Blue) = 140+63+126=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3F7E is #73C081. Grayscale: #5D5D5D. Windows color (decimal): -7585922 or 8273804. OLE color: 8273804.
HSL color Cylindrical-coordinate representation of color #8C3F7E: hue angle of 310.91º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C3F7E is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 63 | 126 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.45 |
| HSL | 310.91º | 0.38% | 0.4% | - |
| HSV(B) | 310.91º | 0.55% | 0.55% | - |
| XYZ | 16.36 | 10.64 | 20.93 | - |
| YUV | 93.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 126 | 0 | 0.55 | 0.10 | 0.45 | 310.91 | 0.38 | 0.4 |
| Hex | 8C | 3F | 7E | 0 | 37 | A | 2D | 137 | 26 | 28 |
| Octal | 214 | 77 | 176 | 0 | 67 | 12 | 55 | 467 | 46 | 50 |
| Binary | 10001100 | 111111 | 1111110 | 0 | 110111 | 1010 | 101101 | 100110111 | 100110 | 101000 |
Color Harmonies of #8C3F7E
Complementary color
Monochromatic Colors of #8C3F7E
Black with #8C3F7E
Text Example
Text Example
White with #8C3F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3F7E; }
p { color: rgb(140,63,126); }
H1.HeaderClassName
{
color: #8C3F7E;
}
.AnyTagClassName
{
color: #8C3F7E;
}
</style>
background-color css
<style>
a { background-color: #8C3F7E; }
a { background-color: rgb(140,63,126); }
div.DivClassName
{
background-color: #8C3F7E;
}
.BgClassName
{
background-color: #8C3F7E;
}
</style>
border-color css
<style>
span { border-color: #8C3F7E; }
span { border-color: rgb(140,63,126); }
td.TdClassName
{
border-color: #8C3F7E;
}
.TagClassName
{
border-color: #8C3F7E;
}
</style>