Shades of Dark Purple #8B2572
Tints of Dark Purple #8B2572
RGB
CMYK
RGB Variations
Color information
#8B2572 (or 0x8B2572) is known color: Dark Purple. HEX triplet: 8B, 25 and 72. RGB value is (139,37,114). Sum of RGB (Red+Green+Blue) = 139+37+114=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2572 is #74DA8D. Grayscale: #4C4C4C. Windows color (decimal): -7658126 or 7480715. OLE color: 7480715.
HSL color Cylindrical-coordinate representation of color #8B2572: hue angle of 314.71º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2572 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 114 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.45 |
| HSL | 314.71º | 0.58% | 0.35% | - |
| HSV(B) | 314.71º | 0.73% | 0.55% | - |
| XYZ | 14.35 | 8.03 | 16.71 | - |
| YUV | 76.28 | 149.29 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 114 | 0 | 0.73 | 0.18 | 0.45 | 314.71 | 0.58 | 0.35 |
| Hex | 8B | 25 | 72 | 0 | 49 | 12 | 2D | 13B | 3A | 23 |
| Octal | 213 | 45 | 162 | 0 | 111 | 22 | 55 | 473 | 72 | 43 |
| Binary | 10001011 | 100101 | 1110010 | 0 | 1001001 | 10010 | 101101 | 100111011 | 111010 | 100011 |
Color Harmonies of #8B2572
Complementary color
Monochromatic Colors of #8B2572
Black with #8B2572
Text Example
Text Example
White with #8B2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2572; }
p { color: rgb(139,37,114); }
H1.HeaderClassName
{
color: #8B2572;
}
.AnyTagClassName
{
color: #8B2572;
}
</style>
background-color css
<style>
a { background-color: #8B2572; }
a { background-color: rgb(139,37,114); }
div.DivClassName
{
background-color: #8B2572;
}
.BgClassName
{
background-color: #8B2572;
}
</style>
border-color css
<style>
span { border-color: #8B2572; }
span { border-color: rgb(139,37,114); }
td.TdClassName
{
border-color: #8B2572;
}
.TagClassName
{
border-color: #8B2572;
}
</style>