Shades of Dark Purple #8C228E
Tints of Dark Purple #8C228E
RGB
CMYK
RGB Variations
Color information
#8C228E (or 0x8C228E) is known color: Dark Purple. HEX triplet: 8C, 22 and 8E. RGB value is (140,34,142). Sum of RGB (Red+Green+Blue) = 140+34+142=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C228E is #73DD71. Grayscale: #4D4D4D. Windows color (decimal): -7593330 or 9314956. OLE color: 9314956.
HSL color Cylindrical-coordinate representation of color #8C228E: hue angle of 298.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C228E is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 34 | 142 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.44 |
| HSL | 298.89º | 0.61% | 0.35% | - |
| HSV(B) | 298.89º | 0.76% | 0.56% | - |
| XYZ | 16.27 | 8.67 | 26.41 | - |
| YUV | 78.01 | 164.12 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 142 | 0.01 | 0.76 | 0 | 0.44 | 298.89 | 0.61 | 0.35 |
| Hex | 8C | 22 | 8E | 1 | 4C | 0 | 2C | 12B | 3D | 23 |
| Octal | 214 | 42 | 216 | 1 | 114 | 0 | 54 | 453 | 75 | 43 |
| Binary | 10001100 | 100010 | 10001110 | 1 | 1001100 | 0 | 101100 | 100101011 | 111101 | 100011 |
Color Harmonies of #8C228E
Complementary color
Monochromatic Colors of #8C228E
Black with #8C228E
Text Example
Text Example
White with #8C228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C228E; }
p { color: rgb(140,34,142); }
H1.HeaderClassName
{
color: #8C228E;
}
.AnyTagClassName
{
color: #8C228E;
}
</style>
background-color css
<style>
a { background-color: #8C228E; }
a { background-color: rgb(140,34,142); }
div.DivClassName
{
background-color: #8C228E;
}
.BgClassName
{
background-color: #8C228E;
}
</style>
border-color css
<style>
span { border-color: #8C228E; }
span { border-color: rgb(140,34,142); }
td.TdClassName
{
border-color: #8C228E;
}
.TagClassName
{
border-color: #8C228E;
}
</style>