Shades of Dark Purple #8B1C87
Tints of Dark Purple #8B1C87
RGB
CMYK
RGB Variations
Color information
#8B1C87 (or 0x8B1C87) is known color: Dark Purple. HEX triplet: 8B, 1C and 87. RGB value is (139,28,135). Sum of RGB (Red+Green+Blue) = 139+28+135=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1C87 is #74E378. Grayscale: #494949. Windows color (decimal): -7660409 or 8854667. OLE color: 8854667.
HSL color Cylindrical-coordinate representation of color #8B1C87: hue angle of 302.16º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C87 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 28 | 135 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.45 |
| HSL | 302.16º | 0.66% | 0.33% | - |
| HSV(B) | 302.16º | 0.8% | 0.55% | - |
| XYZ | 15.44 | 8.07 | 23.67 | - |
| YUV | 73.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 135 | 0 | 0.80 | 0.03 | 0.45 | 302.16 | 0.66 | 0.33 |
| Hex | 8B | 1C | 87 | 0 | 50 | 3 | 2D | 12E | 42 | 21 |
| Octal | 213 | 34 | 207 | 0 | 120 | 3 | 55 | 456 | 102 | 41 |
| Binary | 10001011 | 11100 | 10000111 | 0 | 1010000 | 11 | 101101 | 100101110 | 1000010 | 100001 |
Color Harmonies of #8B1C87
Complementary color
Monochromatic Colors of #8B1C87
Black with #8B1C87
Text Example
Text Example
White with #8B1C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1C87; }
p { color: rgb(139,28,135); }
H1.HeaderClassName
{
color: #8B1C87;
}
.AnyTagClassName
{
color: #8B1C87;
}
</style>
background-color css
<style>
a { background-color: #8B1C87; }
a { background-color: rgb(139,28,135); }
div.DivClassName
{
background-color: #8B1C87;
}
.BgClassName
{
background-color: #8B1C87;
}
</style>
border-color css
<style>
span { border-color: #8B1C87; }
span { border-color: rgb(139,28,135); }
td.TdClassName
{
border-color: #8B1C87;
}
.TagClassName
{
border-color: #8B1C87;
}
</style>