Shades of Dark Purple #891C83
Tints of Dark Purple #891C83
RGB
CMYK
RGB Variations
Color information
#891C83 (or 0x891C83) is known color: Dark Purple. HEX triplet: 89, 1C and 83. RGB value is (137,28,131). Sum of RGB (Red+Green+Blue) = 137+28+131=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #891C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891C83 is #76E37C. Grayscale: #484848. Windows color (decimal): -7791485 or 8592521. OLE color: 8592521.
HSL color Cylindrical-coordinate representation of color #891C83: hue angle of 303.3º degrees, saturation: 0.66, 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 #891C83 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 131 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.46 |
| HSL | 303.3º | 0.66% | 0.32% | - |
| HSV(B) | 303.3º | 0.8% | 0.54% | - |
| XYZ | 14.83 | 7.79 | 22.19 | - |
| YUV | 72.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 131 | 0 | 0.80 | 0.04 | 0.46 | 303.3 | 0.66 | 0.32 |
| Hex | 89 | 1C | 83 | 0 | 50 | 4 | 2E | 12F | 42 | 20 |
| Octal | 211 | 34 | 203 | 0 | 120 | 4 | 56 | 457 | 102 | 40 |
| Binary | 10001001 | 11100 | 10000011 | 0 | 1010000 | 100 | 101110 | 100101111 | 1000010 | 100000 |
Color Harmonies of #891C83
Complementary color
Monochromatic Colors of #891C83
Black with #891C83
Text Example
Text Example
White with #891C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C83; }
p { color: rgb(137,28,131); }
H1.HeaderClassName
{
color: #891C83;
}
.AnyTagClassName
{
color: #891C83;
}
</style>
background-color css
<style>
a { background-color: #891C83; }
a { background-color: rgb(137,28,131); }
div.DivClassName
{
background-color: #891C83;
}
.BgClassName
{
background-color: #891C83;
}
</style>
border-color css
<style>
span { border-color: #891C83; }
span { border-color: rgb(137,28,131); }
td.TdClassName
{
border-color: #891C83;
}
.TagClassName
{
border-color: #891C83;
}
</style>