Shades of Dark Purple #891C84
Tints of Dark Purple #891C84
RGB
CMYK
RGB Variations
Color information
#891C84 (or 0x891C84) is known color: Dark Purple. HEX triplet: 89, 1C and 84. RGB value is (137,28,132). Sum of RGB (Red+Green+Blue) = 137+28+132=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #891C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891C84 is #76E37B. Grayscale: #484848. Windows color (decimal): -7791484 or 8658057. OLE color: 8658057.
HSL color Cylindrical-coordinate representation of color #891C84: hue angle of 302.75º 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 #891C84 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 132 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.46 |
| HSL | 302.75º | 0.66% | 0.32% | - |
| HSV(B) | 302.75º | 0.8% | 0.54% | - |
| XYZ | 14.9 | 7.81 | 22.55 | - |
| YUV | 72.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 132 | 0 | 0.80 | 0.04 | 0.46 | 302.75 | 0.66 | 0.32 |
| Hex | 89 | 1C | 84 | 0 | 50 | 4 | 2E | 12F | 42 | 20 |
| Octal | 211 | 34 | 204 | 0 | 120 | 4 | 56 | 457 | 102 | 40 |
| Binary | 10001001 | 11100 | 10000100 | 0 | 1010000 | 100 | 101110 | 100101111 | 1000010 | 100000 |
Color Harmonies of #891C84
Complementary color
Monochromatic Colors of #891C84
Black with #891C84
Text Example
Text Example
White with #891C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C84; }
p { color: rgb(137,28,132); }
H1.HeaderClassName
{
color: #891C84;
}
.AnyTagClassName
{
color: #891C84;
}
</style>
background-color css
<style>
a { background-color: #891C84; }
a { background-color: rgb(137,28,132); }
div.DivClassName
{
background-color: #891C84;
}
.BgClassName
{
background-color: #891C84;
}
</style>
border-color css
<style>
span { border-color: #891C84; }
span { border-color: rgb(137,28,132); }
td.TdClassName
{
border-color: #891C84;
}
.TagClassName
{
border-color: #891C84;
}
</style>