Shades of Dark Purple #8B1F85
Tints of Dark Purple #8B1F85
RGB
CMYK
RGB Variations
Color information
#8B1F85 (or 0x8B1F85) is known color: Dark Purple. HEX triplet: 8B, 1F and 85. RGB value is (139,31,133). Sum of RGB (Red+Green+Blue) = 139+31+133=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1F85 is #74E07A. Grayscale: #4A4A4A. Windows color (decimal): -7659643 or 8724363. OLE color: 8724363.
HSL color Cylindrical-coordinate representation of color #8B1F85: hue angle of 303.33º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F85 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 31 | 133 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.45 |
| HSL | 303.33º | 0.64% | 0.33% | - |
| HSV(B) | 303.33º | 0.78% | 0.55% | - |
| XYZ | 15.37 | 8.16 | 22.96 | - |
| YUV | 74.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 31 | 133 | 0 | 0.78 | 0.04 | 0.45 | 303.33 | 0.64 | 0.33 |
| Hex | 8B | 1F | 85 | 0 | 4E | 4 | 2D | 12F | 40 | 21 |
| Octal | 213 | 37 | 205 | 0 | 116 | 4 | 55 | 457 | 100 | 41 |
| Binary | 10001011 | 11111 | 10000101 | 0 | 1001110 | 100 | 101101 | 100101111 | 1000000 | 100001 |
Color Harmonies of #8B1F85
Complementary color
Monochromatic Colors of #8B1F85
Black with #8B1F85
Text Example
Text Example
White with #8B1F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1F85; }
p { color: rgb(139,31,133); }
H1.HeaderClassName
{
color: #8B1F85;
}
.AnyTagClassName
{
color: #8B1F85;
}
</style>
background-color css
<style>
a { background-color: #8B1F85; }
a { background-color: rgb(139,31,133); }
div.DivClassName
{
background-color: #8B1F85;
}
.BgClassName
{
background-color: #8B1F85;
}
</style>
border-color css
<style>
span { border-color: #8B1F85; }
span { border-color: rgb(139,31,133); }
td.TdClassName
{
border-color: #8B1F85;
}
.TagClassName
{
border-color: #8B1F85;
}
</style>