Shades of Dark Purple #8C206C
Tints of Dark Purple #8C206C
RGB
CMYK
RGB Variations
Color information
#8C206C (or 0x8C206C) is known color: Dark Purple. HEX triplet: 8C, 20 and 6C. RGB value is (140,32,108). Sum of RGB (Red+Green+Blue) = 140+32+108=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C206C is #73DF93. Grayscale: #484848. Windows color (decimal): -7593876 or 7086220. OLE color: 7086220.
HSL color Cylindrical-coordinate representation of color #8C206C: hue angle of 317.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C206C is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 108 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.45 |
| HSL | 317.78º | 0.63% | 0.34% | - |
| HSV(B) | 317.78º | 0.77% | 0.55% | - |
| XYZ | 14.04 | 7.69 | 14.93 | - |
| YUV | 72.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 108 | 0 | 0.77 | 0.23 | 0.45 | 317.78 | 0.63 | 0.34 |
| Hex | 8C | 20 | 6C | 0 | 4D | 17 | 2D | 13E | 3F | 22 |
| Octal | 214 | 40 | 154 | 0 | 115 | 27 | 55 | 476 | 77 | 42 |
| Binary | 10001100 | 100000 | 1101100 | 0 | 1001101 | 10111 | 101101 | 100111110 | 111111 | 100010 |
Color Harmonies of #8C206C
Complementary color
Monochromatic Colors of #8C206C
Black with #8C206C
Text Example
Text Example
White with #8C206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C206C; }
p { color: rgb(140,32,108); }
H1.HeaderClassName
{
color: #8C206C;
}
.AnyTagClassName
{
color: #8C206C;
}
</style>
background-color css
<style>
a { background-color: #8C206C; }
a { background-color: rgb(140,32,108); }
div.DivClassName
{
background-color: #8C206C;
}
.BgClassName
{
background-color: #8C206C;
}
</style>
border-color css
<style>
span { border-color: #8C206C; }
span { border-color: rgb(140,32,108); }
td.TdClassName
{
border-color: #8C206C;
}
.TagClassName
{
border-color: #8C206C;
}
</style>