Shades of Dark Purple #8C2880
Tints of Dark Purple #8C2880
RGB
CMYK
RGB Variations
Color information
#8C2880 (or 0x8C2880) is known color: Dark Purple. HEX triplet: 8C, 28 and 80. RGB value is (140,40,128). Sum of RGB (Red+Green+Blue) = 140+40+128=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2880 is #73D77F. Grayscale: #4F4F4F. Windows color (decimal): -7591808 or 8398988. OLE color: 8398988.
HSL color Cylindrical-coordinate representation of color #8C2880: hue angle of 307.2º 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 #8C2880 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 128 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.45 |
| HSL | 307.2º | 0.56% | 0.35% | - |
| HSV(B) | 307.2º | 0.71% | 0.55% | - |
| XYZ | 15.47 | 8.65 | 21.28 | - |
| YUV | 79.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 128 | 0 | 0.71 | 0.09 | 0.45 | 307.2 | 0.56 | 0.35 |
| Hex | 8C | 28 | 80 | 0 | 47 | 9 | 2D | 133 | 38 | 23 |
| Octal | 214 | 50 | 200 | 0 | 107 | 11 | 55 | 463 | 70 | 43 |
| Binary | 10001100 | 101000 | 10000000 | 0 | 1000111 | 1001 | 101101 | 100110011 | 111000 | 100011 |
Color Harmonies of #8C2880
Complementary color
Monochromatic Colors of #8C2880
Black with #8C2880
Text Example
Text Example
White with #8C2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2880; }
p { color: rgb(140,40,128); }
H1.HeaderClassName
{
color: #8C2880;
}
.AnyTagClassName
{
color: #8C2880;
}
</style>
background-color css
<style>
a { background-color: #8C2880; }
a { background-color: rgb(140,40,128); }
div.DivClassName
{
background-color: #8C2880;
}
.BgClassName
{
background-color: #8C2880;
}
</style>
border-color css
<style>
span { border-color: #8C2880; }
span { border-color: rgb(140,40,128); }
td.TdClassName
{
border-color: #8C2880;
}
.TagClassName
{
border-color: #8C2880;
}
</style>