Shades of Dark Purple #8C2279
Tints of Dark Purple #8C2279
RGB
CMYK
RGB Variations
Color information
#8C2279 (or 0x8C2279) is known color: Dark Purple. HEX triplet: 8C, 22 and 79. RGB value is (140,34,121). Sum of RGB (Red+Green+Blue) = 140+34+121=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2279 is #73DD86. Grayscale: #4B4B4B. Windows color (decimal): -7593351 or 7938700. OLE color: 7938700.
HSL color Cylindrical-coordinate representation of color #8C2279: hue angle of 310.75º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2279 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 121 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.45 |
| HSL | 310.75º | 0.61% | 0.34% | - |
| HSV(B) | 310.75º | 0.76% | 0.55% | - |
| XYZ | 14.84 | 8.1 | 18.87 | - |
| YUV | 75.61 | 153.62 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 121 | 0 | 0.76 | 0.14 | 0.45 | 310.75 | 0.61 | 0.34 |
| Hex | 8C | 22 | 79 | 0 | 4C | E | 2D | 137 | 3D | 22 |
| Octal | 214 | 42 | 171 | 0 | 114 | 16 | 55 | 467 | 75 | 42 |
| Binary | 10001100 | 100010 | 1111001 | 0 | 1001100 | 1110 | 101101 | 100110111 | 111101 | 100010 |
Color Harmonies of #8C2279
Complementary color
Monochromatic Colors of #8C2279
Black with #8C2279
Text Example
Text Example
White with #8C2279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2279; }
p { color: rgb(140,34,121); }
H1.HeaderClassName
{
color: #8C2279;
}
.AnyTagClassName
{
color: #8C2279;
}
</style>
background-color css
<style>
a { background-color: #8C2279; }
a { background-color: rgb(140,34,121); }
div.DivClassName
{
background-color: #8C2279;
}
.BgClassName
{
background-color: #8C2279;
}
</style>
border-color css
<style>
span { border-color: #8C2279; }
span { border-color: rgb(140,34,121); }
td.TdClassName
{
border-color: #8C2279;
}
.TagClassName
{
border-color: #8C2279;
}
</style>