Shades of Dark Purple #8C2878
Tints of Dark Purple #8C2878
RGB
CMYK
RGB Variations
Color information
#8C2878 (or 0x8C2878) is known color: Dark Purple. HEX triplet: 8C, 28 and 78. RGB value is (140,40,120). Sum of RGB (Red+Green+Blue) = 140+40+120=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2878 is #73D787. Grayscale: #4E4E4E. Windows color (decimal): -7591816 or 7874700. OLE color: 7874700.
HSL color Cylindrical-coordinate representation of color #8C2878: hue angle of 312º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2878 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 120 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.45 |
| HSL | 312º | 0.56% | 0.35% | - |
| HSV(B) | 312º | 0.71% | 0.55% | - |
| XYZ | 14.96 | 8.45 | 18.61 | - |
| YUV | 79.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 120 | 0 | 0.71 | 0.14 | 0.45 | 312 | 0.56 | 0.35 |
| Hex | 8C | 28 | 78 | 0 | 47 | E | 2D | 138 | 38 | 23 |
| Octal | 214 | 50 | 170 | 0 | 107 | 16 | 55 | 470 | 70 | 43 |
| Binary | 10001100 | 101000 | 1111000 | 0 | 1000111 | 1110 | 101101 | 100111000 | 111000 | 100011 |
Color Harmonies of #8C2878
Complementary color
Monochromatic Colors of #8C2878
Black with #8C2878
Text Example
Text Example
White with #8C2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2878; }
p { color: rgb(140,40,120); }
H1.HeaderClassName
{
color: #8C2878;
}
.AnyTagClassName
{
color: #8C2878;
}
</style>
background-color css
<style>
a { background-color: #8C2878; }
a { background-color: rgb(140,40,120); }
div.DivClassName
{
background-color: #8C2878;
}
.BgClassName
{
background-color: #8C2878;
}
</style>
border-color css
<style>
span { border-color: #8C2878; }
span { border-color: rgb(140,40,120); }
td.TdClassName
{
border-color: #8C2878;
}
.TagClassName
{
border-color: #8C2878;
}
</style>