Shades of Dark Purple #8C2288
Tints of Dark Purple #8C2288
RGB
CMYK
RGB Variations
Color information
#8C2288 (or 0x8C2288) is known color: Dark Purple. HEX triplet: 8C, 22 and 88. RGB value is (140,34,136). Sum of RGB (Red+Green+Blue) = 140+34+136=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2288 is #73DD77. Grayscale: #4D4D4D. Windows color (decimal): -7593336 or 8921740. OLE color: 8921740.
HSL color Cylindrical-coordinate representation of color #8C2288: hue angle of 302.26º 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 #8C2288 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 136 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.45 |
| HSL | 302.26º | 0.61% | 0.34% | - |
| HSV(B) | 302.26º | 0.76% | 0.55% | - |
| XYZ | 15.83 | 8.5 | 24.1 | - |
| YUV | 77.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 136 | 0 | 0.76 | 0.03 | 0.45 | 302.26 | 0.61 | 0.34 |
| Hex | 8C | 22 | 88 | 0 | 4C | 3 | 2D | 12E | 3D | 22 |
| Octal | 214 | 42 | 210 | 0 | 114 | 3 | 55 | 456 | 75 | 42 |
| Binary | 10001100 | 100010 | 10001000 | 0 | 1001100 | 11 | 101101 | 100101110 | 111101 | 100010 |
Color Harmonies of #8C2288
Complementary color
Monochromatic Colors of #8C2288
Black with #8C2288
Text Example
Text Example
White with #8C2288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2288; }
p { color: rgb(140,34,136); }
H1.HeaderClassName
{
color: #8C2288;
}
.AnyTagClassName
{
color: #8C2288;
}
</style>
background-color css
<style>
a { background-color: #8C2288; }
a { background-color: rgb(140,34,136); }
div.DivClassName
{
background-color: #8C2288;
}
.BgClassName
{
background-color: #8C2288;
}
</style>
border-color css
<style>
span { border-color: #8C2288; }
span { border-color: rgb(140,34,136); }
td.TdClassName
{
border-color: #8C2288;
}
.TagClassName
{
border-color: #8C2288;
}
</style>