Shades of Dark Purple #892785
Tints of Dark Purple #892785
RGB
CMYK
RGB Variations
Color information
#892785 (or 0x892785) is known color: Dark Purple. HEX triplet: 89, 27 and 85. RGB value is (137,39,133). Sum of RGB (Red+Green+Blue) = 137+39+133=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #892785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892785 is #76D87A. Grayscale: #4E4E4E. Windows color (decimal): -7788667 or 8726409. OLE color: 8726409.
HSL color Cylindrical-coordinate representation of color #892785: hue angle of 302.45º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #892785 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 39 | 133 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.46 |
| HSL | 302.45º | 0.56% | 0.35% | - |
| HSV(B) | 302.45º | 0.72% | 0.54% | - |
| XYZ | 15.28 | 8.46 | 23.02 | - |
| YUV | 79.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 39 | 133 | 0 | 0.72 | 0.03 | 0.46 | 302.45 | 0.56 | 0.35 |
| Hex | 89 | 27 | 85 | 0 | 48 | 3 | 2E | 12E | 38 | 23 |
| Octal | 211 | 47 | 205 | 0 | 110 | 3 | 56 | 456 | 70 | 43 |
| Binary | 10001001 | 100111 | 10000101 | 0 | 1001000 | 11 | 101110 | 100101110 | 111000 | 100011 |
Color Harmonies of #892785
Complementary color
Monochromatic Colors of #892785
Black with #892785
Text Example
Text Example
White with #892785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892785; }
p { color: rgb(137,39,133); }
H1.HeaderClassName
{
color: #892785;
}
.AnyTagClassName
{
color: #892785;
}
</style>
background-color css
<style>
a { background-color: #892785; }
a { background-color: rgb(137,39,133); }
div.DivClassName
{
background-color: #892785;
}
.BgClassName
{
background-color: #892785;
}
</style>
border-color css
<style>
span { border-color: #892785; }
span { border-color: rgb(137,39,133); }
td.TdClassName
{
border-color: #892785;
}
.TagClassName
{
border-color: #892785;
}
</style>