Shades of Dark Purple #8C366C
Tints of Dark Purple #8C366C
RGB
CMYK
RGB Variations
Color information
#8C366C (or 0x8C366C) is known color: Dark Purple. HEX triplet: 8C, 36 and 6C. RGB value is (140,54,108). Sum of RGB (Red+Green+Blue) = 140+54+108=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C366C is #73C993. Grayscale: #555555. Windows color (decimal): -7588244 or 7091852. OLE color: 7091852.
HSL color Cylindrical-coordinate representation of color #8C366C: hue angle of 322.33º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C366C is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 108 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.45 |
| HSL | 322.33º | 0.44% | 0.38% | - |
| HSV(B) | 322.33º | 0.61% | 0.55% | - |
| XYZ | 14.84 | 9.3 | 15.2 | - |
| YUV | 85.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 108 | 0 | 0.61 | 0.23 | 0.45 | 322.33 | 0.44 | 0.38 |
| Hex | 8C | 36 | 6C | 0 | 3D | 17 | 2D | 142 | 2C | 26 |
| Octal | 214 | 66 | 154 | 0 | 75 | 27 | 55 | 502 | 54 | 46 |
| Binary | 10001100 | 110110 | 1101100 | 0 | 111101 | 10111 | 101101 | 101000010 | 101100 | 100110 |
Color Harmonies of #8C366C
Complementary color
Monochromatic Colors of #8C366C
Black with #8C366C
Text Example
Text Example
White with #8C366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C366C; }
p { color: rgb(140,54,108); }
H1.HeaderClassName
{
color: #8C366C;
}
.AnyTagClassName
{
color: #8C366C;
}
</style>
background-color css
<style>
a { background-color: #8C366C; }
a { background-color: rgb(140,54,108); }
div.DivClassName
{
background-color: #8C366C;
}
.BgClassName
{
background-color: #8C366C;
}
</style>
border-color css
<style>
span { border-color: #8C366C; }
span { border-color: rgb(140,54,108); }
td.TdClassName
{
border-color: #8C366C;
}
.TagClassName
{
border-color: #8C366C;
}
</style>