Shades of Dark Purple #891A83
Tints of Dark Purple #891A83
RGB
CMYK
RGB Variations
Color information
#891A83 (or 0x891A83) is known color: Dark Purple. HEX triplet: 89, 1A and 83. RGB value is (137,26,131). Sum of RGB (Red+Green+Blue) = 137+26+131=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #891A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891A83 is #76E57C. Grayscale: #464646. Windows color (decimal): -7791997 or 8592009. OLE color: 8592009.
HSL color Cylindrical-coordinate representation of color #891A83: hue angle of 303.24º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891A83 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 26 | 131 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.46 |
| HSL | 303.24º | 0.68% | 0.32% | - |
| HSV(B) | 303.24º | 0.81% | 0.54% | - |
| XYZ | 14.78 | 7.7 | 22.18 | - |
| YUV | 71.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 26 | 131 | 0 | 0.81 | 0.04 | 0.46 | 303.24 | 0.68 | 0.32 |
| Hex | 89 | 1A | 83 | 0 | 51 | 4 | 2E | 12F | 44 | 20 |
| Octal | 211 | 32 | 203 | 0 | 121 | 4 | 56 | 457 | 104 | 40 |
| Binary | 10001001 | 11010 | 10000011 | 0 | 1010001 | 100 | 101110 | 100101111 | 1000100 | 100000 |
Color Harmonies of #891A83
Complementary color
Monochromatic Colors of #891A83
Black with #891A83
Text Example
Text Example
White with #891A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891A83; }
p { color: rgb(137,26,131); }
H1.HeaderClassName
{
color: #891A83;
}
.AnyTagClassName
{
color: #891A83;
}
</style>
background-color css
<style>
a { background-color: #891A83; }
a { background-color: rgb(137,26,131); }
div.DivClassName
{
background-color: #891A83;
}
.BgClassName
{
background-color: #891A83;
}
</style>
border-color css
<style>
span { border-color: #891A83; }
span { border-color: rgb(137,26,131); }
td.TdClassName
{
border-color: #891A83;
}
.TagClassName
{
border-color: #891A83;
}
</style>