Shades of Dark Purple #8B1B87
Tints of Dark Purple #8B1B87
RGB
CMYK
RGB Variations
Color information
#8B1B87 (or 0x8B1B87) is known color: Dark Purple. HEX triplet: 8B, 1B and 87. RGB value is (139,27,135). Sum of RGB (Red+Green+Blue) = 139+27+135=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1B87 is #74E478. Grayscale: #484848. Windows color (decimal): -7660665 or 8854411. OLE color: 8854411.
HSL color Cylindrical-coordinate representation of color #8B1B87: hue angle of 302.14º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1B87 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 27 | 135 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.45 |
| HSL | 302.14º | 0.67% | 0.33% | - |
| HSV(B) | 302.14º | 0.81% | 0.55% | - |
| XYZ | 15.41 | 8.02 | 23.66 | - |
| YUV | 72.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 27 | 135 | 0 | 0.81 | 0.03 | 0.45 | 302.14 | 0.67 | 0.33 |
| Hex | 8B | 1B | 87 | 0 | 51 | 3 | 2D | 12E | 43 | 21 |
| Octal | 213 | 33 | 207 | 0 | 121 | 3 | 55 | 456 | 103 | 41 |
| Binary | 10001011 | 11011 | 10000111 | 0 | 1010001 | 11 | 101101 | 100101110 | 1000011 | 100001 |
Color Harmonies of #8B1B87
Complementary color
Monochromatic Colors of #8B1B87
Black with #8B1B87
Text Example
Text Example
White with #8B1B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1B87; }
p { color: rgb(139,27,135); }
H1.HeaderClassName
{
color: #8B1B87;
}
.AnyTagClassName
{
color: #8B1B87;
}
</style>
background-color css
<style>
a { background-color: #8B1B87; }
a { background-color: rgb(139,27,135); }
div.DivClassName
{
background-color: #8B1B87;
}
.BgClassName
{
background-color: #8B1B87;
}
</style>
border-color css
<style>
span { border-color: #8B1B87; }
span { border-color: rgb(139,27,135); }
td.TdClassName
{
border-color: #8B1B87;
}
.TagClassName
{
border-color: #8B1B87;
}
</style>