Shades of Dark Purple #8B1F8D
Tints of Dark Purple #8B1F8D
RGB
CMYK
RGB Variations
Color information
#8B1F8D (or 0x8B1F8D) is known color: Dark Purple. HEX triplet: 8B, 1F and 8D. RGB value is (139,31,141). Sum of RGB (Red+Green+Blue) = 139+31+141=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B1F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1F8D is #74E072. Grayscale: #4B4B4B. Windows color (decimal): -7659635 or 9248651. OLE color: 9248651.
HSL color Cylindrical-coordinate representation of color #8B1F8D: hue angle of 298.91º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F8D is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 31 | 141 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.45 |
| HSL | 298.91º | 0.64% | 0.34% | - |
| HSV(B) | 298.91º | 0.78% | 0.55% | - |
| XYZ | 15.95 | 8.39 | 25.98 | - |
| YUV | 75.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 31 | 141 | 0.01 | 0.78 | 0 | 0.45 | 298.91 | 0.64 | 0.34 |
| Hex | 8B | 1F | 8D | 1 | 4E | 0 | 2D | 12B | 40 | 22 |
| Octal | 213 | 37 | 215 | 1 | 116 | 0 | 55 | 453 | 100 | 42 |
| Binary | 10001011 | 11111 | 10001101 | 1 | 1001110 | 0 | 101101 | 100101011 | 1000000 | 100010 |
Color Harmonies of #8B1F8D
Complementary color
Monochromatic Colors of #8B1F8D
Black with #8B1F8D
Text Example
Text Example
White with #8B1F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1F8D; }
p { color: rgb(139,31,141); }
H1.HeaderClassName
{
color: #8B1F8D;
}
.AnyTagClassName
{
color: #8B1F8D;
}
</style>
background-color css
<style>
a { background-color: #8B1F8D; }
a { background-color: rgb(139,31,141); }
div.DivClassName
{
background-color: #8B1F8D;
}
.BgClassName
{
background-color: #8B1F8D;
}
</style>
border-color css
<style>
span { border-color: #8B1F8D; }
span { border-color: rgb(139,31,141); }
td.TdClassName
{
border-color: #8B1F8D;
}
.TagClassName
{
border-color: #8B1F8D;
}
</style>