Shades of Dark Purple #892A6E
Tints of Dark Purple #892A6E
RGB
CMYK
RGB Variations
Color information
#892A6E (or 0x892A6E) is known color: Dark Purple. HEX triplet: 89, 2A and 6E. RGB value is (137,42,110). Sum of RGB (Red+Green+Blue) = 137+42+110=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #892A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892A6E is #76D591. Grayscale: #4D4D4D. Windows color (decimal): -7787922 or 7219849. OLE color: 7219849.
HSL color Cylindrical-coordinate representation of color #892A6E: hue angle of 317.05º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892A6E is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 42 | 110 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.46 |
| HSL | 317.05º | 0.53% | 0.35% | - |
| HSV(B) | 317.05º | 0.69% | 0.54% | - |
| XYZ | 13.96 | 8.1 | 15.58 | - |
| YUV | 78.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 42 | 110 | 0 | 0.69 | 0.20 | 0.46 | 317.05 | 0.53 | 0.35 |
| Hex | 89 | 2A | 6E | 0 | 45 | 14 | 2E | 13D | 35 | 23 |
| Octal | 211 | 52 | 156 | 0 | 105 | 24 | 56 | 475 | 65 | 43 |
| Binary | 10001001 | 101010 | 1101110 | 0 | 1000101 | 10100 | 101110 | 100111101 | 110101 | 100011 |
Color Harmonies of #892A6E
Complementary color
Monochromatic Colors of #892A6E
Black with #892A6E
Text Example
Text Example
White with #892A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892A6E; }
p { color: rgb(137,42,110); }
H1.HeaderClassName
{
color: #892A6E;
}
.AnyTagClassName
{
color: #892A6E;
}
</style>
background-color css
<style>
a { background-color: #892A6E; }
a { background-color: rgb(137,42,110); }
div.DivClassName
{
background-color: #892A6E;
}
.BgClassName
{
background-color: #892A6E;
}
</style>
border-color css
<style>
span { border-color: #892A6E; }
span { border-color: rgb(137,42,110); }
td.TdClassName
{
border-color: #892A6E;
}
.TagClassName
{
border-color: #892A6E;
}
</style>