Shades of Dark Purple #8C3E75
Tints of Dark Purple #8C3E75
RGB
CMYK
RGB Variations
Color information
#8C3E75 (or 0x8C3E75) is known color: Dark Purple. HEX triplet: 8C, 3E and 75. RGB value is (140,62,117). Sum of RGB (Red+Green+Blue) = 140+62+117=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3E75 is #73C18A. Grayscale: #5B5B5B. Windows color (decimal): -7586187 or 7683724. OLE color: 7683724.
HSL color Cylindrical-coordinate representation of color #8C3E75: hue angle of 317.69º 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 #8C3E75 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 62 | 117 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.45 |
| HSL | 317.69º | 0.39% | 0.4% | - |
| HSV(B) | 317.69º | 0.56% | 0.55% | - |
| XYZ | 15.75 | 10.31 | 17.99 | - |
| YUV | 91.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 62 | 117 | 0 | 0.56 | 0.16 | 0.45 | 317.69 | 0.39 | 0.4 |
| Hex | 8C | 3E | 75 | 0 | 38 | 10 | 2D | 13E | 27 | 28 |
| Octal | 214 | 76 | 165 | 0 | 70 | 20 | 55 | 476 | 47 | 50 |
| Binary | 10001100 | 111110 | 1110101 | 0 | 111000 | 10000 | 101101 | 100111110 | 100111 | 101000 |
Color Harmonies of #8C3E75
Complementary color
Monochromatic Colors of #8C3E75
Black with #8C3E75
Text Example
Text Example
White with #8C3E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3E75; }
p { color: rgb(140,62,117); }
H1.HeaderClassName
{
color: #8C3E75;
}
.AnyTagClassName
{
color: #8C3E75;
}
</style>
background-color css
<style>
a { background-color: #8C3E75; }
a { background-color: rgb(140,62,117); }
div.DivClassName
{
background-color: #8C3E75;
}
.BgClassName
{
background-color: #8C3E75;
}
</style>
border-color css
<style>
span { border-color: #8C3E75; }
span { border-color: rgb(140,62,117); }
td.TdClassName
{
border-color: #8C3E75;
}
.TagClassName
{
border-color: #8C3E75;
}
</style>