Shades of Dark Purple #8B2888
Tints of Dark Purple #8B2888
RGB
CMYK
RGB Variations
Color information
#8B2888 (or 0x8B2888) is known color: Dark Purple. HEX triplet: 8B, 28 and 88. RGB value is (139,40,136). Sum of RGB (Red+Green+Blue) = 139+40+136=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2888 is #74D777. Grayscale: #505050. Windows color (decimal): -7657336 or 8923275. OLE color: 8923275.
HSL color Cylindrical-coordinate representation of color #8B2888: hue angle of 301.82º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2888 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 40 | 136 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.45 |
| HSL | 301.82º | 0.55% | 0.35% | - |
| HSV(B) | 301.82º | 0.71% | 0.55% | - |
| XYZ | 15.85 | 8.78 | 24.15 | - |
| YUV | 80.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 136 | 0 | 0.71 | 0.02 | 0.45 | 301.82 | 0.55 | 0.35 |
| Hex | 8B | 28 | 88 | 0 | 47 | 2 | 2D | 12E | 37 | 23 |
| Octal | 213 | 50 | 210 | 0 | 107 | 2 | 55 | 456 | 67 | 43 |
| Binary | 10001011 | 101000 | 10001000 | 0 | 1000111 | 10 | 101101 | 100101110 | 110111 | 100011 |
Color Harmonies of #8B2888
Complementary color
Monochromatic Colors of #8B2888
Black with #8B2888
Text Example
Text Example
White with #8B2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2888; }
p { color: rgb(139,40,136); }
H1.HeaderClassName
{
color: #8B2888;
}
.AnyTagClassName
{
color: #8B2888;
}
</style>
background-color css
<style>
a { background-color: #8B2888; }
a { background-color: rgb(139,40,136); }
div.DivClassName
{
background-color: #8B2888;
}
.BgClassName
{
background-color: #8B2888;
}
</style>
border-color css
<style>
span { border-color: #8B2888; }
span { border-color: rgb(139,40,136); }
td.TdClassName
{
border-color: #8B2888;
}
.TagClassName
{
border-color: #8B2888;
}
</style>