Shades of Dark Purple #8C356F
Tints of Dark Purple #8C356F
RGB
CMYK
RGB Variations
Color information
#8C356F (or 0x8C356F) is known color: Dark Purple. HEX triplet: 8C, 35 and 6F. RGB value is (140,53,111). Sum of RGB (Red+Green+Blue) = 140+53+111=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C356F is #73CA90. Grayscale: #555555. Windows color (decimal): -7588497 or 7288204. OLE color: 7288204.
HSL color Cylindrical-coordinate representation of color #8C356F: hue angle of 320º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C356F is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 111 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.45 |
| HSL | 320º | 0.45% | 0.38% | - |
| HSV(B) | 320º | 0.62% | 0.55% | - |
| XYZ | 14.96 | 9.27 | 16.04 | - |
| YUV | 85.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 111 | 0 | 0.62 | 0.21 | 0.45 | 320 | 0.45 | 0.38 |
| Hex | 8C | 35 | 6F | 0 | 3E | 15 | 2D | 140 | 2D | 26 |
| Octal | 214 | 65 | 157 | 0 | 76 | 25 | 55 | 500 | 55 | 46 |
| Binary | 10001100 | 110101 | 1101111 | 0 | 111110 | 10101 | 101101 | 101000000 | 101101 | 100110 |
Color Harmonies of #8C356F
Complementary color
Monochromatic Colors of #8C356F
Black with #8C356F
Text Example
Text Example
White with #8C356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C356F; }
p { color: rgb(140,53,111); }
H1.HeaderClassName
{
color: #8C356F;
}
.AnyTagClassName
{
color: #8C356F;
}
</style>
background-color css
<style>
a { background-color: #8C356F; }
a { background-color: rgb(140,53,111); }
div.DivClassName
{
background-color: #8C356F;
}
.BgClassName
{
background-color: #8C356F;
}
</style>
border-color css
<style>
span { border-color: #8C356F; }
span { border-color: rgb(140,53,111); }
td.TdClassName
{
border-color: #8C356F;
}
.TagClassName
{
border-color: #8C356F;
}
</style>