Shades of Dark Purple #8B1A88
Tints of Dark Purple #8B1A88
RGB
CMYK
RGB Variations
Color information
#8B1A88 (or 0x8B1A88) is known color: Dark Purple. HEX triplet: 8B, 1A and 88. RGB value is (139,26,136). Sum of RGB (Red+Green+Blue) = 139+26+136=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1A88 is #74E577. Grayscale: #484848. Windows color (decimal): -7660920 or 8919691. OLE color: 8919691.
HSL color Cylindrical-coordinate representation of color #8B1A88: hue angle of 301.59º 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 #8B1A88 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 26 | 136 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.45 |
| HSL | 301.59º | 0.68% | 0.32% | - |
| HSV(B) | 301.59º | 0.81% | 0.55% | - |
| XYZ | 15.46 | 8.01 | 24.02 | - |
| YUV | 72.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 136 | 0 | 0.81 | 0.02 | 0.45 | 301.59 | 0.68 | 0.32 |
| Hex | 8B | 1A | 88 | 0 | 51 | 2 | 2D | 12E | 44 | 20 |
| Octal | 213 | 32 | 210 | 0 | 121 | 2 | 55 | 456 | 104 | 40 |
| Binary | 10001011 | 11010 | 10001000 | 0 | 1010001 | 10 | 101101 | 100101110 | 1000100 | 100000 |
Color Harmonies of #8B1A88
Complementary color
Monochromatic Colors of #8B1A88
Black with #8B1A88
Text Example
Text Example
White with #8B1A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1A88; }
p { color: rgb(139,26,136); }
H1.HeaderClassName
{
color: #8B1A88;
}
.AnyTagClassName
{
color: #8B1A88;
}
</style>
background-color css
<style>
a { background-color: #8B1A88; }
a { background-color: rgb(139,26,136); }
div.DivClassName
{
background-color: #8B1A88;
}
.BgClassName
{
background-color: #8B1A88;
}
</style>
border-color css
<style>
span { border-color: #8B1A88; }
span { border-color: rgb(139,26,136); }
td.TdClassName
{
border-color: #8B1A88;
}
.TagClassName
{
border-color: #8B1A88;
}
</style>