Shades of Dark Purple #892A86
Tints of Dark Purple #892A86
RGB
CMYK
RGB Variations
Color information
#892A86 (or 0x892A86) is known color: Dark Purple. HEX triplet: 89, 2A and 86. RGB value is (137,42,134). Sum of RGB (Red+Green+Blue) = 137+42+134=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #892A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892A86 is #76D579. Grayscale: #505050. Windows color (decimal): -7787898 or 8792713. OLE color: 8792713.
HSL color Cylindrical-coordinate representation of color #892A86: hue angle of 301.89º 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 #892A86 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 42 | 134 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.46 |
| HSL | 301.89º | 0.53% | 0.35% | - |
| HSV(B) | 301.89º | 0.69% | 0.54% | - |
| XYZ | 15.45 | 8.7 | 23.42 | - |
| YUV | 80.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 42 | 134 | 0 | 0.69 | 0.02 | 0.46 | 301.89 | 0.53 | 0.35 |
| Hex | 89 | 2A | 86 | 0 | 45 | 2 | 2E | 12E | 35 | 23 |
| Octal | 211 | 52 | 206 | 0 | 105 | 2 | 56 | 456 | 65 | 43 |
| Binary | 10001001 | 101010 | 10000110 | 0 | 1000101 | 10 | 101110 | 100101110 | 110101 | 100011 |
Color Harmonies of #892A86
Complementary color
Monochromatic Colors of #892A86
Black with #892A86
Text Example
Text Example
White with #892A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892A86; }
p { color: rgb(137,42,134); }
H1.HeaderClassName
{
color: #892A86;
}
.AnyTagClassName
{
color: #892A86;
}
</style>
background-color css
<style>
a { background-color: #892A86; }
a { background-color: rgb(137,42,134); }
div.DivClassName
{
background-color: #892A86;
}
.BgClassName
{
background-color: #892A86;
}
</style>
border-color css
<style>
span { border-color: #892A86; }
span { border-color: rgb(137,42,134); }
td.TdClassName
{
border-color: #892A86;
}
.TagClassName
{
border-color: #892A86;
}
</style>