Shades of Dark Purple #8B2879
Tints of Dark Purple #8B2879
RGB
CMYK
RGB Variations
Color information
#8B2879 (or 0x8B2879) is known color: Dark Purple. HEX triplet: 8B, 28 and 79. RGB value is (139,40,121). Sum of RGB (Red+Green+Blue) = 139+40+121=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2879 is #74D786. Grayscale: #4E4E4E. Windows color (decimal): -7657351 or 7940235. OLE color: 7940235.
HSL color Cylindrical-coordinate representation of color #8B2879: hue angle of 310.91º 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 #8B2879 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 40 | 121 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.45 |
| HSL | 310.91º | 0.55% | 0.35% | - |
| HSV(B) | 310.91º | 0.71% | 0.55% | - |
| XYZ | 14.86 | 8.39 | 18.92 | - |
| YUV | 78.84 | 151.8 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 121 | 0 | 0.71 | 0.13 | 0.45 | 310.91 | 0.55 | 0.35 |
| Hex | 8B | 28 | 79 | 0 | 47 | D | 2D | 137 | 37 | 23 |
| Octal | 213 | 50 | 171 | 0 | 107 | 15 | 55 | 467 | 67 | 43 |
| Binary | 10001011 | 101000 | 1111001 | 0 | 1000111 | 1101 | 101101 | 100110111 | 110111 | 100011 |
Color Harmonies of #8B2879
Complementary color
Monochromatic Colors of #8B2879
Black with #8B2879
Text Example
Text Example
White with #8B2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2879; }
p { color: rgb(139,40,121); }
H1.HeaderClassName
{
color: #8B2879;
}
.AnyTagClassName
{
color: #8B2879;
}
</style>
background-color css
<style>
a { background-color: #8B2879; }
a { background-color: rgb(139,40,121); }
div.DivClassName
{
background-color: #8B2879;
}
.BgClassName
{
background-color: #8B2879;
}
</style>
border-color css
<style>
span { border-color: #8B2879; }
span { border-color: rgb(139,40,121); }
td.TdClassName
{
border-color: #8B2879;
}
.TagClassName
{
border-color: #8B2879;
}
</style>