Shades of Dark Purple #8C1988
Tints of Dark Purple #8C1988
RGB
CMYK
RGB Variations
Color information
#8C1988 (or 0x8C1988) is known color: Dark Purple. HEX triplet: 8C, 19 and 88. RGB value is (140,25,136). Sum of RGB (Red+Green+Blue) = 140+25+136=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1988 is #73E677. Grayscale: #474747. Windows color (decimal): -7595640 or 8919436. OLE color: 8919436.
HSL color Cylindrical-coordinate representation of color #8C1988: hue angle of 302.09º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1988 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 136 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.45 |
| HSL | 302.09º | 0.7% | 0.32% | - |
| HSV(B) | 302.09º | 0.82% | 0.55% | - |
| XYZ | 15.61 | 8.05 | 24.02 | - |
| YUV | 72.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 136 | 0 | 0.82 | 0.03 | 0.45 | 302.09 | 0.7 | 0.32 |
| Hex | 8C | 19 | 88 | 0 | 52 | 3 | 2D | 12E | 46 | 20 |
| Octal | 214 | 31 | 210 | 0 | 122 | 3 | 55 | 456 | 106 | 40 |
| Binary | 10001100 | 11001 | 10001000 | 0 | 1010010 | 11 | 101101 | 100101110 | 1000110 | 100000 |
Color Harmonies of #8C1988
Complementary color
Monochromatic Colors of #8C1988
Black with #8C1988
Text Example
Text Example
White with #8C1988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1988; }
p { color: rgb(140,25,136); }
H1.HeaderClassName
{
color: #8C1988;
}
.AnyTagClassName
{
color: #8C1988;
}
</style>
background-color css
<style>
a { background-color: #8C1988; }
a { background-color: rgb(140,25,136); }
div.DivClassName
{
background-color: #8C1988;
}
.BgClassName
{
background-color: #8C1988;
}
</style>
border-color css
<style>
span { border-color: #8C1988; }
span { border-color: rgb(140,25,136); }
td.TdClassName
{
border-color: #8C1988;
}
.TagClassName
{
border-color: #8C1988;
}
</style>