Shades of Dark Purple #891882
Tints of Dark Purple #891882
RGB
CMYK
RGB Variations
Color information
#891882 (or 0x891882) is known color: Dark Purple. HEX triplet: 89, 18 and 82. RGB value is (137,24,130). Sum of RGB (Red+Green+Blue) = 137+24+130=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #891882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891882 is #76E77D. Grayscale: #454545. Windows color (decimal): -7792510 or 8525961. OLE color: 8525961.
HSL color Cylindrical-coordinate representation of color #891882: hue angle of 303.72º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891882 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 130 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.46 |
| HSL | 303.72º | 0.7% | 0.32% | - |
| HSV(B) | 303.72º | 0.82% | 0.54% | - |
| XYZ | 14.67 | 7.58 | 21.81 | - |
| YUV | 69.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 130 | 0 | 0.82 | 0.05 | 0.46 | 303.72 | 0.7 | 0.32 |
| Hex | 89 | 18 | 82 | 0 | 52 | 5 | 2E | 130 | 46 | 20 |
| Octal | 211 | 30 | 202 | 0 | 122 | 5 | 56 | 460 | 106 | 40 |
| Binary | 10001001 | 11000 | 10000010 | 0 | 1010010 | 101 | 101110 | 100110000 | 1000110 | 100000 |
Color Harmonies of #891882
Complementary color
Monochromatic Colors of #891882
Black with #891882
Text Example
Text Example
White with #891882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891882; }
p { color: rgb(137,24,130); }
H1.HeaderClassName
{
color: #891882;
}
.AnyTagClassName
{
color: #891882;
}
</style>
background-color css
<style>
a { background-color: #891882; }
a { background-color: rgb(137,24,130); }
div.DivClassName
{
background-color: #891882;
}
.BgClassName
{
background-color: #891882;
}
</style>
border-color css
<style>
span { border-color: #891882; }
span { border-color: rgb(137,24,130); }
td.TdClassName
{
border-color: #891882;
}
.TagClassName
{
border-color: #891882;
}
</style>