Shades of Dark Purple #8C227A
Tints of Dark Purple #8C227A
RGB
CMYK
RGB Variations
Color information
#8C227A (or 0x8C227A) is known color: Dark Purple. HEX triplet: 8C, 22 and 7A. RGB value is (140,34,122). Sum of RGB (Red+Green+Blue) = 140+34+122=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C227A is #73DD85. Grayscale: #4B4B4B. Windows color (decimal): -7593350 or 8004236. OLE color: 8004236.
HSL color Cylindrical-coordinate representation of color #8C227A: hue angle of 310.19º degrees, saturation: 0.61, 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 #8C227A is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 122 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.45 |
| HSL | 310.19º | 0.61% | 0.34% | - |
| HSV(B) | 310.19º | 0.76% | 0.55% | - |
| XYZ | 14.9 | 8.12 | 19.2 | - |
| YUV | 75.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 122 | 0 | 0.76 | 0.13 | 0.45 | 310.19 | 0.61 | 0.34 |
| Hex | 8C | 22 | 7A | 0 | 4C | D | 2D | 136 | 3D | 22 |
| Octal | 214 | 42 | 172 | 0 | 114 | 15 | 55 | 466 | 75 | 42 |
| Binary | 10001100 | 100010 | 1111010 | 0 | 1001100 | 1101 | 101101 | 100110110 | 111101 | 100010 |
Color Harmonies of #8C227A
Complementary color
Monochromatic Colors of #8C227A
Black with #8C227A
Text Example
Text Example
White with #8C227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C227A; }
p { color: rgb(140,34,122); }
H1.HeaderClassName
{
color: #8C227A;
}
.AnyTagClassName
{
color: #8C227A;
}
</style>
background-color css
<style>
a { background-color: #8C227A; }
a { background-color: rgb(140,34,122); }
div.DivClassName
{
background-color: #8C227A;
}
.BgClassName
{
background-color: #8C227A;
}
</style>
border-color css
<style>
span { border-color: #8C227A; }
span { border-color: rgb(140,34,122); }
td.TdClassName
{
border-color: #8C227A;
}
.TagClassName
{
border-color: #8C227A;
}
</style>