Shades of Dark Purple #8B1B81
Tints of Dark Purple #8B1B81
RGB
CMYK
RGB Variations
Color information
#8B1B81 (or 0x8B1B81) is known color: Dark Purple. HEX triplet: 8B, 1B and 81. RGB value is (139,27,129). Sum of RGB (Red+Green+Blue) = 139+27+129=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1B81 is #74E47E. Grayscale: #474747. Windows color (decimal): -7660671 or 8461195. OLE color: 8461195.
HSL color Cylindrical-coordinate representation of color #8B1B81: hue angle of 305.36º 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 #8B1B81 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 27 | 129 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.45 |
| HSL | 305.36º | 0.67% | 0.33% | - |
| HSV(B) | 305.36º | 0.81% | 0.55% | - |
| XYZ | 15 | 7.86 | 21.49 | - |
| YUV | 72.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 27 | 129 | 0 | 0.81 | 0.07 | 0.45 | 305.36 | 0.67 | 0.33 |
| Hex | 8B | 1B | 81 | 0 | 51 | 7 | 2D | 131 | 43 | 21 |
| Octal | 213 | 33 | 201 | 0 | 121 | 7 | 55 | 461 | 103 | 41 |
| Binary | 10001011 | 11011 | 10000001 | 0 | 1010001 | 111 | 101101 | 100110001 | 1000011 | 100001 |
Color Harmonies of #8B1B81
Complementary color
Monochromatic Colors of #8B1B81
Black with #8B1B81
Text Example
Text Example
White with #8B1B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1B81; }
p { color: rgb(139,27,129); }
H1.HeaderClassName
{
color: #8B1B81;
}
.AnyTagClassName
{
color: #8B1B81;
}
</style>
background-color css
<style>
a { background-color: #8B1B81; }
a { background-color: rgb(139,27,129); }
div.DivClassName
{
background-color: #8B1B81;
}
.BgClassName
{
background-color: #8B1B81;
}
</style>
border-color css
<style>
span { border-color: #8B1B81; }
span { border-color: rgb(139,27,129); }
td.TdClassName
{
border-color: #8B1B81;
}
.TagClassName
{
border-color: #8B1B81;
}
</style>