Shades of Dark Purple #8C3A6F
Tints of Dark Purple #8C3A6F
RGB
CMYK
RGB Variations
Color information
#8C3A6F (or 0x8C3A6F) is known color: Dark Purple. HEX triplet: 8C, 3A and 6F. RGB value is (140,58,111). Sum of RGB (Red+Green+Blue) = 140+58+111=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3A6F is #73C590. Grayscale: #585858. Windows color (decimal): -7587217 or 7289484. OLE color: 7289484.
HSL color Cylindrical-coordinate representation of color #8C3A6F: hue angle of 321.22º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C3A6F is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 58 | 111 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.45 |
| HSL | 321.22º | 0.41% | 0.39% | - |
| HSV(B) | 321.22º | 0.59% | 0.55% | - |
| XYZ | 15.2 | 9.75 | 16.12 | - |
| YUV | 88.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 111 | 0 | 0.59 | 0.21 | 0.45 | 321.22 | 0.41 | 0.39 |
| Hex | 8C | 3A | 6F | 0 | 3B | 15 | 2D | 141 | 29 | 27 |
| Octal | 214 | 72 | 157 | 0 | 73 | 25 | 55 | 501 | 51 | 47 |
| Binary | 10001100 | 111010 | 1101111 | 0 | 111011 | 10101 | 101101 | 101000001 | 101001 | 100111 |
Color Harmonies of #8C3A6F
Complementary color
Monochromatic Colors of #8C3A6F
Black with #8C3A6F
Text Example
Text Example
White with #8C3A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3A6F; }
p { color: rgb(140,58,111); }
H1.HeaderClassName
{
color: #8C3A6F;
}
.AnyTagClassName
{
color: #8C3A6F;
}
</style>
background-color css
<style>
a { background-color: #8C3A6F; }
a { background-color: rgb(140,58,111); }
div.DivClassName
{
background-color: #8C3A6F;
}
.BgClassName
{
background-color: #8C3A6F;
}
</style>
border-color css
<style>
span { border-color: #8C3A6F; }
span { border-color: rgb(140,58,111); }
td.TdClassName
{
border-color: #8C3A6F;
}
.TagClassName
{
border-color: #8C3A6F;
}
</style>