Shades of Dark Purple #8B1A81
Tints of Dark Purple #8B1A81
RGB
CMYK
RGB Variations
Color information
#8B1A81 (or 0x8B1A81) is known color: Dark Purple. HEX triplet: 8B, 1A and 81. RGB value is (139,26,129). Sum of RGB (Red+Green+Blue) = 139+26+129=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1A81 is #74E57E. Grayscale: #474747. Windows color (decimal): -7660927 or 8460939. OLE color: 8460939.
HSL color Cylindrical-coordinate representation of color #8B1A81: hue angle of 305.31º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1A81 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 26 | 129 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.45 |
| HSL | 305.31º | 0.68% | 0.32% | - |
| HSV(B) | 305.31º | 0.81% | 0.55% | - |
| XYZ | 14.98 | 7.81 | 21.49 | - |
| YUV | 71.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 129 | 0 | 0.81 | 0.07 | 0.45 | 305.31 | 0.68 | 0.32 |
| Hex | 8B | 1A | 81 | 0 | 51 | 7 | 2D | 131 | 44 | 20 |
| Octal | 213 | 32 | 201 | 0 | 121 | 7 | 55 | 461 | 104 | 40 |
| Binary | 10001011 | 11010 | 10000001 | 0 | 1010001 | 111 | 101101 | 100110001 | 1000100 | 100000 |
Color Harmonies of #8B1A81
Complementary color
Monochromatic Colors of #8B1A81
Black with #8B1A81
Text Example
Text Example
White with #8B1A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1A81; }
p { color: rgb(139,26,129); }
H1.HeaderClassName
{
color: #8B1A81;
}
.AnyTagClassName
{
color: #8B1A81;
}
</style>
background-color css
<style>
a { background-color: #8B1A81; }
a { background-color: rgb(139,26,129); }
div.DivClassName
{
background-color: #8B1A81;
}
.BgClassName
{
background-color: #8B1A81;
}
</style>
border-color css
<style>
span { border-color: #8B1A81; }
span { border-color: rgb(139,26,129); }
td.TdClassName
{
border-color: #8B1A81;
}
.TagClassName
{
border-color: #8B1A81;
}
</style>