Shades of Dark Purple #8C2489
Tints of Dark Purple #8C2489
RGB
CMYK
RGB Variations
Color information
#8C2489 (or 0x8C2489) is known color: Dark Purple. HEX triplet: 8C, 24 and 89. RGB value is (140,36,137). Sum of RGB (Red+Green+Blue) = 140+36+137=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2489 is #73DB76. Grayscale: #4E4E4E. Windows color (decimal): -7592823 or 8987788. OLE color: 8987788.
HSL color Cylindrical-coordinate representation of color #8C2489: hue angle of 301.73º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2489 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 137 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.45 |
| HSL | 301.73º | 0.59% | 0.35% | - |
| HSV(B) | 301.73º | 0.74% | 0.55% | - |
| XYZ | 15.96 | 8.64 | 24.49 | - |
| YUV | 78.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 137 | 0 | 0.74 | 0.02 | 0.45 | 301.73 | 0.59 | 0.35 |
| Hex | 8C | 24 | 89 | 0 | 4A | 2 | 2D | 12E | 3B | 23 |
| Octal | 214 | 44 | 211 | 0 | 112 | 2 | 55 | 456 | 73 | 43 |
| Binary | 10001100 | 100100 | 10001001 | 0 | 1001010 | 10 | 101101 | 100101110 | 111011 | 100011 |
Color Harmonies of #8C2489
Complementary color
Monochromatic Colors of #8C2489
Black with #8C2489
Text Example
Text Example
White with #8C2489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2489; }
p { color: rgb(140,36,137); }
H1.HeaderClassName
{
color: #8C2489;
}
.AnyTagClassName
{
color: #8C2489;
}
</style>
background-color css
<style>
a { background-color: #8C2489; }
a { background-color: rgb(140,36,137); }
div.DivClassName
{
background-color: #8C2489;
}
.BgClassName
{
background-color: #8C2489;
}
</style>
border-color css
<style>
span { border-color: #8C2489; }
span { border-color: rgb(140,36,137); }
td.TdClassName
{
border-color: #8C2489;
}
.TagClassName
{
border-color: #8C2489;
}
</style>