Shades of Dark Purple #8C2884
Tints of Dark Purple #8C2884
RGB
CMYK
RGB Variations
Color information
#8C2884 (or 0x8C2884) is known color: Dark Purple. HEX triplet: 8C, 28 and 84. RGB value is (140,40,132). Sum of RGB (Red+Green+Blue) = 140+40+132=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2884 is #73D77B. Grayscale: #505050. Windows color (decimal): -7591804 or 8661132. OLE color: 8661132.
HSL color Cylindrical-coordinate representation of color #8C2884: hue angle of 304.8º 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 #8C2884 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 132 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.45 |
| HSL | 304.8º | 0.56% | 0.35% | - |
| HSV(B) | 304.8º | 0.71% | 0.55% | - |
| XYZ | 15.74 | 8.76 | 22.69 | - |
| YUV | 80.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 132 | 0 | 0.71 | 0.06 | 0.45 | 304.8 | 0.56 | 0.35 |
| Hex | 8C | 28 | 84 | 0 | 47 | 6 | 2D | 131 | 38 | 23 |
| Octal | 214 | 50 | 204 | 0 | 107 | 6 | 55 | 461 | 70 | 43 |
| Binary | 10001100 | 101000 | 10000100 | 0 | 1000111 | 110 | 101101 | 100110001 | 111000 | 100011 |
Color Harmonies of #8C2884
Complementary color
Monochromatic Colors of #8C2884
Black with #8C2884
Text Example
Text Example
White with #8C2884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2884; }
p { color: rgb(140,40,132); }
H1.HeaderClassName
{
color: #8C2884;
}
.AnyTagClassName
{
color: #8C2884;
}
</style>
background-color css
<style>
a { background-color: #8C2884; }
a { background-color: rgb(140,40,132); }
div.DivClassName
{
background-color: #8C2884;
}
.BgClassName
{
background-color: #8C2884;
}
</style>
border-color css
<style>
span { border-color: #8C2884; }
span { border-color: rgb(140,40,132); }
td.TdClassName
{
border-color: #8C2884;
}
.TagClassName
{
border-color: #8C2884;
}
</style>