Shades of Dark Purple #8C2A88
Tints of Dark Purple #8C2A88
RGB
CMYK
RGB Variations
Color information
#8C2A88 (or 0x8C2A88) is known color: Dark Purple. HEX triplet: 8C, 2A and 88. RGB value is (140,42,136). Sum of RGB (Red+Green+Blue) = 140+42+136=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2A88 is #73D577. Grayscale: #515151. Windows color (decimal): -7591288 or 8923788. OLE color: 8923788.
HSL color Cylindrical-coordinate representation of color #8C2A88: hue angle of 302.45º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C2A88 is Cyan = 0, Magento = 0.7, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 42 | 136 | - |
| CMYK | 0 | 0.7 | 0.03 | 0.45 |
| HSL | 302.45º | 0.54% | 0.36% | - |
| HSV(B) | 302.45º | 0.7% | 0.55% | - |
| XYZ | 16.09 | 9.01 | 24.18 | - |
| YUV | 82.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 136 | 0 | 0.7 | 0.03 | 0.45 | 302.45 | 0.54 | 0.36 |
| Hex | 8C | 2A | 88 | 0 | 46 | 3 | 2D | 12E | 36 | 24 |
| Octal | 214 | 52 | 210 | 0 | 106 | 3 | 55 | 456 | 66 | 44 |
| Binary | 10001100 | 101010 | 10001000 | 0 | 1000110 | 11 | 101101 | 100101110 | 110110 | 100100 |
Color Harmonies of #8C2A88
Complementary color
Monochromatic Colors of #8C2A88
Black with #8C2A88
Text Example
Text Example
White with #8C2A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2A88; }
p { color: rgb(140,42,136); }
H1.HeaderClassName
{
color: #8C2A88;
}
.AnyTagClassName
{
color: #8C2A88;
}
</style>
background-color css
<style>
a { background-color: #8C2A88; }
a { background-color: rgb(140,42,136); }
div.DivClassName
{
background-color: #8C2A88;
}
.BgClassName
{
background-color: #8C2A88;
}
</style>
border-color css
<style>
span { border-color: #8C2A88; }
span { border-color: rgb(140,42,136); }
td.TdClassName
{
border-color: #8C2A88;
}
.TagClassName
{
border-color: #8C2A88;
}
</style>