Shades of Dark Purple #8C1964
Tints of Dark Purple #8C1964
RGB
CMYK
RGB Variations
Color information
#8C1964 (or 0x8C1964) is known color: Dark Purple. HEX triplet: 8C, 19 and 64. RGB value is (140,25,100). Sum of RGB (Red+Green+Blue) = 140+25+100=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1964 is #73E69B. Grayscale: #434343. Windows color (decimal): -7595676 or 6560140. OLE color: 6560140.
HSL color Cylindrical-coordinate representation of color #8C1964: hue angle of 320.87º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1964 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 100 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.45 |
| HSL | 320.87º | 0.7% | 0.32% | - |
| HSV(B) | 320.87º | 0.82% | 0.55% | - |
| XYZ | 13.46 | 7.19 | 12.73 | - |
| YUV | 67.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 100 | 0 | 0.82 | 0.29 | 0.45 | 320.87 | 0.7 | 0.32 |
| Hex | 8C | 19 | 64 | 0 | 52 | 1D | 2D | 141 | 46 | 20 |
| Octal | 214 | 31 | 144 | 0 | 122 | 35 | 55 | 501 | 106 | 40 |
| Binary | 10001100 | 11001 | 1100100 | 0 | 1010010 | 11101 | 101101 | 101000001 | 1000110 | 100000 |
Color Harmonies of #8C1964
Complementary color
Monochromatic Colors of #8C1964
Black with #8C1964
Text Example
Text Example
White with #8C1964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1964; }
p { color: rgb(140,25,100); }
H1.HeaderClassName
{
color: #8C1964;
}
.AnyTagClassName
{
color: #8C1964;
}
</style>
background-color css
<style>
a { background-color: #8C1964; }
a { background-color: rgb(140,25,100); }
div.DivClassName
{
background-color: #8C1964;
}
.BgClassName
{
background-color: #8C1964;
}
</style>
border-color css
<style>
span { border-color: #8C1964; }
span { border-color: rgb(140,25,100); }
td.TdClassName
{
border-color: #8C1964;
}
.TagClassName
{
border-color: #8C1964;
}
</style>