Shades of Dark Purple #8B2976
Tints of Dark Purple #8B2976
RGB
CMYK
RGB Variations
Color information
#8B2976 (or 0x8B2976) is known color: Dark Purple. HEX triplet: 8B, 29 and 76. RGB value is (139,41,118). Sum of RGB (Red+Green+Blue) = 139+41+118=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2976 is #74D689. Grayscale: #4E4E4E. Windows color (decimal): -7657098 or 7743883. OLE color: 7743883.
HSL color Cylindrical-coordinate representation of color #8B2976: hue angle of 312.86º 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 #8B2976 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 41 | 118 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.45 |
| HSL | 312.86º | 0.54% | 0.35% | - |
| HSV(B) | 312.86º | 0.71% | 0.55% | - |
| XYZ | 14.71 | 8.38 | 17.98 | - |
| YUV | 79.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 41 | 118 | 0 | 0.71 | 0.15 | 0.45 | 312.86 | 0.54 | 0.35 |
| Hex | 8B | 29 | 76 | 0 | 47 | F | 2D | 139 | 36 | 23 |
| Octal | 213 | 51 | 166 | 0 | 107 | 17 | 55 | 471 | 66 | 43 |
| Binary | 10001011 | 101001 | 1110110 | 0 | 1000111 | 1111 | 101101 | 100111001 | 110110 | 100011 |
Color Harmonies of #8B2976
Complementary color
Monochromatic Colors of #8B2976
Black with #8B2976
Text Example
Text Example
White with #8B2976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2976; }
p { color: rgb(139,41,118); }
H1.HeaderClassName
{
color: #8B2976;
}
.AnyTagClassName
{
color: #8B2976;
}
</style>
background-color css
<style>
a { background-color: #8B2976; }
a { background-color: rgb(139,41,118); }
div.DivClassName
{
background-color: #8B2976;
}
.BgClassName
{
background-color: #8B2976;
}
</style>
border-color css
<style>
span { border-color: #8B2976; }
span { border-color: rgb(139,41,118); }
td.TdClassName
{
border-color: #8B2976;
}
.TagClassName
{
border-color: #8B2976;
}
</style>