Shades of Dark Purple #8B296D
Tints of Dark Purple #8B296D
RGB
CMYK
RGB Variations
Color information
#8B296D (or 0x8B296D) is known color: Dark Purple. HEX triplet: 8B, 29 and 6D. RGB value is (139,41,109). Sum of RGB (Red+Green+Blue) = 139+41+109=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B296D is #74D692. Grayscale: #4D4D4D. Windows color (decimal): -7657107 or 7154059. OLE color: 7154059.
HSL color Cylindrical-coordinate representation of color #8B296D: hue angle of 318.37º degrees, saturation: 0.54, 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 #8B296D is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 41 | 109 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.45 |
| HSL | 318.37º | 0.54% | 0.35% | - |
| HSV(B) | 318.37º | 0.71% | 0.55% | - |
| XYZ | 14.2 | 8.18 | 15.3 | - |
| YUV | 78.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 41 | 109 | 0 | 0.71 | 0.22 | 0.45 | 318.37 | 0.54 | 0.35 |
| Hex | 8B | 29 | 6D | 0 | 47 | 16 | 2D | 13E | 36 | 23 |
| Octal | 213 | 51 | 155 | 0 | 107 | 26 | 55 | 476 | 66 | 43 |
| Binary | 10001011 | 101001 | 1101101 | 0 | 1000111 | 10110 | 101101 | 100111110 | 110110 | 100011 |
Color Harmonies of #8B296D
Complementary color
Monochromatic Colors of #8B296D
Black with #8B296D
Text Example
Text Example
White with #8B296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B296D; }
p { color: rgb(139,41,109); }
H1.HeaderClassName
{
color: #8B296D;
}
.AnyTagClassName
{
color: #8B296D;
}
</style>
background-color css
<style>
a { background-color: #8B296D; }
a { background-color: rgb(139,41,109); }
div.DivClassName
{
background-color: #8B296D;
}
.BgClassName
{
background-color: #8B296D;
}
</style>
border-color css
<style>
span { border-color: #8B296D; }
span { border-color: rgb(139,41,109); }
td.TdClassName
{
border-color: #8B296D;
}
.TagClassName
{
border-color: #8B296D;
}
</style>