Shades of Dark Purple #892882
Tints of Dark Purple #892882
RGB
CMYK
RGB Variations
Color information
#892882 (or 0x892882) is known color: Dark Purple. HEX triplet: 89, 28 and 82. RGB value is (137,40,130). Sum of RGB (Red+Green+Blue) = 137+40+130=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #892882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892882 is #76D77D. Grayscale: #4F4F4F. Windows color (decimal): -7788414 or 8530057. OLE color: 8530057.
HSL color Cylindrical-coordinate representation of color #892882: hue angle of 304.33º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #892882 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 40 | 130 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.46 |
| HSL | 304.33º | 0.55% | 0.35% | - |
| HSV(B) | 304.33º | 0.71% | 0.54% | - |
| XYZ | 15.1 | 8.45 | 21.95 | - |
| YUV | 79.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 130 | 0 | 0.71 | 0.05 | 0.46 | 304.33 | 0.55 | 0.35 |
| Hex | 89 | 28 | 82 | 0 | 47 | 5 | 2E | 130 | 37 | 23 |
| Octal | 211 | 50 | 202 | 0 | 107 | 5 | 56 | 460 | 67 | 43 |
| Binary | 10001001 | 101000 | 10000010 | 0 | 1000111 | 101 | 101110 | 100110000 | 110111 | 100011 |
Color Harmonies of #892882
Complementary color
Monochromatic Colors of #892882
Black with #892882
Text Example
Text Example
White with #892882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892882; }
p { color: rgb(137,40,130); }
H1.HeaderClassName
{
color: #892882;
}
.AnyTagClassName
{
color: #892882;
}
</style>
background-color css
<style>
a { background-color: #892882; }
a { background-color: rgb(137,40,130); }
div.DivClassName
{
background-color: #892882;
}
.BgClassName
{
background-color: #892882;
}
</style>
border-color css
<style>
span { border-color: #892882; }
span { border-color: rgb(137,40,130); }
td.TdClassName
{
border-color: #892882;
}
.TagClassName
{
border-color: #892882;
}
</style>