Shades of Dark Purple #8C227E
Tints of Dark Purple #8C227E
RGB
CMYK
RGB Variations
Color information
#8C227E (or 0x8C227E) is known color: Dark Purple. HEX triplet: 8C, 22 and 7E. RGB value is (140,34,126). Sum of RGB (Red+Green+Blue) = 140+34+126=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C227E is #73DD81. Grayscale: #4B4B4B. Windows color (decimal): -7593346 or 8266380. OLE color: 8266380.
HSL color Cylindrical-coordinate representation of color #8C227E: hue angle of 307.92º 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 #8C227E is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 126 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.45 |
| HSL | 307.92º | 0.61% | 0.34% | - |
| HSV(B) | 307.92º | 0.76% | 0.55% | - |
| XYZ | 15.15 | 8.23 | 20.53 | - |
| YUV | 76.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 126 | 0 | 0.76 | 0.10 | 0.45 | 307.92 | 0.61 | 0.34 |
| Hex | 8C | 22 | 7E | 0 | 4C | A | 2D | 134 | 3D | 22 |
| Octal | 214 | 42 | 176 | 0 | 114 | 12 | 55 | 464 | 75 | 42 |
| Binary | 10001100 | 100010 | 1111110 | 0 | 1001100 | 1010 | 101101 | 100110100 | 111101 | 100010 |
Color Harmonies of #8C227E
Complementary color
Monochromatic Colors of #8C227E
Black with #8C227E
Text Example
Text Example
White with #8C227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C227E; }
p { color: rgb(140,34,126); }
H1.HeaderClassName
{
color: #8C227E;
}
.AnyTagClassName
{
color: #8C227E;
}
</style>
background-color css
<style>
a { background-color: #8C227E; }
a { background-color: rgb(140,34,126); }
div.DivClassName
{
background-color: #8C227E;
}
.BgClassName
{
background-color: #8C227E;
}
</style>
border-color css
<style>
span { border-color: #8C227E; }
span { border-color: rgb(140,34,126); }
td.TdClassName
{
border-color: #8C227E;
}
.TagClassName
{
border-color: #8C227E;
}
</style>