Shades of Dark Purple #891B81
Tints of Dark Purple #891B81
RGB
CMYK
RGB Variations
Color information
#891B81 (or 0x891B81) is known color: Dark Purple. HEX triplet: 89, 1B and 81. RGB value is (137,27,129). Sum of RGB (Red+Green+Blue) = 137+27+129=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #891B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891B81 is #76E47E. Grayscale: #474747. Windows color (decimal): -7791743 or 8461193. OLE color: 8461193.
HSL color Cylindrical-coordinate representation of color #891B81: hue angle of 304.36º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891B81 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 27 | 129 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.46 |
| HSL | 304.36º | 0.67% | 0.32% | - |
| HSV(B) | 304.36º | 0.8% | 0.54% | - |
| XYZ | 14.67 | 7.69 | 21.48 | - |
| YUV | 71.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 27 | 129 | 0 | 0.80 | 0.06 | 0.46 | 304.36 | 0.67 | 0.32 |
| Hex | 89 | 1B | 81 | 0 | 50 | 6 | 2E | 130 | 43 | 20 |
| Octal | 211 | 33 | 201 | 0 | 120 | 6 | 56 | 460 | 103 | 40 |
| Binary | 10001001 | 11011 | 10000001 | 0 | 1010000 | 110 | 101110 | 100110000 | 1000011 | 100000 |
Color Harmonies of #891B81
Complementary color
Monochromatic Colors of #891B81
Black with #891B81
Text Example
Text Example
White with #891B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891B81; }
p { color: rgb(137,27,129); }
H1.HeaderClassName
{
color: #891B81;
}
.AnyTagClassName
{
color: #891B81;
}
</style>
background-color css
<style>
a { background-color: #891B81; }
a { background-color: rgb(137,27,129); }
div.DivClassName
{
background-color: #891B81;
}
.BgClassName
{
background-color: #891B81;
}
</style>
border-color css
<style>
span { border-color: #891B81; }
span { border-color: rgb(137,27,129); }
td.TdClassName
{
border-color: #891B81;
}
.TagClassName
{
border-color: #891B81;
}
</style>