Shades of Dark Purple #8C0D74
Tints of Dark Purple #8C0D74
RGB
CMYK
RGB Variations
Color information
#8C0D74 (or 0x8C0D74) is known color: Dark Purple. HEX triplet: 8C, 0D and 74. RGB value is (140,13,116). Sum of RGB (Red+Green+Blue) = 140+13+116=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0D74 is #73F28B. Grayscale: #3E3E3E. Windows color (decimal): -7598732 or 7605644. OLE color: 7605644.
HSL color Cylindrical-coordinate representation of color #8C0D74: hue angle of 311.34º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0D74 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 13 | 116 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.45 |
| HSL | 311.34º | 0.83% | 0.3% | - |
| HSV(B) | 311.34º | 0.91% | 0.55% | - |
| XYZ | 14.11 | 7.12 | 17.15 | - |
| YUV | 62.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 116 | 0 | 0.91 | 0.17 | 0.45 | 311.34 | 0.83 | 0.3 |
| Hex | 8C | D | 74 | 0 | 5B | 11 | 2D | 137 | 53 | 1E |
| Octal | 214 | 15 | 164 | 0 | 133 | 21 | 55 | 467 | 123 | 36 |
| Binary | 10001100 | 1101 | 1110100 | 0 | 1011011 | 10001 | 101101 | 100110111 | 1010011 | 11110 |
Color Harmonies of #8C0D74
Complementary color
Monochromatic Colors of #8C0D74
Black with #8C0D74
Text Example
Text Example
White with #8C0D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0D74; }
p { color: rgb(140,13,116); }
H1.HeaderClassName
{
color: #8C0D74;
}
.AnyTagClassName
{
color: #8C0D74;
}
</style>
background-color css
<style>
a { background-color: #8C0D74; }
a { background-color: rgb(140,13,116); }
div.DivClassName
{
background-color: #8C0D74;
}
.BgClassName
{
background-color: #8C0D74;
}
</style>
border-color css
<style>
span { border-color: #8C0D74; }
span { border-color: rgb(140,13,116); }
td.TdClassName
{
border-color: #8C0D74;
}
.TagClassName
{
border-color: #8C0D74;
}
</style>