Shades of Dark Purple #8B1E6B
Tints of Dark Purple #8B1E6B
RGB
CMYK
RGB Variations
Color information
#8B1E6B (or 0x8B1E6B) is known color: Dark Purple. HEX triplet: 8B, 1E and 6B. RGB value is (139,30,107). Sum of RGB (Red+Green+Blue) = 139+30+107=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1E6B is #74E194. Grayscale: #474747. Windows color (decimal): -7659925 or 7020171. OLE color: 7020171.
HSL color Cylindrical-coordinate representation of color #8B1E6B: hue angle of 317.61º 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 #8B1E6B is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 30 | 107 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.45 |
| HSL | 317.61º | 0.64% | 0.33% | - |
| HSV(B) | 317.61º | 0.78% | 0.55% | - |
| XYZ | 13.77 | 7.48 | 14.63 | - |
| YUV | 71.37 | 148.11 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 107 | 0 | 0.78 | 0.23 | 0.45 | 317.61 | 0.64 | 0.33 |
| Hex | 8B | 1E | 6B | 0 | 4E | 17 | 2D | 13E | 40 | 21 |
| Octal | 213 | 36 | 153 | 0 | 116 | 27 | 55 | 476 | 100 | 41 |
| Binary | 10001011 | 11110 | 1101011 | 0 | 1001110 | 10111 | 101101 | 100111110 | 1000000 | 100001 |
Color Harmonies of #8B1E6B
Complementary color
Monochromatic Colors of #8B1E6B
Black with #8B1E6B
Text Example
Text Example
White with #8B1E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1E6B; }
p { color: rgb(139,30,107); }
H1.HeaderClassName
{
color: #8B1E6B;
}
.AnyTagClassName
{
color: #8B1E6B;
}
</style>
background-color css
<style>
a { background-color: #8B1E6B; }
a { background-color: rgb(139,30,107); }
div.DivClassName
{
background-color: #8B1E6B;
}
.BgClassName
{
background-color: #8B1E6B;
}
</style>
border-color css
<style>
span { border-color: #8B1E6B; }
span { border-color: rgb(139,30,107); }
td.TdClassName
{
border-color: #8B1E6B;
}
.TagClassName
{
border-color: #8B1E6B;
}
</style>