Shades of Dark Purple #8C2975
Tints of Dark Purple #8C2975
RGB
CMYK
RGB Variations
Color information
#8C2975 (or 0x8C2975) is known color: Dark Purple. HEX triplet: 8C, 29 and 75. RGB value is (140,41,117). Sum of RGB (Red+Green+Blue) = 140+41+117=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2975 is #73D68A. Grayscale: #4F4F4F. Windows color (decimal): -7591563 or 7678348. OLE color: 7678348.
HSL color Cylindrical-coordinate representation of color #8C2975: hue angle of 313.94º 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 #8C2975 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 117 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.45 |
| HSL | 313.94º | 0.55% | 0.35% | - |
| HSV(B) | 313.94º | 0.71% | 0.55% | - |
| XYZ | 14.82 | 8.45 | 17.68 | - |
| YUV | 79.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 117 | 0 | 0.71 | 0.16 | 0.45 | 313.94 | 0.55 | 0.35 |
| Hex | 8C | 29 | 75 | 0 | 47 | 10 | 2D | 13A | 37 | 23 |
| Octal | 214 | 51 | 165 | 0 | 107 | 20 | 55 | 472 | 67 | 43 |
| Binary | 10001100 | 101001 | 1110101 | 0 | 1000111 | 10000 | 101101 | 100111010 | 110111 | 100011 |
Color Harmonies of #8C2975
Complementary color
Monochromatic Colors of #8C2975
Black with #8C2975
Text Example
Text Example
White with #8C2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2975; }
p { color: rgb(140,41,117); }
H1.HeaderClassName
{
color: #8C2975;
}
.AnyTagClassName
{
color: #8C2975;
}
</style>
background-color css
<style>
a { background-color: #8C2975; }
a { background-color: rgb(140,41,117); }
div.DivClassName
{
background-color: #8C2975;
}
.BgClassName
{
background-color: #8C2975;
}
</style>
border-color css
<style>
span { border-color: #8C2975; }
span { border-color: rgb(140,41,117); }
td.TdClassName
{
border-color: #8C2975;
}
.TagClassName
{
border-color: #8C2975;
}
</style>