Shades of Dark Purple #8C1F6D
Tints of Dark Purple #8C1F6D
RGB
CMYK
RGB Variations
Color information
#8C1F6D (or 0x8C1F6D) is known color: Dark Purple. HEX triplet: 8C, 1F and 6D. RGB value is (140,31,109). Sum of RGB (Red+Green+Blue) = 140+31+109=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1F6D is #73E092. Grayscale: #484848. Windows color (decimal): -7594131 or 7151500. OLE color: 7151500.
HSL color Cylindrical-coordinate representation of color #8C1F6D: hue angle of 317.06º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C1F6D is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 31 | 109 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.45 |
| HSL | 317.06º | 0.64% | 0.34% | - |
| HSV(B) | 317.06º | 0.78% | 0.55% | - |
| XYZ | 14.07 | 7.66 | 15.21 | - |
| YUV | 72.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 31 | 109 | 0 | 0.78 | 0.22 | 0.45 | 317.06 | 0.64 | 0.34 |
| Hex | 8C | 1F | 6D | 0 | 4E | 16 | 2D | 13D | 40 | 22 |
| Octal | 214 | 37 | 155 | 0 | 116 | 26 | 55 | 475 | 100 | 42 |
| Binary | 10001100 | 11111 | 1101101 | 0 | 1001110 | 10110 | 101101 | 100111101 | 1000000 | 100010 |
Color Harmonies of #8C1F6D
Complementary color
Monochromatic Colors of #8C1F6D
Black with #8C1F6D
Text Example
Text Example
White with #8C1F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1F6D; }
p { color: rgb(140,31,109); }
H1.HeaderClassName
{
color: #8C1F6D;
}
.AnyTagClassName
{
color: #8C1F6D;
}
</style>
background-color css
<style>
a { background-color: #8C1F6D; }
a { background-color: rgb(140,31,109); }
div.DivClassName
{
background-color: #8C1F6D;
}
.BgClassName
{
background-color: #8C1F6D;
}
</style>
border-color css
<style>
span { border-color: #8C1F6D; }
span { border-color: rgb(140,31,109); }
td.TdClassName
{
border-color: #8C1F6D;
}
.TagClassName
{
border-color: #8C1F6D;
}
</style>