Shades of Dark Purple #8C2474
Tints of Dark Purple #8C2474
RGB
CMYK
RGB Variations
Color information
#8C2474 (or 0x8C2474) is known color: Dark Purple. HEX triplet: 8C, 24 and 74. RGB value is (140,36,116). Sum of RGB (Red+Green+Blue) = 140+36+116=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2474 is #73DB8B. Grayscale: #4C4C4C. Windows color (decimal): -7592844 or 7611532. OLE color: 7611532.
HSL color Cylindrical-coordinate representation of color #8C2474: hue angle of 313.85º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2474 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 116 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.45 |
| HSL | 313.85º | 0.59% | 0.35% | - |
| HSV(B) | 313.85º | 0.74% | 0.55% | - |
| XYZ | 14.6 | 8.1 | 17.32 | - |
| YUV | 76.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 116 | 0 | 0.74 | 0.17 | 0.45 | 313.85 | 0.59 | 0.35 |
| Hex | 8C | 24 | 74 | 0 | 4A | 11 | 2D | 13A | 3B | 23 |
| Octal | 214 | 44 | 164 | 0 | 112 | 21 | 55 | 472 | 73 | 43 |
| Binary | 10001100 | 100100 | 1110100 | 0 | 1001010 | 10001 | 101101 | 100111010 | 111011 | 100011 |
Color Harmonies of #8C2474
Complementary color
Monochromatic Colors of #8C2474
Black with #8C2474
Text Example
Text Example
White with #8C2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2474; }
p { color: rgb(140,36,116); }
H1.HeaderClassName
{
color: #8C2474;
}
.AnyTagClassName
{
color: #8C2474;
}
</style>
background-color css
<style>
a { background-color: #8C2474; }
a { background-color: rgb(140,36,116); }
div.DivClassName
{
background-color: #8C2474;
}
.BgClassName
{
background-color: #8C2474;
}
</style>
border-color css
<style>
span { border-color: #8C2474; }
span { border-color: rgb(140,36,116); }
td.TdClassName
{
border-color: #8C2474;
}
.TagClassName
{
border-color: #8C2474;
}
</style>