Shades of Dark Purple #894073
Tints of Dark Purple #894073
RGB
CMYK
RGB Variations
Color information
#894073 (or 0x894073) is known color: Dark Purple. HEX triplet: 89, 40 and 73. RGB value is (137,64,115). Sum of RGB (Red+Green+Blue) = 137+64+115=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #894073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894073 is #76BF8C. Grayscale: #5B5B5B. Windows color (decimal): -7782285 or 7553161. OLE color: 7553161.
HSL color Cylindrical-coordinate representation of color #894073: hue angle of 318.08º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894073 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 64 | 115 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.46 |
| HSL | 318.08º | 0.36% | 0.39% | - |
| HSV(B) | 318.08º | 0.53% | 0.54% | - |
| XYZ | 15.24 | 10.22 | 17.39 | - |
| YUV | 91.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 115 | 0 | 0.53 | 0.16 | 0.46 | 318.08 | 0.36 | 0.39 |
| Hex | 89 | 40 | 73 | 0 | 35 | 10 | 2E | 13E | 24 | 27 |
| Octal | 211 | 100 | 163 | 0 | 65 | 20 | 56 | 476 | 44 | 47 |
| Binary | 10001001 | 1000000 | 1110011 | 0 | 110101 | 10000 | 101110 | 100111110 | 100100 | 100111 |
Color Harmonies of #894073
Complementary color
Monochromatic Colors of #894073
Black with #894073
Text Example
Text Example
White with #894073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894073; }
p { color: rgb(137,64,115); }
H1.HeaderClassName
{
color: #894073;
}
.AnyTagClassName
{
color: #894073;
}
</style>
background-color css
<style>
a { background-color: #894073; }
a { background-color: rgb(137,64,115); }
div.DivClassName
{
background-color: #894073;
}
.BgClassName
{
background-color: #894073;
}
</style>
border-color css
<style>
span { border-color: #894073; }
span { border-color: rgb(137,64,115); }
td.TdClassName
{
border-color: #894073;
}
.TagClassName
{
border-color: #894073;
}
</style>