Shades of Dark Purple #8B2588
Tints of Dark Purple #8B2588
RGB
CMYK
RGB Variations
Color information
#8B2588 (or 0x8B2588) is known color: Dark Purple. HEX triplet: 8B, 25 and 88. RGB value is (139,37,136). Sum of RGB (Red+Green+Blue) = 139+37+136=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2588 is #74DA77. Grayscale: #4E4E4E. Windows color (decimal): -7658104 or 8922507. OLE color: 8922507.
HSL color Cylindrical-coordinate representation of color #8B2588: hue angle of 301.76º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2588 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 136 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.45 |
| HSL | 301.76º | 0.58% | 0.35% | - |
| HSV(B) | 301.76º | 0.73% | 0.55% | - |
| XYZ | 15.75 | 8.59 | 24.12 | - |
| YUV | 78.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 136 | 0 | 0.73 | 0.02 | 0.45 | 301.76 | 0.58 | 0.35 |
| Hex | 8B | 25 | 88 | 0 | 49 | 2 | 2D | 12E | 3A | 23 |
| Octal | 213 | 45 | 210 | 0 | 111 | 2 | 55 | 456 | 72 | 43 |
| Binary | 10001011 | 100101 | 10001000 | 0 | 1001001 | 10 | 101101 | 100101110 | 111010 | 100011 |
Color Harmonies of #8B2588
Complementary color
Monochromatic Colors of #8B2588
Black with #8B2588
Text Example
Text Example
White with #8B2588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2588; }
p { color: rgb(139,37,136); }
H1.HeaderClassName
{
color: #8B2588;
}
.AnyTagClassName
{
color: #8B2588;
}
</style>
background-color css
<style>
a { background-color: #8B2588; }
a { background-color: rgb(139,37,136); }
div.DivClassName
{
background-color: #8B2588;
}
.BgClassName
{
background-color: #8B2588;
}
</style>
border-color css
<style>
span { border-color: #8B2588; }
span { border-color: rgb(139,37,136); }
td.TdClassName
{
border-color: #8B2588;
}
.TagClassName
{
border-color: #8B2588;
}
</style>