Shades of Dark Purple #8C226D
Tints of Dark Purple #8C226D
RGB
CMYK
RGB Variations
Color information
#8C226D (or 0x8C226D) is known color: Dark Purple. HEX triplet: 8C, 22 and 6D. RGB value is (140,34,109). Sum of RGB (Red+Green+Blue) = 140+34+109=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C226D is #73DD92. Grayscale: #4A4A4A. Windows color (decimal): -7593363 or 7152268. OLE color: 7152268.
HSL color Cylindrical-coordinate representation of color #8C226D: hue angle of 317.55º 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 #8C226D is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 109 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.45 |
| HSL | 317.55º | 0.61% | 0.34% | - |
| HSV(B) | 317.55º | 0.76% | 0.55% | - |
| XYZ | 14.15 | 7.82 | 15.23 | - |
| YUV | 74.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 109 | 0 | 0.76 | 0.22 | 0.45 | 317.55 | 0.61 | 0.34 |
| Hex | 8C | 22 | 6D | 0 | 4C | 16 | 2D | 13E | 3D | 22 |
| Octal | 214 | 42 | 155 | 0 | 114 | 26 | 55 | 476 | 75 | 42 |
| Binary | 10001100 | 100010 | 1101101 | 0 | 1001100 | 10110 | 101101 | 100111110 | 111101 | 100010 |
Color Harmonies of #8C226D
Complementary color
Monochromatic Colors of #8C226D
Black with #8C226D
Text Example
Text Example
White with #8C226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C226D; }
p { color: rgb(140,34,109); }
H1.HeaderClassName
{
color: #8C226D;
}
.AnyTagClassName
{
color: #8C226D;
}
</style>
background-color css
<style>
a { background-color: #8C226D; }
a { background-color: rgb(140,34,109); }
div.DivClassName
{
background-color: #8C226D;
}
.BgClassName
{
background-color: #8C226D;
}
</style>
border-color css
<style>
span { border-color: #8C226D; }
span { border-color: rgb(140,34,109); }
td.TdClassName
{
border-color: #8C226D;
}
.TagClassName
{
border-color: #8C226D;
}
</style>