Shades of Dark Purple #8C2D88
Tints of Dark Purple #8C2D88
RGB
CMYK
RGB Variations
Color information
#8C2D88 (or 0x8C2D88) is known color: Dark Purple. HEX triplet: 8C, 2D and 88. RGB value is (140,45,136). Sum of RGB (Red+Green+Blue) = 140+45+136=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2D88 is #73D277. Grayscale: #535353. Windows color (decimal): -7590520 or 8924556. OLE color: 8924556.
HSL color Cylindrical-coordinate representation of color #8C2D88: hue angle of 302.53º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C2D88 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 45 | 136 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.45 |
| HSL | 302.53º | 0.51% | 0.36% | - |
| HSV(B) | 302.53º | 0.68% | 0.55% | - |
| XYZ | 16.2 | 9.23 | 24.22 | - |
| YUV | 83.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 136 | 0 | 0.68 | 0.03 | 0.45 | 302.53 | 0.51 | 0.36 |
| Hex | 8C | 2D | 88 | 0 | 44 | 3 | 2D | 12F | 33 | 24 |
| Octal | 214 | 55 | 210 | 0 | 104 | 3 | 55 | 457 | 63 | 44 |
| Binary | 10001100 | 101101 | 10001000 | 0 | 1000100 | 11 | 101101 | 100101111 | 110011 | 100100 |
Color Harmonies of #8C2D88
Complementary color
Monochromatic Colors of #8C2D88
Black with #8C2D88
Text Example
Text Example
White with #8C2D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D88; }
p { color: rgb(140,45,136); }
H1.HeaderClassName
{
color: #8C2D88;
}
.AnyTagClassName
{
color: #8C2D88;
}
</style>
background-color css
<style>
a { background-color: #8C2D88; }
a { background-color: rgb(140,45,136); }
div.DivClassName
{
background-color: #8C2D88;
}
.BgClassName
{
background-color: #8C2D88;
}
</style>
border-color css
<style>
span { border-color: #8C2D88; }
span { border-color: rgb(140,45,136); }
td.TdClassName
{
border-color: #8C2D88;
}
.TagClassName
{
border-color: #8C2D88;
}
</style>