Shades of Dark Purple #892086
Tints of Dark Purple #892086
RGB
CMYK
RGB Variations
Color information
#892086 (or 0x892086) is known color: Dark Purple. HEX triplet: 89, 20 and 86. RGB value is (137,32,134). Sum of RGB (Red+Green+Blue) = 137+32+134=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #892086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892086 is #76DF79. Grayscale: #4A4A4A. Windows color (decimal): -7790458 or 8790153. OLE color: 8790153.
HSL color Cylindrical-coordinate representation of color #892086: hue angle of 301.71º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892086 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 134 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.46 |
| HSL | 301.71º | 0.62% | 0.33% | - |
| HSV(B) | 301.71º | 0.77% | 0.54% | - |
| XYZ | 15.14 | 8.07 | 23.31 | - |
| YUV | 75.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 134 | 0 | 0.77 | 0.02 | 0.46 | 301.71 | 0.62 | 0.33 |
| Hex | 89 | 20 | 86 | 0 | 4D | 2 | 2E | 12E | 3E | 21 |
| Octal | 211 | 40 | 206 | 0 | 115 | 2 | 56 | 456 | 76 | 41 |
| Binary | 10001001 | 100000 | 10000110 | 0 | 1001101 | 10 | 101110 | 100101110 | 111110 | 100001 |
Color Harmonies of #892086
Complementary color
Monochromatic Colors of #892086
Black with #892086
Text Example
Text Example
White with #892086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892086; }
p { color: rgb(137,32,134); }
H1.HeaderClassName
{
color: #892086;
}
.AnyTagClassName
{
color: #892086;
}
</style>
background-color css
<style>
a { background-color: #892086; }
a { background-color: rgb(137,32,134); }
div.DivClassName
{
background-color: #892086;
}
.BgClassName
{
background-color: #892086;
}
</style>
border-color css
<style>
span { border-color: #892086; }
span { border-color: rgb(137,32,134); }
td.TdClassName
{
border-color: #892086;
}
.TagClassName
{
border-color: #892086;
}
</style>