Shades of Dark Purple #892E6D
Tints of Dark Purple #892E6D
RGB
CMYK
RGB Variations
Color information
#892E6D (or 0x892E6D) is known color: Dark Purple. HEX triplet: 89, 2E and 6D. RGB value is (137,46,109). Sum of RGB (Red+Green+Blue) = 137+46+109=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #892E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E6D is #76D192. Grayscale: #505050. Windows color (decimal): -7786899 or 7155337. OLE color: 7155337.
HSL color Cylindrical-coordinate representation of color #892E6D: hue angle of 318.46º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892E6D is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 46 | 109 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.46 |
| HSL | 318.46º | 0.5% | 0.36% | - |
| HSV(B) | 318.46º | 0.66% | 0.54% | - |
| XYZ | 14.05 | 8.38 | 15.34 | - |
| YUV | 80.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 46 | 109 | 0 | 0.66 | 0.20 | 0.46 | 318.46 | 0.5 | 0.36 |
| Hex | 89 | 2E | 6D | 0 | 42 | 14 | 2E | 13E | 32 | 24 |
| Octal | 211 | 56 | 155 | 0 | 102 | 24 | 56 | 476 | 62 | 44 |
| Binary | 10001001 | 101110 | 1101101 | 0 | 1000010 | 10100 | 101110 | 100111110 | 110010 | 100100 |
Color Harmonies of #892E6D
Complementary color
Monochromatic Colors of #892E6D
Black with #892E6D
Text Example
Text Example
White with #892E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892E6D; }
p { color: rgb(137,46,109); }
H1.HeaderClassName
{
color: #892E6D;
}
.AnyTagClassName
{
color: #892E6D;
}
</style>
background-color css
<style>
a { background-color: #892E6D; }
a { background-color: rgb(137,46,109); }
div.DivClassName
{
background-color: #892E6D;
}
.BgClassName
{
background-color: #892E6D;
}
</style>
border-color css
<style>
span { border-color: #892E6D; }
span { border-color: rgb(137,46,109); }
td.TdClassName
{
border-color: #892E6D;
}
.TagClassName
{
border-color: #892E6D;
}
</style>