Shades of Dark Purple #892585
Tints of Dark Purple #892585
RGB
CMYK
RGB Variations
Color information
#892585 (or 0x892585) is known color: Dark Purple. HEX triplet: 89, 25 and 85. RGB value is (137,37,133). Sum of RGB (Red+Green+Blue) = 137+37+133=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #892585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892585 is #76DA7A. Grayscale: #4D4D4D. Windows color (decimal): -7789179 or 8725897. OLE color: 8725897.
HSL color Cylindrical-coordinate representation of color #892585: hue angle of 302.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #892585 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 37 | 133 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.46 |
| HSL | 302.4º | 0.57% | 0.34% | - |
| HSV(B) | 302.4º | 0.73% | 0.54% | - |
| XYZ | 15.21 | 8.33 | 23 | - |
| YUV | 77.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 133 | 0 | 0.73 | 0.03 | 0.46 | 302.4 | 0.57 | 0.34 |
| Hex | 89 | 25 | 85 | 0 | 49 | 3 | 2E | 12E | 39 | 22 |
| Octal | 211 | 45 | 205 | 0 | 111 | 3 | 56 | 456 | 71 | 42 |
| Binary | 10001001 | 100101 | 10000101 | 0 | 1001001 | 11 | 101110 | 100101110 | 111001 | 100010 |
Color Harmonies of #892585
Complementary color
Monochromatic Colors of #892585
Black with #892585
Text Example
Text Example
White with #892585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892585; }
p { color: rgb(137,37,133); }
H1.HeaderClassName
{
color: #892585;
}
.AnyTagClassName
{
color: #892585;
}
</style>
background-color css
<style>
a { background-color: #892585; }
a { background-color: rgb(137,37,133); }
div.DivClassName
{
background-color: #892585;
}
.BgClassName
{
background-color: #892585;
}
</style>
border-color css
<style>
span { border-color: #892585; }
span { border-color: rgb(137,37,133); }
td.TdClassName
{
border-color: #892585;
}
.TagClassName
{
border-color: #892585;
}
</style>