Shades of Dark Purple #8C1880
Tints of Dark Purple #8C1880
RGB
CMYK
RGB Variations
Color information
#8C1880 (or 0x8C1880) is known color: Dark Purple. HEX triplet: 8C, 18 and 80. RGB value is (140,24,128). Sum of RGB (Red+Green+Blue) = 140+24+128=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1880 is #73E77F. Grayscale: #464646. Windows color (decimal): -7595904 or 8394892. OLE color: 8394892.
HSL color Cylindrical-coordinate representation of color #8C1880: hue angle of 306.21º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C1880 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 128 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.45 |
| HSL | 306.21º | 0.71% | 0.32% | - |
| HSV(B) | 306.21º | 0.83% | 0.55% | - |
| XYZ | 15.04 | 7.79 | 21.13 | - |
| YUV | 70.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 128 | 0 | 0.83 | 0.09 | 0.45 | 306.21 | 0.71 | 0.32 |
| Hex | 8C | 18 | 80 | 0 | 53 | 9 | 2D | 132 | 47 | 20 |
| Octal | 214 | 30 | 200 | 0 | 123 | 11 | 55 | 462 | 107 | 40 |
| Binary | 10001100 | 11000 | 10000000 | 0 | 1010011 | 1001 | 101101 | 100110010 | 1000111 | 100000 |
Color Harmonies of #8C1880
Complementary color
Monochromatic Colors of #8C1880
Black with #8C1880
Text Example
Text Example
White with #8C1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1880; }
p { color: rgb(140,24,128); }
H1.HeaderClassName
{
color: #8C1880;
}
.AnyTagClassName
{
color: #8C1880;
}
</style>
background-color css
<style>
a { background-color: #8C1880; }
a { background-color: rgb(140,24,128); }
div.DivClassName
{
background-color: #8C1880;
}
.BgClassName
{
background-color: #8C1880;
}
</style>
border-color css
<style>
span { border-color: #8C1880; }
span { border-color: rgb(140,24,128); }
td.TdClassName
{
border-color: #8C1880;
}
.TagClassName
{
border-color: #8C1880;
}
</style>