Shades of Dark Purple #8B2870
Tints of Dark Purple #8B2870
RGB
CMYK
RGB Variations
Color information
#8B2870 (or 0x8B2870) is known color: Dark Purple. HEX triplet: 8B, 28 and 70. RGB value is (139,40,112). Sum of RGB (Red+Green+Blue) = 139+40+112=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2870 is #74D78F. Grayscale: #4D4D4D. Windows color (decimal): -7657360 or 7350411. OLE color: 7350411.
HSL color Cylindrical-coordinate representation of color #8B2870: hue angle of 316.36º 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 #8B2870 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 40 | 112 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.45 |
| HSL | 316.36º | 0.55% | 0.35% | - |
| HSV(B) | 316.36º | 0.71% | 0.55% | - |
| XYZ | 14.33 | 8.18 | 16.15 | - |
| YUV | 77.81 | 147.3 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 112 | 0 | 0.71 | 0.19 | 0.45 | 316.36 | 0.55 | 0.35 |
| Hex | 8B | 28 | 70 | 0 | 47 | 13 | 2D | 13C | 37 | 23 |
| Octal | 213 | 50 | 160 | 0 | 107 | 23 | 55 | 474 | 67 | 43 |
| Binary | 10001011 | 101000 | 1110000 | 0 | 1000111 | 10011 | 101101 | 100111100 | 110111 | 100011 |
Color Harmonies of #8B2870
Complementary color
Monochromatic Colors of #8B2870
Black with #8B2870
Text Example
Text Example
White with #8B2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2870; }
p { color: rgb(139,40,112); }
H1.HeaderClassName
{
color: #8B2870;
}
.AnyTagClassName
{
color: #8B2870;
}
</style>
background-color css
<style>
a { background-color: #8B2870; }
a { background-color: rgb(139,40,112); }
div.DivClassName
{
background-color: #8B2870;
}
.BgClassName
{
background-color: #8B2870;
}
</style>
border-color css
<style>
span { border-color: #8B2870; }
span { border-color: rgb(139,40,112); }
td.TdClassName
{
border-color: #8B2870;
}
.TagClassName
{
border-color: #8B2870;
}
</style>