Shades of Dark Purple #8C1C68
Tints of Dark Purple #8C1C68
RGB
CMYK
RGB Variations
Color information
#8C1C68 (or 0x8C1C68) is known color: Dark Purple. HEX triplet: 8C, 1C and 68. RGB value is (140,28,104). Sum of RGB (Red+Green+Blue) = 140+28+104=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1C68 is #73E397. Grayscale: #454545. Windows color (decimal): -7594904 or 6823052. OLE color: 6823052.
HSL color Cylindrical-coordinate representation of color #8C1C68: hue angle of 319.29º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1C68 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 28 | 104 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.45 |
| HSL | 319.29º | 0.67% | 0.33% | - |
| HSV(B) | 319.29º | 0.8% | 0.55% | - |
| XYZ | 13.73 | 7.41 | 13.8 | - |
| YUV | 70.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 28 | 104 | 0 | 0.80 | 0.26 | 0.45 | 319.29 | 0.67 | 0.33 |
| Hex | 8C | 1C | 68 | 0 | 50 | 1A | 2D | 13F | 43 | 21 |
| Octal | 214 | 34 | 150 | 0 | 120 | 32 | 55 | 477 | 103 | 41 |
| Binary | 10001100 | 11100 | 1101000 | 0 | 1010000 | 11010 | 101101 | 100111111 | 1000011 | 100001 |
Color Harmonies of #8C1C68
Complementary color
Monochromatic Colors of #8C1C68
Black with #8C1C68
Text Example
Text Example
White with #8C1C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1C68; }
p { color: rgb(140,28,104); }
H1.HeaderClassName
{
color: #8C1C68;
}
.AnyTagClassName
{
color: #8C1C68;
}
</style>
background-color css
<style>
a { background-color: #8C1C68; }
a { background-color: rgb(140,28,104); }
div.DivClassName
{
background-color: #8C1C68;
}
.BgClassName
{
background-color: #8C1C68;
}
</style>
border-color css
<style>
span { border-color: #8C1C68; }
span { border-color: rgb(140,28,104); }
td.TdClassName
{
border-color: #8C1C68;
}
.TagClassName
{
border-color: #8C1C68;
}
</style>