Shades of Dark Purple #8C227B
Tints of Dark Purple #8C227B
RGB
CMYK
RGB Variations
Color information
#8C227B (or 0x8C227B) is known color: Dark Purple. HEX triplet: 8C, 22 and 7B. RGB value is (140,34,123). Sum of RGB (Red+Green+Blue) = 140+34+123=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C227B is #73DD84. Grayscale: #4B4B4B. Windows color (decimal): -7593349 or 8069772. OLE color: 8069772.
HSL color Cylindrical-coordinate representation of color #8C227B: hue angle of 309.62º 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 #8C227B is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 123 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.45 |
| HSL | 309.62º | 0.61% | 0.34% | - |
| HSV(B) | 309.62º | 0.76% | 0.55% | - |
| XYZ | 14.96 | 8.15 | 19.52 | - |
| YUV | 75.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 123 | 0 | 0.76 | 0.12 | 0.45 | 309.62 | 0.61 | 0.34 |
| Hex | 8C | 22 | 7B | 0 | 4C | C | 2D | 136 | 3D | 22 |
| Octal | 214 | 42 | 173 | 0 | 114 | 14 | 55 | 466 | 75 | 42 |
| Binary | 10001100 | 100010 | 1111011 | 0 | 1001100 | 1100 | 101101 | 100110110 | 111101 | 100010 |
Color Harmonies of #8C227B
Complementary color
Monochromatic Colors of #8C227B
Black with #8C227B
Text Example
Text Example
White with #8C227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C227B; }
p { color: rgb(140,34,123); }
H1.HeaderClassName
{
color: #8C227B;
}
.AnyTagClassName
{
color: #8C227B;
}
</style>
background-color css
<style>
a { background-color: #8C227B; }
a { background-color: rgb(140,34,123); }
div.DivClassName
{
background-color: #8C227B;
}
.BgClassName
{
background-color: #8C227B;
}
</style>
border-color css
<style>
span { border-color: #8C227B; }
span { border-color: rgb(140,34,123); }
td.TdClassName
{
border-color: #8C227B;
}
.TagClassName
{
border-color: #8C227B;
}
</style>