Shades of Dark Purple #8C2967
Tints of Dark Purple #8C2967
RGB
CMYK
RGB Variations
Color information
#8C2967 (or 0x8C2967) is known color: Dark Purple. HEX triplet: 8C, 29 and 67. RGB value is (140,41,103). Sum of RGB (Red+Green+Blue) = 140+41+103=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2967 is #73D698. Grayscale: #4D4D4D. Windows color (decimal): -7591577 or 6760844. OLE color: 6760844.
HSL color Cylindrical-coordinate representation of color #8C2967: hue angle of 322.42º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2967 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 103 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.45 |
| HSL | 322.42º | 0.55% | 0.35% | - |
| HSV(B) | 322.42º | 0.71% | 0.55% | - |
| XYZ | 14.06 | 8.14 | 13.66 | - |
| YUV | 77.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 103 | 0 | 0.71 | 0.26 | 0.45 | 322.42 | 0.55 | 0.35 |
| Hex | 8C | 29 | 67 | 0 | 47 | 1A | 2D | 142 | 37 | 23 |
| Octal | 214 | 51 | 147 | 0 | 107 | 32 | 55 | 502 | 67 | 43 |
| Binary | 10001100 | 101001 | 1100111 | 0 | 1000111 | 11010 | 101101 | 101000010 | 110111 | 100011 |
Color Harmonies of #8C2967
Complementary color
Monochromatic Colors of #8C2967
Black with #8C2967
Text Example
Text Example
White with #8C2967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2967; }
p { color: rgb(140,41,103); }
H1.HeaderClassName
{
color: #8C2967;
}
.AnyTagClassName
{
color: #8C2967;
}
</style>
background-color css
<style>
a { background-color: #8C2967; }
a { background-color: rgb(140,41,103); }
div.DivClassName
{
background-color: #8C2967;
}
.BgClassName
{
background-color: #8C2967;
}
</style>
border-color css
<style>
span { border-color: #8C2967; }
span { border-color: rgb(140,41,103); }
td.TdClassName
{
border-color: #8C2967;
}
.TagClassName
{
border-color: #8C2967;
}
</style>