Shades of Dark Purple #8C2672
Tints of Dark Purple #8C2672
RGB
CMYK
RGB Variations
Color information
#8C2672 (or 0x8C2672) is known color: Dark Purple. HEX triplet: 8C, 26 and 72. RGB value is (140,38,114). Sum of RGB (Red+Green+Blue) = 140+38+114=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2672 is #73D98D. Grayscale: #4C4C4C. Windows color (decimal): -7592334 or 7480972. OLE color: 7480972.
HSL color Cylindrical-coordinate representation of color #8C2672: hue angle of 315.29º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C2672 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 114 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.45 |
| HSL | 315.29º | 0.57% | 0.35% | - |
| HSV(B) | 315.29º | 0.73% | 0.55% | - |
| XYZ | 14.55 | 8.18 | 16.73 | - |
| YUV | 77.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 114 | 0 | 0.73 | 0.19 | 0.45 | 315.29 | 0.57 | 0.35 |
| Hex | 8C | 26 | 72 | 0 | 49 | 13 | 2D | 13B | 39 | 23 |
| Octal | 214 | 46 | 162 | 0 | 111 | 23 | 55 | 473 | 71 | 43 |
| Binary | 10001100 | 100110 | 1110010 | 0 | 1001001 | 10011 | 101101 | 100111011 | 111001 | 100011 |
Color Harmonies of #8C2672
Complementary color
Monochromatic Colors of #8C2672
Black with #8C2672
Text Example
Text Example
White with #8C2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2672; }
p { color: rgb(140,38,114); }
H1.HeaderClassName
{
color: #8C2672;
}
.AnyTagClassName
{
color: #8C2672;
}
</style>
background-color css
<style>
a { background-color: #8C2672; }
a { background-color: rgb(140,38,114); }
div.DivClassName
{
background-color: #8C2672;
}
.BgClassName
{
background-color: #8C2672;
}
</style>
border-color css
<style>
span { border-color: #8C2672; }
span { border-color: rgb(140,38,114); }
td.TdClassName
{
border-color: #8C2672;
}
.TagClassName
{
border-color: #8C2672;
}
</style>