Shades of Dark Purple #8C2589
Tints of Dark Purple #8C2589
RGB
CMYK
RGB Variations
Color information
#8C2589 (or 0x8C2589) is known color: Dark Purple. HEX triplet: 8C, 25 and 89. RGB value is (140,37,137). Sum of RGB (Red+Green+Blue) = 140+37+137=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2589 is #73DA76. Grayscale: #4E4E4E. Windows color (decimal): -7592567 or 8988044. OLE color: 8988044.
HSL color Cylindrical-coordinate representation of color #8C2589: hue angle of 301.75º degrees, saturation: 0.58, 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 #8C2589 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 137 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.45 |
| HSL | 301.75º | 0.58% | 0.35% | - |
| HSV(B) | 301.75º | 0.74% | 0.55% | - |
| XYZ | 15.99 | 8.7 | 24.5 | - |
| YUV | 79.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 137 | 0 | 0.74 | 0.02 | 0.45 | 301.75 | 0.58 | 0.35 |
| Hex | 8C | 25 | 89 | 0 | 4A | 2 | 2D | 12E | 3A | 23 |
| Octal | 214 | 45 | 211 | 0 | 112 | 2 | 55 | 456 | 72 | 43 |
| Binary | 10001100 | 100101 | 10001001 | 0 | 1001010 | 10 | 101101 | 100101110 | 111010 | 100011 |
Color Harmonies of #8C2589
Complementary color
Monochromatic Colors of #8C2589
Black with #8C2589
Text Example
Text Example
White with #8C2589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2589; }
p { color: rgb(140,37,137); }
H1.HeaderClassName
{
color: #8C2589;
}
.AnyTagClassName
{
color: #8C2589;
}
</style>
background-color css
<style>
a { background-color: #8C2589; }
a { background-color: rgb(140,37,137); }
div.DivClassName
{
background-color: #8C2589;
}
.BgClassName
{
background-color: #8C2589;
}
</style>
border-color css
<style>
span { border-color: #8C2589; }
span { border-color: rgb(140,37,137); }
td.TdClassName
{
border-color: #8C2589;
}
.TagClassName
{
border-color: #8C2589;
}
</style>