Shades of Dark Purple #892486
Tints of Dark Purple #892486
RGB
CMYK
RGB Variations
Color information
#892486 (or 0x892486) is known color: Dark Purple. HEX triplet: 89, 24 and 86. RGB value is (137,36,134). Sum of RGB (Red+Green+Blue) = 137+36+134=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #892486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892486 is #76DB79. Grayscale: #4D4D4D. Windows color (decimal): -7789434 or 8791177. OLE color: 8791177.
HSL color Cylindrical-coordinate representation of color #892486: hue angle of 301.78º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892486 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 36 | 134 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.46 |
| HSL | 301.78º | 0.58% | 0.34% | - |
| HSV(B) | 301.78º | 0.74% | 0.54% | - |
| XYZ | 15.25 | 8.3 | 23.35 | - |
| YUV | 77.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 134 | 0 | 0.74 | 0.02 | 0.46 | 301.78 | 0.58 | 0.34 |
| Hex | 89 | 24 | 86 | 0 | 4A | 2 | 2E | 12E | 3A | 22 |
| Octal | 211 | 44 | 206 | 0 | 112 | 2 | 56 | 456 | 72 | 42 |
| Binary | 10001001 | 100100 | 10000110 | 0 | 1001010 | 10 | 101110 | 100101110 | 111010 | 100010 |
Color Harmonies of #892486
Complementary color
Monochromatic Colors of #892486
Black with #892486
Text Example
Text Example
White with #892486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892486; }
p { color: rgb(137,36,134); }
H1.HeaderClassName
{
color: #892486;
}
.AnyTagClassName
{
color: #892486;
}
</style>
background-color css
<style>
a { background-color: #892486; }
a { background-color: rgb(137,36,134); }
div.DivClassName
{
background-color: #892486;
}
.BgClassName
{
background-color: #892486;
}
</style>
border-color css
<style>
span { border-color: #892486; }
span { border-color: rgb(137,36,134); }
td.TdClassName
{
border-color: #892486;
}
.TagClassName
{
border-color: #892486;
}
</style>