Shades of Dark Purple #8C356E
Tints of Dark Purple #8C356E
RGB
CMYK
RGB Variations
Color information
#8C356E (or 0x8C356E) is known color: Dark Purple. HEX triplet: 8C, 35 and 6E. RGB value is (140,53,110). Sum of RGB (Red+Green+Blue) = 140+53+110=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C356E is #73CA91. Grayscale: #555555. Windows color (decimal): -7588498 or 7222668. OLE color: 7222668.
HSL color Cylindrical-coordinate representation of color #8C356E: hue angle of 320.69º 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 #8C356E is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 110 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.45 |
| HSL | 320.69º | 0.45% | 0.38% | - |
| HSV(B) | 320.69º | 0.62% | 0.55% | - |
| XYZ | 14.9 | 9.25 | 15.75 | - |
| YUV | 85.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 110 | 0 | 0.62 | 0.21 | 0.45 | 320.69 | 0.45 | 0.38 |
| Hex | 8C | 35 | 6E | 0 | 3E | 15 | 2D | 141 | 2D | 26 |
| Octal | 214 | 65 | 156 | 0 | 76 | 25 | 55 | 501 | 55 | 46 |
| Binary | 10001100 | 110101 | 1101110 | 0 | 111110 | 10101 | 101101 | 101000001 | 101101 | 100110 |
Color Harmonies of #8C356E
Complementary color
Monochromatic Colors of #8C356E
Black with #8C356E
Text Example
Text Example
White with #8C356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C356E; }
p { color: rgb(140,53,110); }
H1.HeaderClassName
{
color: #8C356E;
}
.AnyTagClassName
{
color: #8C356E;
}
</style>
background-color css
<style>
a { background-color: #8C356E; }
a { background-color: rgb(140,53,110); }
div.DivClassName
{
background-color: #8C356E;
}
.BgClassName
{
background-color: #8C356E;
}
</style>
border-color css
<style>
span { border-color: #8C356E; }
span { border-color: rgb(140,53,110); }
td.TdClassName
{
border-color: #8C356E;
}
.TagClassName
{
border-color: #8C356E;
}
</style>