Shades of Dark Purple #8B296F
Tints of Dark Purple #8B296F
RGB
CMYK
RGB Variations
Color information
#8B296F (or 0x8B296F) is known color: Dark Purple. HEX triplet: 8B, 29 and 6F. RGB value is (139,41,111). Sum of RGB (Red+Green+Blue) = 139+41+111=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B296F is #74D690. Grayscale: #4E4E4E. Windows color (decimal): -7657105 or 7285131. OLE color: 7285131.
HSL color Cylindrical-coordinate representation of color #8B296F: hue angle of 317.14º 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 #8B296F is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 41 | 111 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.45 |
| HSL | 317.14º | 0.54% | 0.35% | - |
| HSV(B) | 317.14º | 0.71% | 0.55% | - |
| XYZ | 14.31 | 8.22 | 15.87 | - |
| YUV | 78.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 41 | 111 | 0 | 0.71 | 0.20 | 0.45 | 317.14 | 0.54 | 0.35 |
| Hex | 8B | 29 | 6F | 0 | 47 | 14 | 2D | 13D | 36 | 23 |
| Octal | 213 | 51 | 157 | 0 | 107 | 24 | 55 | 475 | 66 | 43 |
| Binary | 10001011 | 101001 | 1101111 | 0 | 1000111 | 10100 | 101101 | 100111101 | 110110 | 100011 |
Color Harmonies of #8B296F
Complementary color
Monochromatic Colors of #8B296F
Black with #8B296F
Text Example
Text Example
White with #8B296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B296F; }
p { color: rgb(139,41,111); }
H1.HeaderClassName
{
color: #8B296F;
}
.AnyTagClassName
{
color: #8B296F;
}
</style>
background-color css
<style>
a { background-color: #8B296F; }
a { background-color: rgb(139,41,111); }
div.DivClassName
{
background-color: #8B296F;
}
.BgClassName
{
background-color: #8B296F;
}
</style>
border-color css
<style>
span { border-color: #8B296F; }
span { border-color: rgb(139,41,111); }
td.TdClassName
{
border-color: #8B296F;
}
.TagClassName
{
border-color: #8B296F;
}
</style>