Shades of Dark Purple #892182
Tints of Dark Purple #892182
RGB
CMYK
RGB Variations
Color information
#892182 (or 0x892182) is known color: Dark Purple. HEX triplet: 89, 21 and 82. RGB value is (137,33,130). Sum of RGB (Red+Green+Blue) = 137+33+130=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #892182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892182 is #76DE7D. Grayscale: #4A4A4A. Windows color (decimal): -7790206 or 8528265. OLE color: 8528265.
HSL color Cylindrical-coordinate representation of color #892182: hue angle of 304.04º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892182 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 130 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.46 |
| HSL | 304.04º | 0.61% | 0.33% | - |
| HSV(B) | 304.04º | 0.76% | 0.54% | - |
| XYZ | 14.89 | 8.02 | 21.88 | - |
| YUV | 75.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 130 | 0 | 0.76 | 0.05 | 0.46 | 304.04 | 0.61 | 0.33 |
| Hex | 89 | 21 | 82 | 0 | 4C | 5 | 2E | 130 | 3D | 21 |
| Octal | 211 | 41 | 202 | 0 | 114 | 5 | 56 | 460 | 75 | 41 |
| Binary | 10001001 | 100001 | 10000010 | 0 | 1001100 | 101 | 101110 | 100110000 | 111101 | 100001 |
Color Harmonies of #892182
Complementary color
Monochromatic Colors of #892182
Black with #892182
Text Example
Text Example
White with #892182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892182; }
p { color: rgb(137,33,130); }
H1.HeaderClassName
{
color: #892182;
}
.AnyTagClassName
{
color: #892182;
}
</style>
background-color css
<style>
a { background-color: #892182; }
a { background-color: rgb(137,33,130); }
div.DivClassName
{
background-color: #892182;
}
.BgClassName
{
background-color: #892182;
}
</style>
border-color css
<style>
span { border-color: #892182; }
span { border-color: rgb(137,33,130); }
td.TdClassName
{
border-color: #892182;
}
.TagClassName
{
border-color: #892182;
}
</style>