Shades of Dark Purple #8B2973
Tints of Dark Purple #8B2973
RGB
CMYK
RGB Variations
Color information
#8B2973 (or 0x8B2973) is known color: Dark Purple. HEX triplet: 8B, 29 and 73. RGB value is (139,41,115). Sum of RGB (Red+Green+Blue) = 139+41+115=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2973 is #74D68C. Grayscale: #4E4E4E. Windows color (decimal): -7657101 or 7547275. OLE color: 7547275.
HSL color Cylindrical-coordinate representation of color #8B2973: hue angle of 314.69º 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 #8B2973 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 41 | 115 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.45 |
| HSL | 314.69º | 0.54% | 0.35% | - |
| HSV(B) | 314.69º | 0.71% | 0.55% | - |
| XYZ | 14.53 | 8.31 | 17.06 | - |
| YUV | 78.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 41 | 115 | 0 | 0.71 | 0.17 | 0.45 | 314.69 | 0.54 | 0.35 |
| Hex | 8B | 29 | 73 | 0 | 47 | 11 | 2D | 13B | 36 | 23 |
| Octal | 213 | 51 | 163 | 0 | 107 | 21 | 55 | 473 | 66 | 43 |
| Binary | 10001011 | 101001 | 1110011 | 0 | 1000111 | 10001 | 101101 | 100111011 | 110110 | 100011 |
Color Harmonies of #8B2973
Complementary color
Monochromatic Colors of #8B2973
Black with #8B2973
Text Example
Text Example
White with #8B2973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2973; }
p { color: rgb(139,41,115); }
H1.HeaderClassName
{
color: #8B2973;
}
.AnyTagClassName
{
color: #8B2973;
}
</style>
background-color css
<style>
a { background-color: #8B2973; }
a { background-color: rgb(139,41,115); }
div.DivClassName
{
background-color: #8B2973;
}
.BgClassName
{
background-color: #8B2973;
}
</style>
border-color css
<style>
span { border-color: #8B2973; }
span { border-color: rgb(139,41,115); }
td.TdClassName
{
border-color: #8B2973;
}
.TagClassName
{
border-color: #8B2973;
}
</style>