Shades of Dark Purple #8C2C6C
Tints of Dark Purple #8C2C6C
RGB
CMYK
RGB Variations
Color information
#8C2C6C (or 0x8C2C6C) is known color: Dark Purple. HEX triplet: 8C, 2C and 6C. RGB value is (140,44,108). Sum of RGB (Red+Green+Blue) = 140+44+108=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2C6C is #73D393. Grayscale: #4F4F4F. Windows color (decimal): -7590804 or 7089292. OLE color: 7089292.
HSL color Cylindrical-coordinate representation of color #8C2C6C: hue angle of 320º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2C6C is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 44 | 108 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.45 |
| HSL | 320º | 0.52% | 0.36% | - |
| HSV(B) | 320º | 0.69% | 0.55% | - |
| XYZ | 14.42 | 8.46 | 15.06 | - |
| YUV | 80 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 108 | 0 | 0.69 | 0.23 | 0.45 | 320 | 0.52 | 0.36 |
| Hex | 8C | 2C | 6C | 0 | 45 | 17 | 2D | 140 | 34 | 24 |
| Octal | 214 | 54 | 154 | 0 | 105 | 27 | 55 | 500 | 64 | 44 |
| Binary | 10001100 | 101100 | 1101100 | 0 | 1000101 | 10111 | 101101 | 101000000 | 110100 | 100100 |
Color Harmonies of #8C2C6C
Complementary color
Monochromatic Colors of #8C2C6C
Black with #8C2C6C
Text Example
Text Example
White with #8C2C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2C6C; }
p { color: rgb(140,44,108); }
H1.HeaderClassName
{
color: #8C2C6C;
}
.AnyTagClassName
{
color: #8C2C6C;
}
</style>
background-color css
<style>
a { background-color: #8C2C6C; }
a { background-color: rgb(140,44,108); }
div.DivClassName
{
background-color: #8C2C6C;
}
.BgClassName
{
background-color: #8C2C6C;
}
</style>
border-color css
<style>
span { border-color: #8C2C6C; }
span { border-color: rgb(140,44,108); }
td.TdClassName
{
border-color: #8C2C6C;
}
.TagClassName
{
border-color: #8C2C6C;
}
</style>