Shades of Dark Purple #8C207D
Tints of Dark Purple #8C207D
RGB
CMYK
RGB Variations
Color information
#8C207D (or 0x8C207D) is known color: Dark Purple. HEX triplet: 8C, 20 and 7D. RGB value is (140,32,125). Sum of RGB (Red+Green+Blue) = 140+32+125=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C207D is #73DF82. Grayscale: #4A4A4A. Windows color (decimal): -7593859 or 8200332. OLE color: 8200332.
HSL color Cylindrical-coordinate representation of color #8C207D: hue angle of 308.33º 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 #8C207D is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 125 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.45 |
| HSL | 308.33º | 0.63% | 0.34% | - |
| HSV(B) | 308.33º | 0.77% | 0.55% | - |
| XYZ | 15.03 | 8.09 | 20.17 | - |
| YUV | 74.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 125 | 0 | 0.77 | 0.11 | 0.45 | 308.33 | 0.63 | 0.34 |
| Hex | 8C | 20 | 7D | 0 | 4D | B | 2D | 134 | 3F | 22 |
| Octal | 214 | 40 | 175 | 0 | 115 | 13 | 55 | 464 | 77 | 42 |
| Binary | 10001100 | 100000 | 1111101 | 0 | 1001101 | 1011 | 101101 | 100110100 | 111111 | 100010 |
Color Harmonies of #8C207D
Complementary color
Monochromatic Colors of #8C207D
Black with #8C207D
Text Example
Text Example
White with #8C207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C207D; }
p { color: rgb(140,32,125); }
H1.HeaderClassName
{
color: #8C207D;
}
.AnyTagClassName
{
color: #8C207D;
}
</style>
background-color css
<style>
a { background-color: #8C207D; }
a { background-color: rgb(140,32,125); }
div.DivClassName
{
background-color: #8C207D;
}
.BgClassName
{
background-color: #8C207D;
}
</style>
border-color css
<style>
span { border-color: #8C207D; }
span { border-color: rgb(140,32,125); }
td.TdClassName
{
border-color: #8C207D;
}
.TagClassName
{
border-color: #8C207D;
}
</style>