Shades of Dark Purple #8C207B
Tints of Dark Purple #8C207B
RGB
CMYK
RGB Variations
Color information
#8C207B (or 0x8C207B) is known color: Dark Purple. HEX triplet: 8C, 20 and 7B. RGB value is (140,32,123). Sum of RGB (Red+Green+Blue) = 140+32+123=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C207B is #73DF84. Grayscale: #4A4A4A. Windows color (decimal): -7593861 or 8069260. OLE color: 8069260.
HSL color Cylindrical-coordinate representation of color #8C207B: hue angle of 309.44º 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 #8C207B is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 123 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.45 |
| HSL | 309.44º | 0.63% | 0.34% | - |
| HSV(B) | 309.44º | 0.77% | 0.55% | - |
| XYZ | 14.91 | 8.04 | 19.5 | - |
| YUV | 74.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 123 | 0 | 0.77 | 0.12 | 0.45 | 309.44 | 0.63 | 0.34 |
| Hex | 8C | 20 | 7B | 0 | 4D | C | 2D | 135 | 3F | 22 |
| Octal | 214 | 40 | 173 | 0 | 115 | 14 | 55 | 465 | 77 | 42 |
| Binary | 10001100 | 100000 | 1111011 | 0 | 1001101 | 1100 | 101101 | 100110101 | 111111 | 100010 |
Color Harmonies of #8C207B
Complementary color
Monochromatic Colors of #8C207B
Black with #8C207B
Text Example
Text Example
White with #8C207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C207B; }
p { color: rgb(140,32,123); }
H1.HeaderClassName
{
color: #8C207B;
}
.AnyTagClassName
{
color: #8C207B;
}
</style>
background-color css
<style>
a { background-color: #8C207B; }
a { background-color: rgb(140,32,123); }
div.DivClassName
{
background-color: #8C207B;
}
.BgClassName
{
background-color: #8C207B;
}
</style>
border-color css
<style>
span { border-color: #8C207B; }
span { border-color: rgb(140,32,123); }
td.TdClassName
{
border-color: #8C207B;
}
.TagClassName
{
border-color: #8C207B;
}
</style>