Shades of Dark Purple #8C3E79
Tints of Dark Purple #8C3E79
RGB
CMYK
RGB Variations
Color information
#8C3E79 (or 0x8C3E79) is known color: Dark Purple. HEX triplet: 8C, 3E and 79. RGB value is (140,62,121). Sum of RGB (Red+Green+Blue) = 140+62+121=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3E79 is #73C186. Grayscale: #5B5B5B. Windows color (decimal): -7586183 or 7945868. OLE color: 7945868.
HSL color Cylindrical-coordinate representation of color #8C3E79: hue angle of 314.62º 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 #8C3E79 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 62 | 121 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.45 |
| HSL | 314.62º | 0.39% | 0.4% | - |
| HSV(B) | 314.62º | 0.56% | 0.55% | - |
| XYZ | 15.99 | 10.4 | 19.25 | - |
| YUV | 92.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 62 | 121 | 0 | 0.56 | 0.14 | 0.45 | 314.62 | 0.39 | 0.4 |
| Hex | 8C | 3E | 79 | 0 | 38 | E | 2D | 13B | 27 | 28 |
| Octal | 214 | 76 | 171 | 0 | 70 | 16 | 55 | 473 | 47 | 50 |
| Binary | 10001100 | 111110 | 1111001 | 0 | 111000 | 1110 | 101101 | 100111011 | 100111 | 101000 |
Color Harmonies of #8C3E79
Complementary color
Monochromatic Colors of #8C3E79
Black with #8C3E79
Text Example
Text Example
White with #8C3E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3E79; }
p { color: rgb(140,62,121); }
H1.HeaderClassName
{
color: #8C3E79;
}
.AnyTagClassName
{
color: #8C3E79;
}
</style>
background-color css
<style>
a { background-color: #8C3E79; }
a { background-color: rgb(140,62,121); }
div.DivClassName
{
background-color: #8C3E79;
}
.BgClassName
{
background-color: #8C3E79;
}
</style>
border-color css
<style>
span { border-color: #8C3E79; }
span { border-color: rgb(140,62,121); }
td.TdClassName
{
border-color: #8C3E79;
}
.TagClassName
{
border-color: #8C3E79;
}
</style>