Shades of Dark Purple #8C0F6D
Tints of Dark Purple #8C0F6D
RGB
CMYK
RGB Variations
Color information
#8C0F6D (or 0x8C0F6D) is known color: Dark Purple. HEX triplet: 8C, 0F and 6D. RGB value is (140,15,109). Sum of RGB (Red+Green+Blue) = 140+15+109=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0F6D is #73F092. Grayscale: #3E3E3E. Windows color (decimal): -7598227 or 7147404. OLE color: 7147404.
HSL color Cylindrical-coordinate representation of color #8C0F6D: hue angle of 314.88º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F6D is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 15 | 109 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.45 |
| HSL | 314.88º | 0.81% | 0.3% | - |
| HSV(B) | 314.88º | 0.89% | 0.55% | - |
| XYZ | 13.75 | 7.02 | 15.1 | - |
| YUV | 63.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 109 | 0 | 0.89 | 0.22 | 0.45 | 314.88 | 0.81 | 0.3 |
| Hex | 8C | F | 6D | 0 | 59 | 16 | 2D | 13B | 51 | 1E |
| Octal | 214 | 17 | 155 | 0 | 131 | 26 | 55 | 473 | 121 | 36 |
| Binary | 10001100 | 1111 | 1101101 | 0 | 1011001 | 10110 | 101101 | 100111011 | 1010001 | 11110 |
Color Harmonies of #8C0F6D
Complementary color
Monochromatic Colors of #8C0F6D
Black with #8C0F6D
Text Example
Text Example
White with #8C0F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0F6D; }
p { color: rgb(140,15,109); }
H1.HeaderClassName
{
color: #8C0F6D;
}
.AnyTagClassName
{
color: #8C0F6D;
}
</style>
background-color css
<style>
a { background-color: #8C0F6D; }
a { background-color: rgb(140,15,109); }
div.DivClassName
{
background-color: #8C0F6D;
}
.BgClassName
{
background-color: #8C0F6D;
}
</style>
border-color css
<style>
span { border-color: #8C0F6D; }
span { border-color: rgb(140,15,109); }
td.TdClassName
{
border-color: #8C0F6D;
}
.TagClassName
{
border-color: #8C0F6D;
}
</style>