Shades of Dark Purple #892385
Tints of Dark Purple #892385
RGB
CMYK
RGB Variations
Color information
#892385 (or 0x892385) is known color: Dark Purple. HEX triplet: 89, 23 and 85. RGB value is (137,35,133). Sum of RGB (Red+Green+Blue) = 137+35+133=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #892385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892385 is #76DC7A. Grayscale: #4C4C4C. Windows color (decimal): -7789691 or 8725385. OLE color: 8725385.
HSL color Cylindrical-coordinate representation of color #892385: hue angle of 302.35º degrees, saturation: 0.59, 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 #892385 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 35 | 133 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.46 |
| HSL | 302.35º | 0.59% | 0.34% | - |
| HSV(B) | 302.35º | 0.74% | 0.54% | - |
| XYZ | 15.15 | 8.21 | 22.98 | - |
| YUV | 76.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 35 | 133 | 0 | 0.74 | 0.03 | 0.46 | 302.35 | 0.59 | 0.34 |
| Hex | 89 | 23 | 85 | 0 | 4A | 3 | 2E | 12E | 3B | 22 |
| Octal | 211 | 43 | 205 | 0 | 112 | 3 | 56 | 456 | 73 | 42 |
| Binary | 10001001 | 100011 | 10000101 | 0 | 1001010 | 11 | 101110 | 100101110 | 111011 | 100010 |
Color Harmonies of #892385
Complementary color
Monochromatic Colors of #892385
Black with #892385
Text Example
Text Example
White with #892385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892385; }
p { color: rgb(137,35,133); }
H1.HeaderClassName
{
color: #892385;
}
.AnyTagClassName
{
color: #892385;
}
</style>
background-color css
<style>
a { background-color: #892385; }
a { background-color: rgb(137,35,133); }
div.DivClassName
{
background-color: #892385;
}
.BgClassName
{
background-color: #892385;
}
</style>
border-color css
<style>
span { border-color: #892385; }
span { border-color: rgb(137,35,133); }
td.TdClassName
{
border-color: #892385;
}
.TagClassName
{
border-color: #892385;
}
</style>