Shades of Dark Purple #8C2289
Tints of Dark Purple #8C2289
RGB
CMYK
RGB Variations
Color information
#8C2289 (or 0x8C2289) is known color: Dark Purple. HEX triplet: 8C, 22 and 89. RGB value is (140,34,137). Sum of RGB (Red+Green+Blue) = 140+34+137=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2289 is #73DD76. Grayscale: #4D4D4D. Windows color (decimal): -7593335 or 8987276. OLE color: 8987276.
HSL color Cylindrical-coordinate representation of color #8C2289: hue angle of 301.7º 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 #8C2289 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 137 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.45 |
| HSL | 301.7º | 0.61% | 0.34% | - |
| HSV(B) | 301.7º | 0.76% | 0.55% | - |
| XYZ | 15.9 | 8.53 | 24.47 | - |
| YUV | 77.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 137 | 0 | 0.76 | 0.02 | 0.45 | 301.7 | 0.61 | 0.34 |
| Hex | 8C | 22 | 89 | 0 | 4C | 2 | 2D | 12E | 3D | 22 |
| Octal | 214 | 42 | 211 | 0 | 114 | 2 | 55 | 456 | 75 | 42 |
| Binary | 10001100 | 100010 | 10001001 | 0 | 1001100 | 10 | 101101 | 100101110 | 111101 | 100010 |
Color Harmonies of #8C2289
Complementary color
Monochromatic Colors of #8C2289
Black with #8C2289
Text Example
Text Example
White with #8C2289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2289; }
p { color: rgb(140,34,137); }
H1.HeaderClassName
{
color: #8C2289;
}
.AnyTagClassName
{
color: #8C2289;
}
</style>
background-color css
<style>
a { background-color: #8C2289; }
a { background-color: rgb(140,34,137); }
div.DivClassName
{
background-color: #8C2289;
}
.BgClassName
{
background-color: #8C2289;
}
</style>
border-color css
<style>
span { border-color: #8C2289; }
span { border-color: rgb(140,34,137); }
td.TdClassName
{
border-color: #8C2289;
}
.TagClassName
{
border-color: #8C2289;
}
</style>