Shades of Dark Purple #8B297E
Tints of Dark Purple #8B297E
RGB
CMYK
RGB Variations
Color information
#8B297E (or 0x8B297E) is known color: Dark Purple. HEX triplet: 8B, 29 and 7E. RGB value is (139,41,126). Sum of RGB (Red+Green+Blue) = 139+41+126=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B297E is #74D681. Grayscale: #4F4F4F. Windows color (decimal): -7657090 or 8268171. OLE color: 8268171.
HSL color Cylindrical-coordinate representation of color #8B297E: hue angle of 307.96º 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 #8B297E is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 41 | 126 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.45 |
| HSL | 307.96º | 0.54% | 0.35% | - |
| HSV(B) | 307.96º | 0.71% | 0.55% | - |
| XYZ | 15.21 | 8.58 | 20.59 | - |
| YUV | 79.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 41 | 126 | 0 | 0.71 | 0.09 | 0.45 | 307.96 | 0.54 | 0.35 |
| Hex | 8B | 29 | 7E | 0 | 47 | 9 | 2D | 134 | 36 | 23 |
| Octal | 213 | 51 | 176 | 0 | 107 | 11 | 55 | 464 | 66 | 43 |
| Binary | 10001011 | 101001 | 1111110 | 0 | 1000111 | 1001 | 101101 | 100110100 | 110110 | 100011 |
Color Harmonies of #8B297E
Complementary color
Monochromatic Colors of #8B297E
Black with #8B297E
Text Example
Text Example
White with #8B297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B297E; }
p { color: rgb(139,41,126); }
H1.HeaderClassName
{
color: #8B297E;
}
.AnyTagClassName
{
color: #8B297E;
}
</style>
background-color css
<style>
a { background-color: #8B297E; }
a { background-color: rgb(139,41,126); }
div.DivClassName
{
background-color: #8B297E;
}
.BgClassName
{
background-color: #8B297E;
}
</style>
border-color css
<style>
span { border-color: #8B297E; }
span { border-color: rgb(139,41,126); }
td.TdClassName
{
border-color: #8B297E;
}
.TagClassName
{
border-color: #8B297E;
}
</style>