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