Shades of Dark Purple #8B2581
Tints of Dark Purple #8B2581
RGB
CMYK
RGB Variations
Color information
#8B2581 (or 0x8B2581) is known color: Dark Purple. HEX triplet: 8B, 25 and 81. RGB value is (139,37,129). Sum of RGB (Red+Green+Blue) = 139+37+129=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2581 is #74DA7E. Grayscale: #4D4D4D. Windows color (decimal): -7658111 or 8463755. OLE color: 8463755.
HSL color Cylindrical-coordinate representation of color #8B2581: hue angle of 305.88º 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 #8B2581 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 129 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.45 |
| HSL | 305.88º | 0.58% | 0.35% | - |
| HSV(B) | 305.88º | 0.73% | 0.55% | - |
| XYZ | 15.27 | 8.4 | 21.58 | - |
| YUV | 77.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 129 | 0 | 0.73 | 0.07 | 0.45 | 305.88 | 0.58 | 0.35 |
| Hex | 8B | 25 | 81 | 0 | 49 | 7 | 2D | 132 | 3A | 23 |
| Octal | 213 | 45 | 201 | 0 | 111 | 7 | 55 | 462 | 72 | 43 |
| Binary | 10001011 | 100101 | 10000001 | 0 | 1001001 | 111 | 101101 | 100110010 | 111010 | 100011 |
Color Harmonies of #8B2581
Complementary color
Monochromatic Colors of #8B2581
Black with #8B2581
Text Example
Text Example
White with #8B2581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2581; }
p { color: rgb(139,37,129); }
H1.HeaderClassName
{
color: #8B2581;
}
.AnyTagClassName
{
color: #8B2581;
}
</style>
background-color css
<style>
a { background-color: #8B2581; }
a { background-color: rgb(139,37,129); }
div.DivClassName
{
background-color: #8B2581;
}
.BgClassName
{
background-color: #8B2581;
}
</style>
border-color css
<style>
span { border-color: #8B2581; }
span { border-color: rgb(139,37,129); }
td.TdClassName
{
border-color: #8B2581;
}
.TagClassName
{
border-color: #8B2581;
}
</style>