Shades of Dark Purple #8C2679
Tints of Dark Purple #8C2679
RGB
CMYK
RGB Variations
Color information
#8C2679 (or 0x8C2679) is known color: Dark Purple. HEX triplet: 8C, 26 and 79. RGB value is (140,38,121). Sum of RGB (Red+Green+Blue) = 140+38+121=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2679 is #73D986. Grayscale: #4D4D4D. Windows color (decimal): -7592327 or 7939724. OLE color: 7939724.
HSL color Cylindrical-coordinate representation of color #8C2679: hue angle of 311.18º 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 #8C2679 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 121 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.45 |
| HSL | 311.18º | 0.57% | 0.35% | - |
| HSV(B) | 311.18º | 0.73% | 0.55% | - |
| XYZ | 14.96 | 8.34 | 18.91 | - |
| YUV | 77.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 121 | 0 | 0.73 | 0.14 | 0.45 | 311.18 | 0.57 | 0.35 |
| Hex | 8C | 26 | 79 | 0 | 49 | E | 2D | 137 | 39 | 23 |
| Octal | 214 | 46 | 171 | 0 | 111 | 16 | 55 | 467 | 71 | 43 |
| Binary | 10001100 | 100110 | 1111001 | 0 | 1001001 | 1110 | 101101 | 100110111 | 111001 | 100011 |
Color Harmonies of #8C2679
Complementary color
Monochromatic Colors of #8C2679
Black with #8C2679
Text Example
Text Example
White with #8C2679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2679; }
p { color: rgb(140,38,121); }
H1.HeaderClassName
{
color: #8C2679;
}
.AnyTagClassName
{
color: #8C2679;
}
</style>
background-color css
<style>
a { background-color: #8C2679; }
a { background-color: rgb(140,38,121); }
div.DivClassName
{
background-color: #8C2679;
}
.BgClassName
{
background-color: #8C2679;
}
</style>
border-color css
<style>
span { border-color: #8C2679; }
span { border-color: rgb(140,38,121); }
td.TdClassName
{
border-color: #8C2679;
}
.TagClassName
{
border-color: #8C2679;
}
</style>