Shades of Dark Purple #8C217A
Tints of Dark Purple #8C217A
RGB
CMYK
RGB Variations
Color information
#8C217A (or 0x8C217A) is known color: Dark Purple. HEX triplet: 8C, 21 and 7A. RGB value is (140,33,122). Sum of RGB (Red+Green+Blue) = 140+33+122=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C217A is #73DE85. Grayscale: #4A4A4A. Windows color (decimal): -7593606 or 8003980. OLE color: 8003980.
HSL color Cylindrical-coordinate representation of color #8C217A: hue angle of 310.09º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C217A is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 122 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.45 |
| HSL | 310.09º | 0.62% | 0.34% | - |
| HSV(B) | 310.09º | 0.76% | 0.55% | - |
| XYZ | 14.87 | 8.07 | 19.19 | - |
| YUV | 75.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 122 | 0 | 0.76 | 0.13 | 0.45 | 310.09 | 0.62 | 0.34 |
| Hex | 8C | 21 | 7A | 0 | 4C | D | 2D | 136 | 3E | 22 |
| Octal | 214 | 41 | 172 | 0 | 114 | 15 | 55 | 466 | 76 | 42 |
| Binary | 10001100 | 100001 | 1111010 | 0 | 1001100 | 1101 | 101101 | 100110110 | 111110 | 100010 |
Color Harmonies of #8C217A
Complementary color
Monochromatic Colors of #8C217A
Black with #8C217A
Text Example
Text Example
White with #8C217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C217A; }
p { color: rgb(140,33,122); }
H1.HeaderClassName
{
color: #8C217A;
}
.AnyTagClassName
{
color: #8C217A;
}
</style>
background-color css
<style>
a { background-color: #8C217A; }
a { background-color: rgb(140,33,122); }
div.DivClassName
{
background-color: #8C217A;
}
.BgClassName
{
background-color: #8C217A;
}
</style>
border-color css
<style>
span { border-color: #8C217A; }
span { border-color: rgb(140,33,122); }
td.TdClassName
{
border-color: #8C217A;
}
.TagClassName
{
border-color: #8C217A;
}
</style>