Shades of Dark Purple #8C227D
Tints of Dark Purple #8C227D
RGB
CMYK
RGB Variations
Color information
#8C227D (or 0x8C227D) is known color: Dark Purple. HEX triplet: 8C, 22 and 7D. RGB value is (140,34,125). Sum of RGB (Red+Green+Blue) = 140+34+125=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C227D is #73DD82. Grayscale: #4B4B4B. Windows color (decimal): -7593347 or 8200844. OLE color: 8200844.
HSL color Cylindrical-coordinate representation of color #8C227D: hue angle of 308.49º 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 #8C227D is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 125 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.45 |
| HSL | 308.49º | 0.61% | 0.34% | - |
| HSV(B) | 308.49º | 0.76% | 0.55% | - |
| XYZ | 15.09 | 8.2 | 20.19 | - |
| YUV | 76.07 | 155.62 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 125 | 0 | 0.76 | 0.11 | 0.45 | 308.49 | 0.61 | 0.34 |
| Hex | 8C | 22 | 7D | 0 | 4C | B | 2D | 134 | 3D | 22 |
| Octal | 214 | 42 | 175 | 0 | 114 | 13 | 55 | 464 | 75 | 42 |
| Binary | 10001100 | 100010 | 1111101 | 0 | 1001100 | 1011 | 101101 | 100110100 | 111101 | 100010 |
Color Harmonies of #8C227D
Complementary color
Monochromatic Colors of #8C227D
Black with #8C227D
Text Example
Text Example
White with #8C227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C227D; }
p { color: rgb(140,34,125); }
H1.HeaderClassName
{
color: #8C227D;
}
.AnyTagClassName
{
color: #8C227D;
}
</style>
background-color css
<style>
a { background-color: #8C227D; }
a { background-color: rgb(140,34,125); }
div.DivClassName
{
background-color: #8C227D;
}
.BgClassName
{
background-color: #8C227D;
}
</style>
border-color css
<style>
span { border-color: #8C227D; }
span { border-color: rgb(140,34,125); }
td.TdClassName
{
border-color: #8C227D;
}
.TagClassName
{
border-color: #8C227D;
}
</style>